diff --git a/cyx-admin/src/main/resources/static/ruoyi/js/ry-ui.js b/cyx-admin/src/main/resources/static/ruoyi/js/ry-ui.js index 2a306cb..1c0ab1f 100644 --- a/cyx-admin/src/main/resources/static/ruoyi/js/ry-ui.js +++ b/cyx-admin/src/main/resources/static/ruoyi/js/ry-ui.js @@ -1391,7 +1391,7 @@ var table = { view: options.view, data: options.data }; - $.get(options.url, function(data) { + $.get(options.url,options.data?options.data:{}, function(data) { var treeId = $("#treeId").val(); tree = $.fn.zTree.init($("#" + options.id), setting, data); $._tree = tree; diff --git a/cyx-admin/src/main/resources/templates/base/affairs/affairs.html b/cyx-admin/src/main/resources/templates/base/affairs/affairs.html index f9ba565..13f215f 100644 --- a/cyx-admin/src/main/resources/templates/base/affairs/affairs.html +++ b/cyx-admin/src/main/resources/templates/base/affairs/affairs.html @@ -2,83 +2,59 @@ - - -
-
-
-
- 组织机构 +
+
+
+
+
+
    + + + +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
-
- - - - -
-
-
-
-
+
-
-
-
-
-
-
-
-
    - - - -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • -  搜索 -  重置 -
  • -
-
-
-
- -
-
-
-
+ +
+
+
- - diff --git a/cyx-admin/src/main/resources/templates/base/affairs/day.html b/cyx-admin/src/main/resources/templates/base/affairs/day.html index 9fc7a05..4b4cf72 100644 --- a/cyx-admin/src/main/resources/templates/base/affairs/day.html +++ b/cyx-admin/src/main/resources/templates/base/affairs/day.html @@ -2,60 +2,85 @@ + + -
-
-
-
-
-
    - -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • -  搜索 -  重置 -
  • -
-
-
+
+
+
+
+ 组织机构 +
+
+ + + + +
- - -
-
+
+
+
+
+
+
+
+
+
    + +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/cyx-admin/src/main/resources/templates/base/affairs/year.html b/cyx-admin/src/main/resources/templates/base/affairs/year.html index 22dfffc..e3df6e5 100644 --- a/cyx-admin/src/main/resources/templates/base/affairs/year.html +++ b/cyx-admin/src/main/resources/templates/base/affairs/year.html @@ -2,60 +2,85 @@ + + -
-
-
-
-
-
    - -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • -  搜索 -  重置 -
  • -
+
+
+
+
+ 组织机构
- -
- - -
-
+
+ + + + +
+
+
+
+
-
+
+
+
+
+
+
+
    + +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ + +
+
+
+
+
+
+ + + \ No newline at end of file