eoss-ui 0.6.54 → 0.6.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (258) hide show
  1. package/lib/checkbox-group.js +3 -3
  2. package/lib/data-table.js +6 -6
  3. package/lib/eoss-ui.common.js +801 -695
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +280 -280
  6. package/lib/form.js +4 -4
  7. package/lib/index.js +1 -1
  8. package/lib/input.js +1 -1
  9. package/lib/login.js +3 -3
  10. package/lib/main.js +280 -215
  11. package/lib/menu.js +46 -10
  12. package/lib/qr-code.js +13 -13
  13. package/lib/radio-group.js +3 -3
  14. package/lib/select-ganged.js +1 -1
  15. package/lib/select.js +3 -1
  16. package/lib/selector-panel.js +3 -3
  17. package/lib/steps.js +3 -3
  18. package/lib/theme-chalk/index.css +1 -1
  19. package/lib/theme-chalk/main.css +1 -1
  20. package/lib/theme-chalk/simplicity.css +1 -1
  21. package/lib/tips.js +3 -3
  22. package/lib/tree.js +3 -3
  23. package/lib/upload.js +20 -17
  24. package/package.json +159 -159
  25. package/packages/.DS_Store +0 -0
  26. package/packages/button/index.js +5 -5
  27. package/packages/button/src/main.vue +418 -418
  28. package/packages/button-group/index.js +5 -5
  29. package/packages/button-group/src/main.vue +298 -298
  30. package/packages/calendar/index.js +5 -5
  31. package/packages/card/index.js +5 -5
  32. package/packages/card/src/main.vue +156 -156
  33. package/packages/cascader/index.js +5 -5
  34. package/packages/cascader/src/main.vue +168 -168
  35. package/packages/checkbox-group/index.js +5 -5
  36. package/packages/checkbox-group/src/main.vue +333 -333
  37. package/packages/clients/index.js +5 -5
  38. package/packages/clients/src/main.vue +144 -144
  39. package/packages/data-table/.DS_Store +0 -0
  40. package/packages/data-table/index.js +5 -5
  41. package/packages/data-table/src/children.vue +39 -39
  42. package/packages/data-table/src/column.vue +989 -989
  43. package/packages/data-table/src/main.vue +1822 -1822
  44. package/packages/data-table/src/sizer.vue +195 -195
  45. package/packages/data-table-form/.DS_Store +0 -0
  46. package/packages/data-table-form/index.js +5 -5
  47. package/packages/data-table-form/src/checkbox.vue +101 -101
  48. package/packages/data-table-form/src/colgroup.vue +17 -17
  49. package/packages/data-table-form/src/main.vue +181 -181
  50. package/packages/data-table-form/src/radio.vue +65 -65
  51. package/packages/data-table-form/src/table.vue +233 -233
  52. package/packages/data-table-form/src/tbody.vue +336 -336
  53. package/packages/data-table-form/src/thead.vue +68 -68
  54. package/packages/date-picker/index.js +5 -5
  55. package/packages/date-picker/src/main.vue +236 -236
  56. package/packages/dialog/index.js +5 -5
  57. package/packages/enable-drag/index.js +5 -5
  58. package/packages/enterprise/index.js +5 -5
  59. package/packages/enterprise/src/main.vue +66 -66
  60. package/packages/error-page/.DS_Store +0 -0
  61. package/packages/error-page/index.js +5 -5
  62. package/packages/error-page/src/main.vue +44 -44
  63. package/packages/flow/.DS_Store +0 -0
  64. package/packages/flow/index.js +5 -5
  65. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  66. package/packages/flow/src/component/CustomPreset.vue +322 -322
  67. package/packages/flow/src/component/FileList.vue +99 -99
  68. package/packages/flow/src/component/Preset.vue +255 -255
  69. package/packages/flow/src/component/SendMsg.vue +229 -229
  70. package/packages/flow/src/component/TimeLimit.vue +190 -190
  71. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  72. package/packages/flow/src/form.vue +121 -121
  73. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  74. package/packages/flow/src/main.vue +3131 -3131
  75. package/packages/flow/src/processForm.vue +1031 -1031
  76. package/packages/flow/src/processReject.vue +293 -293
  77. package/packages/flow/src/reset.vue +900 -900
  78. package/packages/flow/src/startTaskRead.vue +641 -641
  79. package/packages/flow/src/supervise.vue +138 -138
  80. package/packages/flow/src/table.vue +58 -58
  81. package/packages/flow-group/.DS_Store +0 -0
  82. package/packages/flow-group/index.js +5 -5
  83. package/packages/flow-group/src/main.vue +688 -688
  84. package/packages/flow-list/index.js +5 -5
  85. package/packages/flow-list/src/main.vue +1437 -1437
  86. package/packages/form/.DS_Store +0 -0
  87. package/packages/form/index.js +5 -5
  88. package/packages/form/src/main.vue +3583 -3583
  89. package/packages/form/src/table.vue +1426 -1426
  90. package/packages/handle-user/index.js +5 -5
  91. package/packages/handle-user/src/main.vue +138 -138
  92. package/packages/handler/.DS_Store +0 -0
  93. package/packages/handler/index.js +5 -5
  94. package/packages/handler/src/main.vue +493 -493
  95. package/packages/icon/index.js +5 -5
  96. package/packages/icon/src/main.vue +101 -101
  97. package/packages/icons/index.js +5 -5
  98. package/packages/icons/src/main.vue +81 -81
  99. package/packages/input/index.js +5 -5
  100. package/packages/input/src/main.vue +356 -356
  101. package/packages/input-number/index.js +5 -5
  102. package/packages/input-number/src/main.vue +106 -106
  103. package/packages/label/index.js +5 -5
  104. package/packages/label/src/main.vue +457 -457
  105. package/packages/layout/index.js +5 -5
  106. package/packages/layout/src/item.vue +152 -152
  107. package/packages/layout/src/main.vue +31 -31
  108. package/packages/login/.DS_Store +0 -0
  109. package/packages/login/index.js +5 -5
  110. package/packages/login/src/main.vue +1935 -1935
  111. package/packages/login/src/resetPassword.vue +562 -562
  112. package/packages/main/.DS_Store +0 -0
  113. package/packages/main/index.js +5 -5
  114. package/packages/main/src/.DS_Store +0 -0
  115. package/packages/main/src/default/message.vue +249 -249
  116. package/packages/main/src/default/notice.vue +157 -157
  117. package/packages/main/src/default/userinfo.vue +503 -503
  118. package/packages/main/src/public/online.vue +89 -89
  119. package/packages/main/src/public/search.vue +462 -466
  120. package/packages/main/src/public/settings.vue +221 -221
  121. package/packages/main/src/simplicity/apps.vue +388 -388
  122. package/packages/main/src/simplicity/avatar.vue +82 -82
  123. package/packages/main/src/simplicity/handler.vue +259 -259
  124. package/packages/main/src/simplicity/index.vue +2076 -2064
  125. package/packages/main/src/simplicity/lists.vue +84 -84
  126. package/packages/main/src/simplicity/menu-list.vue +135 -128
  127. package/packages/main/src/simplicity/message.vue +259 -259
  128. package/packages/main/src/simplicity/notice.vue +190 -190
  129. package/packages/main/src/simplicity/router-page.vue +45 -45
  130. package/packages/main/src/simplicity/sub-menu.vue +263 -241
  131. package/packages/main/src/simplicity/user.vue +257 -257
  132. package/packages/main/src/simplicity/userinfo.vue +312 -312
  133. package/packages/menu/index.js +5 -5
  134. package/packages/menu/src/main.vue +580 -536
  135. package/packages/nav/index.js +5 -5
  136. package/packages/nav/src/main.vue +351 -351
  137. package/packages/notify/index.js +5 -5
  138. package/packages/notify/src/main.vue +538 -538
  139. package/packages/page/index.js +5 -5
  140. package/packages/page/src/main.vue +167 -167
  141. package/packages/pagination/index.js +5 -5
  142. package/packages/pagination/src/main.vue +96 -96
  143. package/packages/player/index.js +5 -5
  144. package/packages/player/src/main.vue +194 -194
  145. package/packages/qr-code/index.js +5 -5
  146. package/packages/qr-code/src/main.vue +170 -170
  147. package/packages/radio-group/index.js +6 -6
  148. package/packages/radio-group/src/main.vue +319 -319
  149. package/packages/retrial-auth/.DS_Store +0 -0
  150. package/packages/retrial-auth/index.js +5 -5
  151. package/packages/retrial-auth/src/main.vue +280 -280
  152. package/packages/select/.DS_Store +0 -0
  153. package/packages/select/index.js +5 -5
  154. package/packages/select/src/main.vue +778 -776
  155. package/packages/select-ganged/index.js +5 -5
  156. package/packages/select-ganged/src/main.vue +724 -724
  157. package/packages/selector/.DS_Store +0 -0
  158. package/packages/selector/index.js +5 -5
  159. package/packages/selector/src/main.vue +687 -687
  160. package/packages/selector-panel/.DS_Store +0 -0
  161. package/packages/selector-panel/index.js +5 -5
  162. package/packages/selector-panel/src/main.vue +1027 -1027
  163. package/packages/selector-panel/src/selection.vue +177 -177
  164. package/packages/selector-panel/src/tree.vue +129 -129
  165. package/packages/sizer/.DS_Store +0 -0
  166. package/packages/sizer/index.js +5 -5
  167. package/packages/sizer/src/main.vue +254 -254
  168. package/packages/steps/index.js +5 -5
  169. package/packages/steps/src/main.vue +181 -181
  170. package/packages/switch/index.js +5 -5
  171. package/packages/switch/src/main.vue +154 -154
  172. package/packages/table-form/index.js +5 -5
  173. package/packages/tabs/.DS_Store +0 -0
  174. package/packages/tabs/index.js +5 -5
  175. package/packages/tabs/src/main.vue +788 -788
  176. package/packages/tabs-panel/index.js +5 -5
  177. package/packages/tabs-panel/src/main.vue +29 -29
  178. package/packages/theme-chalk/lib/index.css +1 -1
  179. package/packages/theme-chalk/lib/main.css +1 -1
  180. package/packages/theme-chalk/lib/simplicity.css +1 -1
  181. package/packages/theme-chalk/src/.DS_Store +0 -0
  182. package/packages/theme-chalk/src/base.scss +260 -260
  183. package/packages/theme-chalk/src/button-group.scss +175 -175
  184. package/packages/theme-chalk/src/button.scss +24 -24
  185. package/packages/theme-chalk/src/calendar.scss +113 -113
  186. package/packages/theme-chalk/src/card.scss +99 -99
  187. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  188. package/packages/theme-chalk/src/clients.scss +87 -87
  189. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  190. package/packages/theme-chalk/src/data-table.scss +293 -293
  191. package/packages/theme-chalk/src/date-picker.scss +7 -7
  192. package/packages/theme-chalk/src/dialog.scss +77 -77
  193. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  194. package/packages/theme-chalk/src/enterprise.scss +5 -5
  195. package/packages/theme-chalk/src/error-page.scss +18 -18
  196. package/packages/theme-chalk/src/flow-group.scss +110 -110
  197. package/packages/theme-chalk/src/flow-list.scss +36 -36
  198. package/packages/theme-chalk/src/flow.scss +336 -336
  199. package/packages/theme-chalk/src/form.scss +496 -496
  200. package/packages/theme-chalk/src/handle-user.scss +40 -40
  201. package/packages/theme-chalk/src/handler.scss +143 -143
  202. package/packages/theme-chalk/src/icon.scss +1789 -1789
  203. package/packages/theme-chalk/src/icons.scss +99 -99
  204. package/packages/theme-chalk/src/input.scss +9 -9
  205. package/packages/theme-chalk/src/label.scss +24 -24
  206. package/packages/theme-chalk/src/layout.scss +46 -46
  207. package/packages/theme-chalk/src/login.scss +969 -969
  208. package/packages/theme-chalk/src/main.scss +663 -663
  209. package/packages/theme-chalk/src/menu.scss +222 -222
  210. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  211. package/packages/theme-chalk/src/nav.scss +111 -111
  212. package/packages/theme-chalk/src/page.scss +3 -3
  213. package/packages/theme-chalk/src/pagination.scss +29 -29
  214. package/packages/theme-chalk/src/player.scss +9 -9
  215. package/packages/theme-chalk/src/qr-code.scss +17 -17
  216. package/packages/theme-chalk/src/radio-group.scss +9 -9
  217. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  218. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  219. package/packages/theme-chalk/src/select.scss +8 -8
  220. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  221. package/packages/theme-chalk/src/selector.scss +91 -91
  222. package/packages/theme-chalk/src/simplicity.scss +1343 -1265
  223. package/packages/theme-chalk/src/sizer.scss +36 -36
  224. package/packages/theme-chalk/src/steps.scss +88 -88
  225. package/packages/theme-chalk/src/switch.scss +3 -3
  226. package/packages/theme-chalk/src/table-form.scss +1 -1
  227. package/packages/theme-chalk/src/tabs.scss +87 -87
  228. package/packages/theme-chalk/src/tips.scss +7 -7
  229. package/packages/theme-chalk/src/toolbar.scss +179 -179
  230. package/packages/theme-chalk/src/tree-group.scss +72 -72
  231. package/packages/theme-chalk/src/tree.scss +165 -165
  232. package/packages/theme-chalk/src/upload.scss +168 -168
  233. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  234. package/packages/tips/index.js +5 -5
  235. package/packages/tips/src/main.vue +141 -141
  236. package/packages/toolbar/index.js +5 -5
  237. package/packages/toolbar/src/main.vue +430 -430
  238. package/packages/tree/index.js +5 -5
  239. package/packages/tree/src/main.vue +2 -2
  240. package/packages/tree-group/index.js +5 -5
  241. package/packages/upload/.DS_Store +0 -0
  242. package/packages/upload/index.js +5 -5
  243. package/packages/upload/src/main.vue +1347 -1343
  244. package/packages/upload/src/picture.js +15 -15
  245. package/packages/wujie/index.js +5 -5
  246. package/packages/wujie/src/main.vue +145 -145
  247. package/packages/wxlogin/index.js +5 -5
  248. package/packages/wxlogin/src/main.vue +128 -128
  249. package/src/.DS_Store +0 -0
  250. package/src/config/api.js +281 -281
  251. package/src/config/image.js +2 -2
  252. package/src/index.js +160 -160
  253. package/src/utils/bus.js +3 -3
  254. package/src/utils/date-util.js +312 -312
  255. package/src/utils/http.js +50 -50
  256. package/src/utils/rules.js +18 -18
  257. package/src/utils/store.js +21 -21
  258. package/src/utils/webSocket.js +107 -107
@@ -6413,8 +6413,8 @@ cascader_src_main.install = function (Vue) {
6413
6413
  };
6414
6414
 
6415
6415
  /* harmony default export */ var cascader = (cascader_src_main);
6416
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=43934575&
6417
- var mainvue_type_template_id_43934575_render = function () {
6416
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=e9ea73d6&
6417
+ var mainvue_type_template_id_e9ea73d6_render = function () {
6418
6418
  var _vm = this
6419
6419
  var _h = _vm.$createElement
6420
6420
  var _c = _vm._self._c || _h
@@ -6546,11 +6546,11 @@ var mainvue_type_template_id_43934575_render = function () {
6546
6546
  )
6547
6547
  : _vm._e()
6548
6548
  }
6549
- var mainvue_type_template_id_43934575_staticRenderFns = []
6550
- mainvue_type_template_id_43934575_render._withStripped = true
6549
+ var mainvue_type_template_id_e9ea73d6_staticRenderFns = []
6550
+ mainvue_type_template_id_e9ea73d6_render._withStripped = true
6551
6551
 
6552
6552
 
6553
- // CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=43934575&
6553
+ // CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=e9ea73d6&
6554
6554
 
6555
6555
  // EXTERNAL MODULE: ./src/config/api.js
6556
6556
  var api = __webpack_require__(1);
@@ -6823,7 +6823,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
6823
6823
  beforeCreate: function beforeCreate() {
6824
6824
  var _this2 = this;
6825
6825
 
6826
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function (url, sysCode) {
6826
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function (url, sysCode) {
6827
6827
  _this2.getDatas(url, sysCode);
6828
6828
  });
6829
6829
  },
@@ -6911,8 +6911,8 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
6911
6911
 
6912
6912
  var checkbox_group_src_main_component = normalizeComponent(
6913
6913
  packages_checkbox_group_src_mainvue_type_script_lang_js_,
6914
- mainvue_type_template_id_43934575_render,
6915
- mainvue_type_template_id_43934575_staticRenderFns,
6914
+ mainvue_type_template_id_e9ea73d6_render,
6915
+ mainvue_type_template_id_e9ea73d6_staticRenderFns,
6916
6916
  false,
6917
6917
  null,
6918
6918
  null,
@@ -7271,8 +7271,8 @@ clients_src_main.install = function (Vue) {
7271
7271
  };
7272
7272
 
7273
7273
  /* harmony default export */ var clients = (clients_src_main);
7274
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=3a48f252&
7275
- var mainvue_type_template_id_3a48f252_render = function () {
7274
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=578d9c94&
7275
+ var mainvue_type_template_id_578d9c94_render = function () {
7276
7276
  var _vm = this
7277
7277
  var _h = _vm.$createElement
7278
7278
  var _c = _vm._self._c || _h
@@ -7672,11 +7672,11 @@ var mainvue_type_template_id_3a48f252_render = function () {
7672
7672
  1
7673
7673
  )
7674
7674
  }
7675
- var mainvue_type_template_id_3a48f252_staticRenderFns = []
7676
- mainvue_type_template_id_3a48f252_render._withStripped = true
7675
+ var mainvue_type_template_id_578d9c94_staticRenderFns = []
7676
+ mainvue_type_template_id_578d9c94_render._withStripped = true
7677
7677
 
7678
7678
 
7679
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=3a48f252&
7679
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=578d9c94&
7680
7680
 
7681
7681
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
7682
7682
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -10673,7 +10673,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10673
10673
  beforeCreate: function beforeCreate() {
10674
10674
  var _this4 = this;
10675
10675
 
10676
- this.getTableData = Object(external_throttle_debounce_["throttle"])(500, function (res) {
10676
+ this.getTableData = Object(external_throttle_debounce_["debounce"])(500, function (res) {
10677
10677
  _this4.getTableDatas(res);
10678
10678
  });
10679
10679
  },
@@ -11541,8 +11541,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11541
11541
 
11542
11542
  var data_table_src_main_component = normalizeComponent(
11543
11543
  packages_data_table_src_mainvue_type_script_lang_js_,
11544
- mainvue_type_template_id_3a48f252_render,
11545
- mainvue_type_template_id_3a48f252_staticRenderFns,
11544
+ mainvue_type_template_id_578d9c94_render,
11545
+ mainvue_type_template_id_578d9c94_staticRenderFns,
11546
11546
  false,
11547
11547
  null,
11548
11548
  null,
@@ -15630,8 +15630,8 @@ error_page_src_main.install = function (Vue) {
15630
15630
  };
15631
15631
 
15632
15632
  /* harmony default export */ var error_page = (error_page_src_main);
15633
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=6b45c576&
15634
- var mainvue_type_template_id_6b45c576_render = function () {
15633
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=3b87e344&
15634
+ var mainvue_type_template_id_3b87e344_render = function () {
15635
15635
  var _vm = this
15636
15636
  var _h = _vm.$createElement
15637
15637
  var _c = _vm._self._c || _h
@@ -21641,11 +21641,11 @@ var mainvue_type_template_id_6b45c576_render = function () {
21641
21641
  )
21642
21642
  : _vm._e()
21643
21643
  }
21644
- var mainvue_type_template_id_6b45c576_staticRenderFns = []
21645
- mainvue_type_template_id_6b45c576_render._withStripped = true
21644
+ var mainvue_type_template_id_3b87e344_staticRenderFns = []
21645
+ mainvue_type_template_id_3b87e344_render._withStripped = true
21646
21646
 
21647
21647
 
21648
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=6b45c576&
21648
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=3b87e344&
21649
21649
 
21650
21650
  // CONCATENATED MODULE: ./src/utils/rules.js
21651
21651
  // 手机号
@@ -24356,10 +24356,10 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
24356
24356
  beforeCreate: function beforeCreate() {
24357
24357
  var _this3 = this;
24358
24358
 
24359
- this.getContent = Object(external_throttle_debounce_["throttle"])(500, function () {
24359
+ this.getContent = Object(external_throttle_debounce_["debounce"])(500, function () {
24360
24360
  _this3.getContents();
24361
24361
  });
24362
- this.getValue = Object(external_throttle_debounce_["throttle"])(500, function () {
24362
+ this.getValue = Object(external_throttle_debounce_["debounce"])(500, function () {
24363
24363
  _this3.getValues();
24364
24364
  });
24365
24365
  },
@@ -25183,8 +25183,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25183
25183
 
25184
25184
  var form_src_main_component = normalizeComponent(
25185
25185
  packages_form_src_mainvue_type_script_lang_js_,
25186
- mainvue_type_template_id_6b45c576_render,
25187
- mainvue_type_template_id_6b45c576_staticRenderFns,
25186
+ mainvue_type_template_id_3b87e344_render,
25187
+ mainvue_type_template_id_3b87e344_staticRenderFns,
25188
25188
  false,
25189
25189
  null,
25190
25190
  null,
@@ -28273,21 +28273,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28273
28273
  return validSate;
28274
28274
  },
28275
28275
 
28276
- /**
28277
- * changeOpinion
28278
- * @desc:监听意见变化
28279
- * @author liufan
28280
- * @date 2022年10月28日
28276
+ /**
28277
+ * changeOpinion
28278
+ * @desc:监听意见变化
28279
+ * @author liufan
28280
+ * @date 2022年10月28日
28281
28281
  **/
28282
28282
  changeOpinion: function changeOpinion() {
28283
28283
  this.$emit('change', this.form.value);
28284
28284
  },
28285
28285
 
28286
- /**
28287
- * getCommonOpion
28288
- * @desc:获取意见
28289
- * @author liufan
28290
- * @date 2022年5月25日
28286
+ /**
28287
+ * getCommonOpion
28288
+ * @desc:获取意见
28289
+ * @author liufan
28290
+ * @date 2022年5月25日
28291
28291
  **/
28292
28292
  getCommonOpion: function getCommonOpion() {
28293
28293
  var _this = this;
@@ -28316,24 +28316,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28316
28316
  });
28317
28317
  },
28318
28318
 
28319
- /**
28320
- * upDate
28321
- * @desc:修改常用语
28322
- * @author liufan
28323
- * @param {Object} val 修改值
28324
- * @date 2022年5月25日
28319
+ /**
28320
+ * upDate
28321
+ * @desc:修改常用语
28322
+ * @author liufan
28323
+ * @param {Object} val 修改值
28324
+ * @date 2022年5月25日
28325
28325
  **/
28326
28326
  upDate: function upDate(val) {
28327
28327
  this.FormData.id = val.id;
28328
28328
  this.addVisible = true;
28329
28329
  },
28330
28330
 
28331
- /**
28332
- * selectChange
28333
- * @desc:常用语选择
28334
- * @author liufan
28335
- * @param {String} val 选中值
28336
- * @date 2022年5月25日
28331
+ /**
28332
+ * selectChange
28333
+ * @desc:常用语选择
28334
+ * @author liufan
28335
+ * @param {String} val 选中值
28336
+ * @date 2022年5月25日
28337
28337
  **/
28338
28338
  selectChange: function selectChange(val) {
28339
28339
  var _this2 = this;
@@ -28352,12 +28352,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28352
28352
  });
28353
28353
  },
28354
28354
 
28355
- /**
28356
- * del
28357
- * @desc:删除常用语
28358
- * @author liufan
28359
- * @param {Object} val 删除的数据
28360
- * @date 2022年5月25日
28355
+ /**
28356
+ * del
28357
+ * @desc:删除常用语
28358
+ * @author liufan
28359
+ * @param {Object} val 删除的数据
28360
+ * @date 2022年5月25日
28361
28361
  **/
28362
28362
  del: function del(val) {
28363
28363
  var _this3 = this;
@@ -28399,12 +28399,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28399
28399
  }).catch(function (e) {});
28400
28400
  },
28401
28401
 
28402
- /**
28403
- * submit
28404
- * @desc:新增/编辑意见保存
28405
- * @author liufan
28406
- * @param {Object} val 保存数据
28407
- * @date 2022年5月25日
28402
+ /**
28403
+ * submit
28404
+ * @desc:新增/编辑意见保存
28405
+ * @author liufan
28406
+ * @param {Object} val 保存数据
28407
+ * @date 2022年5月25日
28408
28408
  **/
28409
28409
  submit: function submit(val) {
28410
28410
  var _this4 = this;
@@ -31291,11 +31291,11 @@ var processFormvue_type_script_lang_js_components;
31291
31291
  });
31292
31292
  },
31293
31293
 
31294
- /**
31295
- * isMultiple
31296
- * @desc:是否多选
31297
- * @author liufan
31298
- * @date 2022年9月13日
31294
+ /**
31295
+ * isMultiple
31296
+ * @desc:是否多选
31297
+ * @author liufan
31298
+ * @date 2022年9月13日
31299
31299
  **/
31300
31300
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31301
31301
  var multiple = false;
@@ -35299,11 +35299,11 @@ var resetvue_type_script_lang_js_components;
35299
35299
  });
35300
35300
  },
35301
35301
 
35302
- /**
35303
- * isMultiple
35304
- * @desc:是否多选
35305
- * @author liufan
35306
- * @date 2022年9月13日
35302
+ /**
35303
+ * isMultiple
35304
+ * @desc:是否多选
35305
+ * @author liufan
35306
+ * @date 2022年9月13日
35307
35307
  **/
35308
35308
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35309
35309
  var multiple = false;
@@ -39667,11 +39667,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39667
39667
  });
39668
39668
  },
39669
39669
 
39670
- /**
39671
- * saveInfo
39672
- * @desc:暂存
39673
- * @author liufan
39674
- * @date 2022年9月9日
39670
+ /**
39671
+ * saveInfo
39672
+ * @desc:暂存
39673
+ * @author liufan
39674
+ * @date 2022年9月9日
39675
39675
  **/
39676
39676
  saveInfo: function saveInfo(type, btn) {
39677
39677
  var _this6 = this;
@@ -39733,11 +39733,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39733
39733
  });
39734
39734
  },
39735
39735
 
39736
- /**
39737
- * rejectBtn
39738
- * @desc:点击驳回
39739
- * @author liufan
39740
- * @date 2022年5月25日
39736
+ /**
39737
+ * rejectBtn
39738
+ * @desc:点击驳回
39739
+ * @author liufan
39740
+ * @date 2022年5月25日
39741
39741
  **/
39742
39742
  rejectBtn: function rejectBtn() {
39743
39743
  var _this8 = this;
@@ -39755,11 +39755,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39755
39755
  }
39756
39756
  },
39757
39757
 
39758
- /**
39759
- * taskReadBtn
39760
- * @desc:点击分阅
39761
- * @author liufan
39762
- * @date 2022年5月25日
39758
+ /**
39759
+ * taskReadBtn
39760
+ * @desc:点击分阅
39761
+ * @author liufan
39762
+ * @date 2022年5月25日
39763
39763
  **/
39764
39764
  taskReadBtn: function taskReadBtn() {
39765
39765
  var _this9 = this;
@@ -39778,11 +39778,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39778
39778
  }
39779
39779
  },
39780
39780
 
39781
- /**
39782
- * getFind
39783
- * @desc:获取通知方式
39784
- * @author liufan
39785
- * @date 2022年5月25日
39781
+ /**
39782
+ * getFind
39783
+ * @desc:获取通知方式
39784
+ * @author liufan
39785
+ * @date 2022年5月25日
39786
39786
  **/
39787
39787
  getFind: function getFind() {
39788
39788
  var _this10 = this;
@@ -39837,12 +39837,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39837
39837
  });
39838
39838
  },
39839
39839
 
39840
- /**
39841
- * endFlows
39842
- * @desc:直接办结
39843
- * @author liufan
39844
- * @param {Object} res 直接办结数据
39845
- * @date 2022年5月25日
39840
+ /**
39841
+ * endFlows
39842
+ * @desc:直接办结
39843
+ * @author liufan
39844
+ * @param {Object} res 直接办结数据
39845
+ * @date 2022年5月25日
39846
39846
  **/
39847
39847
  endFlows: function endFlows(res) {
39848
39848
  var _this12 = this;
@@ -39896,12 +39896,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39896
39896
  }).catch(function (e) {});
39897
39897
  },
39898
39898
 
39899
- /**
39900
- * goView
39901
- * @desc:更多流程按钮操作
39902
- * @author liufan
39903
- * @param {Object} res 当前点击操作按钮数据
39904
- * @date 2022年5月25日
39899
+ /**
39900
+ * goView
39901
+ * @desc:更多流程按钮操作
39902
+ * @author liufan
39903
+ * @param {Object} res 当前点击操作按钮数据
39904
+ * @date 2022年5月25日
39905
39905
  **/
39906
39906
  goView: function goView(res) {
39907
39907
  // 驳回并办结:rejectAndEndHtml
@@ -39986,11 +39986,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39986
39986
  // isCanStartSubFlow
39987
39987
  },
39988
39988
 
39989
- /**
39990
- * toTakeAdvice
39991
- * @desc:征求意见
39992
- * @author liufan
39993
- * @date 2022年9月29日
39989
+ /**
39990
+ * toTakeAdvice
39991
+ * @desc:征求意见
39992
+ * @author liufan
39993
+ * @date 2022年9月29日
39994
39994
  **/
39995
39995
  toTakeAdvice: function toTakeAdvice(res) {
39996
39996
  var _this14 = this;
@@ -40034,11 +40034,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40034
40034
  });
40035
40035
  },
40036
40036
 
40037
- /**
40038
- * toStartDraf
40039
- * @desc: 稿件递送、联合审核、复核
40040
- * @author liufan
40041
- * @date 2022年9月29日
40037
+ /**
40038
+ * toStartDraf
40039
+ * @desc: 稿件递送、联合审核、复核
40040
+ * @author liufan
40041
+ * @date 2022年9月29日
40042
40042
  **/
40043
40043
  toStartDraf: function toStartDraf(res) {
40044
40044
  var _this16 = this;
@@ -40052,11 +40052,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40052
40052
  }
40053
40053
  },
40054
40054
 
40055
- /**
40056
- * toSendMsg
40057
- * @desc:核稿通知
40058
- * @author liufan
40059
- * @date 2022年9月29日
40055
+ /**
40056
+ * toSendMsg
40057
+ * @desc:核稿通知
40058
+ * @author liufan
40059
+ * @date 2022年9月29日
40060
40060
  **/
40061
40061
  toSendMsg: function toSendMsg(res) {
40062
40062
  var _this17 = this;
@@ -40070,11 +40070,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40070
40070
  }
40071
40071
  },
40072
40072
 
40073
- /**
40074
- * toTaskReadAndEnd
40075
- * @desc:分阅并办结
40076
- * @author liufan
40077
- * @date 2022年9月29日
40073
+ /**
40074
+ * toTaskReadAndEnd
40075
+ * @desc:分阅并办结
40076
+ * @author liufan
40077
+ * @date 2022年9月29日
40078
40078
  **/
40079
40079
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40080
40080
  var _this18 = this;
@@ -40092,11 +40092,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40092
40092
  }
40093
40093
  },
40094
40094
 
40095
- /**
40096
- * rejectAndEnd
40097
- * @desc:驳回并办结
40098
- * @author liufan
40099
- * @date 2022年9月29日
40095
+ /**
40096
+ * rejectAndEnd
40097
+ * @desc:驳回并办结
40098
+ * @author liufan
40099
+ * @date 2022年9月29日
40100
40100
  **/
40101
40101
  rejectAndEnd: function rejectAndEnd(res) {
40102
40102
  var _this19 = this;
@@ -40151,11 +40151,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40151
40151
  });
40152
40152
  },
40153
40153
 
40154
- /**
40155
- * toTransfer
40156
- * @desc:转办
40157
- * @author liufan
40158
- * @date 2022年9月29日
40154
+ /**
40155
+ * toTransfer
40156
+ * @desc:转办
40157
+ * @author liufan
40158
+ * @date 2022年9月29日
40159
40159
  **/
40160
40160
  toTransfer: function toTransfer(res) {
40161
40161
  var _this21 = this;
@@ -40171,11 +40171,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40171
40171
  }
40172
40172
  },
40173
40173
 
40174
- /**
40175
- * getNodeInfo
40176
- * @desc:获取节点信息
40177
- * @author liufan
40178
- * @date 2022年5月25日
40174
+ /**
40175
+ * getNodeInfo
40176
+ * @desc:获取节点信息
40177
+ * @author liufan
40178
+ * @date 2022年5月25日
40179
40179
  **/
40180
40180
  getNodeInfo: function getNodeInfo() {
40181
40181
  var _this22 = this;
@@ -40274,12 +40274,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40274
40274
  });
40275
40275
  },
40276
40276
 
40277
- /**
40278
- * selecNext
40279
- * @desc:下步节点变化时更新数据
40280
- * @author liufan
40281
- * @param {String} val 当前选中值
40282
- * @date 2022年5月25日
40277
+ /**
40278
+ * selecNext
40279
+ * @desc:下步节点变化时更新数据
40280
+ * @author liufan
40281
+ * @param {String} val 当前选中值
40282
+ * @date 2022年5月25日
40283
40283
  **/
40284
40284
  selecNext: function selecNext(val, type, isDef) {
40285
40285
  var _this23 = this;
@@ -40388,11 +40388,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40388
40388
  if (isDef !== true) this.getNodeInfo();
40389
40389
  },
40390
40390
 
40391
- /**
40392
- * isMultiple
40393
- * @desc:是否多选
40394
- * @author liufan
40395
- * @date 2022年9月13日
40391
+ /**
40392
+ * isMultiple
40393
+ * @desc:是否多选
40394
+ * @author liufan
40395
+ * @date 2022年9月13日
40396
40396
  **/
40397
40397
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40398
40398
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40424,11 +40424,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40424
40424
  }
40425
40425
  },
40426
40426
 
40427
- /**
40428
- * getHedInfo
40429
- * @desc:获取审核页面数据
40430
- * @author liufan
40431
- * @date 2022年5月25日
40427
+ /**
40428
+ * getHedInfo
40429
+ * @desc:获取审核页面数据
40430
+ * @author liufan
40431
+ * @date 2022年5月25日
40432
40432
  **/
40433
40433
  getHedInfo: function getHedInfo() {
40434
40434
  var _this24 = this;
@@ -40664,13 +40664,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40664
40664
  });
40665
40665
  },
40666
40666
 
40667
- /**
40668
- * closeProcess
40669
- * @desc:关闭弹窗
40670
- * @author liufan
40671
- * @param {boolean} val 当前是否办理流程
40672
- * @param {String} type 当前点击的弹窗类型
40673
- * @date 2022年5月25日
40667
+ /**
40668
+ * closeProcess
40669
+ * @desc:关闭弹窗
40670
+ * @author liufan
40671
+ * @param {boolean} val 当前是否办理流程
40672
+ * @param {String} type 当前点击的弹窗类型
40673
+ * @date 2022年5月25日
40674
40674
  **/
40675
40675
  closeProcess: function closeProcess(val, type, closeParent) {
40676
40676
  if (closeParent) {
@@ -40687,23 +40687,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40687
40687
  }
40688
40688
  },
40689
40689
 
40690
- /**
40691
- * selectChange
40692
- * @desc:常用语选择
40693
- * @author liufan
40694
- * @param {String} val 选中值
40695
- * @date 2022年5月25日
40690
+ /**
40691
+ * selectChange
40692
+ * @desc:常用语选择
40693
+ * @author liufan
40694
+ * @param {String} val 选中值
40695
+ * @date 2022年5月25日
40696
40696
  **/
40697
40697
  selectChange: function selectChange(val) {
40698
40698
  this.value = val;
40699
40699
  },
40700
40700
 
40701
- /**
40702
- * upDate
40703
- * @desc:修改常用语
40704
- * @author liufan
40705
- * @param {Object} val 修改值
40706
- * @date 2022年5月25日
40701
+ /**
40702
+ * upDate
40703
+ * @desc:修改常用语
40704
+ * @author liufan
40705
+ * @param {Object} val 修改值
40706
+ * @date 2022年5月25日
40707
40707
  **/
40708
40708
  upDate: function upDate(val) {
40709
40709
  this.FormData.id = val.id;
@@ -40711,11 +40711,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40711
40711
  },
40712
40712
 
40713
40713
 
40714
- /**
40715
- * getProcess
40716
- * @desc:获取选择流程
40717
- * @author liufan
40718
- * @date 2022年5月25日
40714
+ /**
40715
+ * getProcess
40716
+ * @desc:获取选择流程
40717
+ * @author liufan
40718
+ * @date 2022年5月25日
40719
40719
  **/
40720
40720
  getProcess: function getProcess() {
40721
40721
  var _this25 = this;
@@ -40769,11 +40769,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40769
40769
  });
40770
40770
  },
40771
40771
 
40772
- /**
40773
- * getPendedhistoryList
40774
- * @desc:获取流程列表
40775
- * @author liufan
40776
- * @date 2022年5月25日
40772
+ /**
40773
+ * getPendedhistoryList
40774
+ * @desc:获取流程列表
40775
+ * @author liufan
40776
+ * @date 2022年5月25日
40777
40777
  **/
40778
40778
  getPendedhistoryList: function getPendedhistoryList() {
40779
40779
  var _this26 = this;
@@ -40805,12 +40805,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40805
40805
  },
40806
40806
 
40807
40807
  // 提交流程
40808
- /**
40809
- * subProcess
40810
- * @desc:提交流程
40811
- * @author liufan
40812
- * @param {String} formName 当前form表单ref值
40813
- * @date 2022年5月25日
40808
+ /**
40809
+ * subProcess
40810
+ * @desc:提交流程
40811
+ * @author liufan
40812
+ * @param {String} formName 当前form表单ref值
40813
+ * @date 2022年5月25日
40814
40814
  **/
40815
40815
  subProcess: function subProcess(val) {
40816
40816
  var _this27 = this;
@@ -42880,11 +42880,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42880
42880
  });
42881
42881
  },
42882
42882
 
42883
- /**
42884
- * saveInfo
42885
- * @desc:暂存
42886
- * @author liufan
42887
- * @date 2022年9月9日
42883
+ /**
42884
+ * saveInfo
42885
+ * @desc:暂存
42886
+ * @author liufan
42887
+ * @date 2022年9月9日
42888
42888
  **/
42889
42889
  saveInfo: function saveInfo(type, btn) {
42890
42890
  var _this8 = this;
@@ -42946,11 +42946,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42946
42946
  });
42947
42947
  },
42948
42948
 
42949
- /**
42950
- * rejectBtn
42951
- * @desc:点击驳回
42952
- * @author liufan
42953
- * @date 2022年5月25日
42949
+ /**
42950
+ * rejectBtn
42951
+ * @desc:点击驳回
42952
+ * @author liufan
42953
+ * @date 2022年5月25日
42954
42954
  **/
42955
42955
  rejectBtn: function rejectBtn() {
42956
42956
  var _this10 = this;
@@ -42968,11 +42968,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42968
42968
  }
42969
42969
  },
42970
42970
 
42971
- /**
42972
- * taskReadBtn
42973
- * @desc:点击分阅
42974
- * @author liufan
42975
- * @date 2022年5月25日
42971
+ /**
42972
+ * taskReadBtn
42973
+ * @desc:点击分阅
42974
+ * @author liufan
42975
+ * @date 2022年5月25日
42976
42976
  **/
42977
42977
  taskReadBtn: function taskReadBtn() {
42978
42978
  var _this11 = this;
@@ -42991,11 +42991,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42991
42991
  }
42992
42992
  },
42993
42993
 
42994
- /**
42995
- * getFind
42996
- * @desc:获取通知方式
42997
- * @author liufan
42998
- * @date 2022年5月25日
42994
+ /**
42995
+ * getFind
42996
+ * @desc:获取通知方式
42997
+ * @author liufan
42998
+ * @date 2022年5月25日
42999
42999
  **/
43000
43000
  getFind: function getFind() {
43001
43001
  var _this12 = this;
@@ -43060,12 +43060,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43060
43060
  });
43061
43061
  },
43062
43062
 
43063
- /**
43064
- * endFlows
43065
- * @desc:直接办结
43066
- * @author liufan
43067
- * @param {Object} res 直接办结数据
43068
- * @date 2022年5月25日
43063
+ /**
43064
+ * endFlows
43065
+ * @desc:直接办结
43066
+ * @author liufan
43067
+ * @param {Object} res 直接办结数据
43068
+ * @date 2022年5月25日
43069
43069
  **/
43070
43070
  endFlows: function endFlows(res) {
43071
43071
  var _this14 = this;
@@ -43119,12 +43119,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43119
43119
  }).catch(function (e) {});
43120
43120
  },
43121
43121
 
43122
- /**
43123
- * goView
43124
- * @desc:更多流程按钮操作
43125
- * @author liufan
43126
- * @param {Object} res 当前点击操作按钮数据
43127
- * @date 2022年5月25日
43122
+ /**
43123
+ * goView
43124
+ * @desc:更多流程按钮操作
43125
+ * @author liufan
43126
+ * @param {Object} res 当前点击操作按钮数据
43127
+ * @date 2022年5月25日
43128
43128
  **/
43129
43129
  goView: function goView(res) {
43130
43130
  // 驳回并办结:rejectAndEndHtml
@@ -43209,11 +43209,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43209
43209
  // isCanStartSubFlow
43210
43210
  },
43211
43211
 
43212
- /**
43213
- * toTakeAdvice
43214
- * @desc:征求意见
43215
- * @author liufan
43216
- * @date 2022年9月29日
43212
+ /**
43213
+ * toTakeAdvice
43214
+ * @desc:征求意见
43215
+ * @author liufan
43216
+ * @date 2022年9月29日
43217
43217
  **/
43218
43218
  toTakeAdvice: function toTakeAdvice(res) {
43219
43219
  var _this16 = this;
@@ -43257,11 +43257,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43257
43257
  });
43258
43258
  },
43259
43259
 
43260
- /**
43261
- * toStartDraf
43262
- * @desc: 稿件递送、联合审核、复核
43263
- * @author liufan
43264
- * @date 2022年9月29日
43260
+ /**
43261
+ * toStartDraf
43262
+ * @desc: 稿件递送、联合审核、复核
43263
+ * @author liufan
43264
+ * @date 2022年9月29日
43265
43265
  **/
43266
43266
  toStartDraf: function toStartDraf(res) {
43267
43267
  var _this18 = this;
@@ -43275,11 +43275,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43275
43275
  }
43276
43276
  },
43277
43277
 
43278
- /**
43279
- * toSendMsg
43280
- * @desc:核稿通知
43281
- * @author liufan
43282
- * @date 2022年9月29日
43278
+ /**
43279
+ * toSendMsg
43280
+ * @desc:核稿通知
43281
+ * @author liufan
43282
+ * @date 2022年9月29日
43283
43283
  **/
43284
43284
  toSendMsg: function toSendMsg(res) {
43285
43285
  var _this19 = this;
@@ -43293,11 +43293,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43293
43293
  }
43294
43294
  },
43295
43295
 
43296
- /**
43297
- * toTaskReadAndEnd
43298
- * @desc:分阅并办结
43299
- * @author liufan
43300
- * @date 2022年9月29日
43296
+ /**
43297
+ * toTaskReadAndEnd
43298
+ * @desc:分阅并办结
43299
+ * @author liufan
43300
+ * @date 2022年9月29日
43301
43301
  **/
43302
43302
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43303
43303
  var _this20 = this;
@@ -43315,11 +43315,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43315
43315
  }
43316
43316
  },
43317
43317
 
43318
- /**
43319
- * rejectAndEnd
43320
- * @desc:驳回并办结
43321
- * @author liufan
43322
- * @date 2022年9月29日
43318
+ /**
43319
+ * rejectAndEnd
43320
+ * @desc:驳回并办结
43321
+ * @author liufan
43322
+ * @date 2022年9月29日
43323
43323
  **/
43324
43324
  rejectAndEnd: function rejectAndEnd(res) {
43325
43325
  var _this21 = this;
@@ -43374,11 +43374,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43374
43374
  });
43375
43375
  },
43376
43376
 
43377
- /**
43378
- * toTransfer
43379
- * @desc:转办
43380
- * @author liufan
43381
- * @date 2022年9月29日
43377
+ /**
43378
+ * toTransfer
43379
+ * @desc:转办
43380
+ * @author liufan
43381
+ * @date 2022年9月29日
43382
43382
  **/
43383
43383
  toTransfer: function toTransfer(res) {
43384
43384
  var _this23 = this;
@@ -43394,11 +43394,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43394
43394
  }
43395
43395
  },
43396
43396
 
43397
- /**
43398
- * getNodeInfo
43399
- * @desc:获取节点信息
43400
- * @author liufan
43401
- * @date 2022年5月25日
43397
+ /**
43398
+ * getNodeInfo
43399
+ * @desc:获取节点信息
43400
+ * @author liufan
43401
+ * @date 2022年5月25日
43402
43402
  **/
43403
43403
  getNodeInfo: function getNodeInfo() {
43404
43404
  var _this24 = this;
@@ -43497,12 +43497,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43497
43497
  });
43498
43498
  },
43499
43499
 
43500
- /**
43501
- * selecNext
43502
- * @desc:下步节点变化时更新数据
43503
- * @author liufan
43504
- * @param {String} val 当前选中值
43505
- * @date 2022年5月25日
43500
+ /**
43501
+ * selecNext
43502
+ * @desc:下步节点变化时更新数据
43503
+ * @author liufan
43504
+ * @param {String} val 当前选中值
43505
+ * @date 2022年5月25日
43506
43506
  **/
43507
43507
  selecNext: function selecNext(val, type, isDef) {
43508
43508
  var _this25 = this;
@@ -43611,11 +43611,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43611
43611
  if (isDef !== true) this.getNodeInfo();
43612
43612
  },
43613
43613
 
43614
- /**
43615
- * isMultiple
43616
- * @desc:是否多选
43617
- * @author liufan
43618
- * @date 2022年9月13日
43614
+ /**
43615
+ * isMultiple
43616
+ * @desc:是否多选
43617
+ * @author liufan
43618
+ * @date 2022年9月13日
43619
43619
  **/
43620
43620
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43621
43621
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43647,11 +43647,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43647
43647
  }
43648
43648
  },
43649
43649
 
43650
- /**
43651
- * getHedInfo
43652
- * @desc:获取审核页面数据
43653
- * @author liufan
43654
- * @date 2022年5月25日
43650
+ /**
43651
+ * getHedInfo
43652
+ * @desc:获取审核页面数据
43653
+ * @author liufan
43654
+ * @date 2022年5月25日
43655
43655
  **/
43656
43656
  getHedInfo: function getHedInfo() {
43657
43657
  var _this26 = this;
@@ -43891,13 +43891,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43891
43891
  });
43892
43892
  },
43893
43893
 
43894
- /**
43895
- * closeProcess
43896
- * @desc:关闭弹窗
43897
- * @author liufan
43898
- * @param {boolean} val 当前是否办理流程
43899
- * @param {String} type 当前点击的弹窗类型
43900
- * @date 2022年5月25日
43894
+ /**
43895
+ * closeProcess
43896
+ * @desc:关闭弹窗
43897
+ * @author liufan
43898
+ * @param {boolean} val 当前是否办理流程
43899
+ * @param {String} type 当前点击的弹窗类型
43900
+ * @date 2022年5月25日
43901
43901
  **/
43902
43902
  closeProcess: function closeProcess(val, type, closeParent) {
43903
43903
  if (closeParent) {
@@ -43914,23 +43914,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43914
43914
  }
43915
43915
  },
43916
43916
 
43917
- /**
43918
- * selectChange
43919
- * @desc:常用语选择
43920
- * @author liufan
43921
- * @param {String} val 选中值
43922
- * @date 2022年5月25日
43917
+ /**
43918
+ * selectChange
43919
+ * @desc:常用语选择
43920
+ * @author liufan
43921
+ * @param {String} val 选中值
43922
+ * @date 2022年5月25日
43923
43923
  **/
43924
43924
  selectChange: function selectChange(val) {
43925
43925
  this.value = val;
43926
43926
  },
43927
43927
 
43928
- /**
43929
- * upDate
43930
- * @desc:修改常用语
43931
- * @author liufan
43932
- * @param {Object} val 修改值
43933
- * @date 2022年5月25日
43928
+ /**
43929
+ * upDate
43930
+ * @desc:修改常用语
43931
+ * @author liufan
43932
+ * @param {Object} val 修改值
43933
+ * @date 2022年5月25日
43934
43934
  **/
43935
43935
  upDate: function upDate(val) {
43936
43936
  this.FormData.id = val.id;
@@ -43938,11 +43938,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43938
43938
  },
43939
43939
 
43940
43940
 
43941
- /**
43942
- * getProcess
43943
- * @desc:获取选择流程
43944
- * @author liufan
43945
- * @date 2022年5月25日
43941
+ /**
43942
+ * getProcess
43943
+ * @desc:获取选择流程
43944
+ * @author liufan
43945
+ * @date 2022年5月25日
43946
43946
  **/
43947
43947
  getProcess: function getProcess(val) {
43948
43948
  var _this27 = this;
@@ -43994,11 +43994,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43994
43994
  });
43995
43995
  },
43996
43996
 
43997
- /**
43998
- * getPendedhistoryList
43999
- * @desc:获取流程列表
44000
- * @author liufan
44001
- * @date 2022年5月25日
43997
+ /**
43998
+ * getPendedhistoryList
43999
+ * @desc:获取流程列表
44000
+ * @author liufan
44001
+ * @date 2022年5月25日
44002
44002
  **/
44003
44003
  getPendedhistoryList: function getPendedhistoryList() {
44004
44004
  var _this28 = this;
@@ -44065,12 +44065,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44065
44065
  },
44066
44066
 
44067
44067
  // 提交流程
44068
- /**
44069
- * subProcess
44070
- * @desc:提交流程
44071
- * @author liufan
44072
- * @param {String} formName 当前form表单ref值
44073
- * @date 2022年5月25日
44068
+ /**
44069
+ * subProcess
44070
+ * @desc:提交流程
44071
+ * @author liufan
44072
+ * @param {String} formName 当前form表单ref值
44073
+ * @date 2022年5月25日
44074
44074
  **/
44075
44075
  subProcess: function subProcess(val, type) {
44076
44076
  var _this30 = this;
@@ -47468,12 +47468,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47468
47468
  }
47469
47469
  },
47470
47470
 
47471
- /**
47472
- * handleFormSubmit
47473
- * @desc:删除节点点击事件
47474
- * @param {Object} formData 点击删除的form数据
47475
- * @author liufan
47476
- * @date 2022年11月29日
47471
+ /**
47472
+ * handleFormSubmit
47473
+ * @desc:删除节点点击事件
47474
+ * @param {Object} formData 点击删除的form数据
47475
+ * @author liufan
47476
+ * @date 2022年11月29日
47477
47477
  **/
47478
47478
  handleFormSubmit: function handleFormSubmit(formData) {
47479
47479
  var _this7 = this;
@@ -47504,48 +47504,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47504
47504
  });
47505
47505
  },
47506
47506
 
47507
- /**
47508
- * del
47509
- * @desc:展示删除弹窗
47510
- * @param {String} id 当前点击数据id
47511
- * @author liufan
47512
- * @date 2022年11月29日
47507
+ /**
47508
+ * del
47509
+ * @desc:展示删除弹窗
47510
+ * @param {String} id 当前点击数据id
47511
+ * @author liufan
47512
+ * @date 2022年11月29日
47513
47513
  **/
47514
47514
  del: function del(id) {
47515
47515
  this.historyId = id;
47516
47516
  this.showDel = true;
47517
47517
  },
47518
47518
 
47519
- /**
47520
- * handleCurrentChange
47521
- * @desc:监听页码变化
47522
- * @param {String} val 当前页
47523
- * @author liufan
47524
- * @date 2022年11月29日
47519
+ /**
47520
+ * handleCurrentChange
47521
+ * @desc:监听页码变化
47522
+ * @param {String} val 当前页
47523
+ * @author liufan
47524
+ * @date 2022年11月29日
47525
47525
  **/
47526
47526
  handleCurrentChange: function handleCurrentChange(val) {
47527
47527
  this.currentPage = val;
47528
47528
  this.getPressList();
47529
47529
  },
47530
47530
 
47531
- /**
47532
- * handleSizeChange
47533
- * @desc:监听每页数据显示数量变化
47534
- * @param {String} val 每页展示数量
47535
- * @author liufan
47536
- * @date 2022年11月29日
47531
+ /**
47532
+ * handleSizeChange
47533
+ * @desc:监听每页数据显示数量变化
47534
+ * @param {String} val 每页展示数量
47535
+ * @author liufan
47536
+ * @date 2022年11月29日
47537
47537
  **/
47538
47538
  handleSizeChange: function handleSizeChange(val) {
47539
47539
  this.pageSize = val;
47540
47540
  this.getPressList();
47541
47541
  },
47542
47542
 
47543
- /**
47544
- * sortChange
47545
- * @desc:监听排序变化
47546
- * @param {Object} info 需要排序的字段及排序方式
47547
- * @author liufan
47548
- * @date 2022年11月29日
47543
+ /**
47544
+ * sortChange
47545
+ * @desc:监听排序变化
47546
+ * @param {Object} info 需要排序的字段及排序方式
47547
+ * @author liufan
47548
+ * @date 2022年11月29日
47549
47549
  **/
47550
47550
  sortChange: function sortChange(info) {
47551
47551
  var prop = info.prop,
@@ -47556,11 +47556,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47556
47556
  this.getPressList();
47557
47557
  },
47558
47558
 
47559
- /**
47560
- * getPressList
47561
- * @desc:催办列表数据
47562
- * @author liufan
47563
- * @date 2022年11月29日
47559
+ /**
47560
+ * getPressList
47561
+ * @desc:催办列表数据
47562
+ * @author liufan
47563
+ * @date 2022年11月29日
47564
47564
  **/
47565
47565
  getPressList: function getPressList() {
47566
47566
  var _this8 = this;
@@ -47590,12 +47590,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47590
47590
  });
47591
47591
  },
47592
47592
 
47593
- /**
47594
- * goPress
47595
- * @desc:催办列表查看
47596
- * @param {String} id 催办列表id
47597
- * @author liufan
47598
- * @date 2022年11月29日
47593
+ /**
47594
+ * goPress
47595
+ * @desc:催办列表查看
47596
+ * @param {String} id 催办列表id
47597
+ * @author liufan
47598
+ * @date 2022年11月29日
47599
47599
  **/
47600
47600
  goPress: function goPress(id) {
47601
47601
  this.historyId = id;
@@ -47603,23 +47603,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47603
47603
  this.getPressList();
47604
47604
  },
47605
47605
 
47606
- /**
47607
- * showFile
47608
- * @desc:附件查看
47609
- * @param {String} ownId 附件id
47610
- * @author liufan
47611
- * @date 2022年11月29日
47606
+ /**
47607
+ * showFile
47608
+ * @desc:附件查看
47609
+ * @param {String} ownId 附件id
47610
+ * @author liufan
47611
+ * @date 2022年11月29日
47612
47612
  **/
47613
47613
  showFile: function showFile(ownId) {
47614
47614
  this.wfpendingid = ownId;
47615
47615
  this.showFileList = true;
47616
47616
  },
47617
47617
 
47618
- /**
47619
- * handleChange
47620
- * @desc:切换排序方式
47621
- * @author liufan
47622
- * @date 2022年11月22日
47618
+ /**
47619
+ * handleChange
47620
+ * @desc:切换排序方式
47621
+ * @author liufan
47622
+ * @date 2022年11月22日
47623
47623
  **/
47624
47624
  handleChange: function handleChange(key, value) {
47625
47625
  if (value) {
@@ -47630,11 +47630,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47630
47630
  this.getFlowList();
47631
47631
  },
47632
47632
 
47633
- /**
47634
- * getFlowList
47635
- * @desc:获取流程列表
47636
- * @author liufan
47637
- * @date 2022年11月22日
47633
+ /**
47634
+ * getFlowList
47635
+ * @desc:获取流程列表
47636
+ * @author liufan
47637
+ * @date 2022年11月22日
47638
47638
  **/
47639
47639
  getFlowList: function getFlowList() {
47640
47640
  var _this9 = this;
@@ -47688,12 +47688,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47688
47688
  });
47689
47689
  },
47690
47690
 
47691
- /**
47692
- * handleClick
47693
- * @desc:表单点击事件
47694
- * @param {Object} val 当前点击行数据及按钮
47695
- * @author liufan
47696
- * @date 2022年11月10日
47691
+ /**
47692
+ * handleClick
47693
+ * @desc:表单点击事件
47694
+ * @param {Object} val 当前点击行数据及按钮
47695
+ * @author liufan
47696
+ * @date 2022年11月10日
47697
47697
  **/
47698
47698
  handleClick: function handleClick(val) {
47699
47699
  var _this10 = this;
@@ -47739,13 +47739,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47739
47739
  }
47740
47740
  },
47741
47741
 
47742
- /**
47743
- * getCodeValue
47744
- * @desc:获取代码表过滤后的值
47745
- * @param {String} value 展示数据的代码值
47746
- * @param {String} type 代码表类型
47747
- * @author liufan
47748
- * @date 2022年11月10日
47742
+ /**
47743
+ * getCodeValue
47744
+ * @desc:获取代码表过滤后的值
47745
+ * @param {String} value 展示数据的代码值
47746
+ * @param {String} type 代码表类型
47747
+ * @author liufan
47748
+ * @date 2022年11月10日
47749
47749
  **/
47750
47750
  getCodeValue: function getCodeValue(value, type) {
47751
47751
  var val = this[type].filter(function (item) {
@@ -47754,12 +47754,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47754
47754
  return val[0].shortName;
47755
47755
  },
47756
47756
 
47757
- /**
47758
- * getSysInfo
47759
- * @desc:获取代码表
47760
- * @param {String} code 编码code值
47761
- * @author liufan
47762
- * @date 2022年11月10日
47757
+ /**
47758
+ * getSysInfo
47759
+ * @desc:获取代码表
47760
+ * @param {String} code 编码code值
47761
+ * @author liufan
47762
+ * @date 2022年11月10日
47763
47763
  **/
47764
47764
  getSysInfo: function getSysInfo(code) {
47765
47765
  var _this11 = this;
@@ -47781,11 +47781,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47781
47781
  }).catch(function (e) {});
47782
47782
  },
47783
47783
 
47784
- /**
47785
- * getListInfo
47786
- * @desc:获取预设列表数据
47787
- * @author liufan
47788
- * @date 2022年11月10日
47784
+ /**
47785
+ * getListInfo
47786
+ * @desc:获取预设列表数据
47787
+ * @author liufan
47788
+ * @date 2022年11月10日
47789
47789
  **/
47790
47790
  getListInfo: function getListInfo() {
47791
47791
  var _this12 = this;
@@ -49346,7 +49346,7 @@ function mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var ta
49346
49346
  beforeCreate: function beforeCreate() {
49347
49347
  var _this2 = this;
49348
49348
 
49349
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function (query, callback, isChange) {
49349
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function (query, callback, isChange) {
49350
49350
  _this2.getDatas(query, callback, isChange);
49351
49351
  });
49352
49352
  },
@@ -50375,8 +50375,8 @@ layout_src_main.install = function (Vue) {
50375
50375
  };
50376
50376
 
50377
50377
  /* harmony default export */ var packages_layout = (layout_src_main);
50378
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=280eaf9f&
50379
- var mainvue_type_template_id_280eaf9f_render = function () {
50378
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68362bbf&
50379
+ var mainvue_type_template_id_68362bbf_render = function () {
50380
50380
  var _vm = this
50381
50381
  var _h = _vm.$createElement
50382
50382
  var _c = _vm._self._c || _h
@@ -51547,7 +51547,7 @@ var mainvue_type_template_id_280eaf9f_render = function () {
51547
51547
  )
51548
51548
  : _vm._e()
51549
51549
  }
51550
- var mainvue_type_template_id_280eaf9f_staticRenderFns = [
51550
+ var mainvue_type_template_id_68362bbf_staticRenderFns = [
51551
51551
  function () {
51552
51552
  var _vm = this
51553
51553
  var _h = _vm.$createElement
@@ -51562,10 +51562,10 @@ var mainvue_type_template_id_280eaf9f_staticRenderFns = [
51562
51562
  ])
51563
51563
  },
51564
51564
  ]
51565
- mainvue_type_template_id_280eaf9f_render._withStripped = true
51565
+ mainvue_type_template_id_68362bbf_render._withStripped = true
51566
51566
 
51567
51567
 
51568
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=280eaf9f&
51568
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68362bbf&
51569
51569
 
51570
51570
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
51571
51571
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -53102,7 +53102,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53102
53102
  };
53103
53103
  },
53104
53104
  beforeCreate: function beforeCreate() {
53105
- this.setScale = Object(external_throttle_debounce_["throttle"])(300, function () {
53105
+ this.setScale = Object(external_throttle_debounce_["debounce"])(300, function () {
53106
53106
  utils_util["a" /* default */].setScale();
53107
53107
  });
53108
53108
  utils_util["a" /* default */].removeStorage(['remind', 'ssId', 'token', 'Authorization', 'deviceUnique', 'userId', 'userName', 'useCaseCodes']);
@@ -53978,8 +53978,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53978
53978
 
53979
53979
  var login_src_main_component = normalizeComponent(
53980
53980
  packages_login_src_mainvue_type_script_lang_js_,
53981
- mainvue_type_template_id_280eaf9f_render,
53982
- mainvue_type_template_id_280eaf9f_staticRenderFns,
53981
+ mainvue_type_template_id_68362bbf_render,
53982
+ mainvue_type_template_id_68362bbf_staticRenderFns,
53983
53983
  false,
53984
53984
  null,
53985
53985
  null,
@@ -54096,8 +54096,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
54096
54096
 
54097
54097
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
54098
54098
 
54099
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=3e646024&scoped=true&
54100
- var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
54099
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
54100
+ var simplicityvue_type_template_id_9a42cfdc_scoped_true_render = function () {
54101
54101
  var _vm = this
54102
54102
  var _h = _vm.$createElement
54103
54103
  var _c = _vm._self._c || _h
@@ -54575,6 +54575,7 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
54575
54575
  _vm._b(
54576
54576
  {
54577
54577
  attrs: {
54578
+ collapse: _vm.collapse,
54578
54579
  mode: _vm.mode,
54579
54580
  visible: _vm.showMenu,
54580
54581
  closed: _vm.fold,
@@ -54754,11 +54755,11 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
54754
54755
  ),
54755
54756
  ])
54756
54757
  }
54757
- var simplicityvue_type_template_id_3e646024_scoped_true_staticRenderFns = []
54758
- simplicityvue_type_template_id_3e646024_scoped_true_render._withStripped = true
54758
+ var simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns = []
54759
+ simplicityvue_type_template_id_9a42cfdc_scoped_true_render._withStripped = true
54759
54760
 
54760
54761
 
54761
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3e646024&scoped=true&
54762
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=9a42cfdc&scoped=true&
54762
54763
 
54763
54764
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
54764
54765
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -55299,8 +55300,8 @@ var handler_component = normalizeComponent(
55299
55300
  )
55300
55301
 
55301
55302
  /* harmony default export */ var simplicity_handler = (handler_component.exports);
55302
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=629b4bf1&scoped=true&
55303
- var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
55303
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=c207ba5c&scoped=true&
55304
+ var sub_menuvue_type_template_id_c207ba5c_scoped_true_render = function () {
55304
55305
  var this$1 = this
55305
55306
  var _vm = this
55306
55307
  var _h = _vm.$createElement
@@ -55384,27 +55385,50 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
55384
55385
  },
55385
55386
  }),
55386
55387
  ]),
55387
- _c("menu-list", {
55388
- attrs: {
55389
- active: _vm.actives[0],
55390
- data: _vm.menus,
55391
- menuIcon: _vm.menuIcon,
55392
- color: _vm.color,
55393
- backgroundColor: _vm.backgroundColor,
55394
- fold: _vm.fold,
55395
- width: _vm.size,
55396
- },
55397
- on: {
55398
- menter: function (res) {
55399
- this$1.getData(res, 0, true)
55400
- },
55401
- mleave: function (res) {
55402
- this$1.getData(res, 0, false)
55403
- },
55404
- hover: _vm.handleHover,
55405
- command: _vm.handleCommand,
55406
- },
55407
- }),
55388
+ _vm.collapse
55389
+ ? _c(
55390
+ "div",
55391
+ { staticClass: "es-simplicity-menus-scrollbar" },
55392
+ [
55393
+ _c("es-menu", {
55394
+ attrs: {
55395
+ popperClass: "es-simplicity_menus",
55396
+ "menu-class": _vm.fold
55397
+ ? "es-simplicity_menus es-simplicity_menus-fold"
55398
+ : "es-simplicity_menus",
55399
+ data: _vm.menus,
55400
+ menuIcon: _vm.menuIcon,
55401
+ color: _vm.color,
55402
+ backgroundColor: _vm.backgroundColor,
55403
+ "show-title": false,
55404
+ collapse: _vm.fold,
55405
+ },
55406
+ on: { select: _vm.handleSelect },
55407
+ }),
55408
+ ],
55409
+ 1
55410
+ )
55411
+ : _c("menu-list", {
55412
+ attrs: {
55413
+ active: _vm.actives[0],
55414
+ data: _vm.menus,
55415
+ menuIcon: _vm.menuIcon,
55416
+ color: _vm.color,
55417
+ backgroundColor: _vm.backgroundColor,
55418
+ fold: _vm.fold,
55419
+ width: _vm.size,
55420
+ },
55421
+ on: {
55422
+ menter: function (res) {
55423
+ this$1.getData(res, 0, true)
55424
+ },
55425
+ mleave: function (res) {
55426
+ this$1.getData(res, 0, false)
55427
+ },
55428
+ hover: _vm.handleHover,
55429
+ command: _vm.handleCommand,
55430
+ },
55431
+ }),
55408
55432
  ],
55409
55433
  1
55410
55434
  ),
@@ -55464,14 +55488,14 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
55464
55488
  ]
55465
55489
  )
55466
55490
  }
55467
- var sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns = []
55468
- sub_menuvue_type_template_id_629b4bf1_scoped_true_render._withStripped = true
55491
+ var sub_menuvue_type_template_id_c207ba5c_scoped_true_staticRenderFns = []
55492
+ sub_menuvue_type_template_id_c207ba5c_scoped_true_render._withStripped = true
55469
55493
 
55470
55494
 
55471
- // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=629b4bf1&scoped=true&
55495
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=c207ba5c&scoped=true&
55472
55496
 
55473
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=43b0ff18&scoped=true&
55474
- var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
55497
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=49c7f205&scoped=true&
55498
+ var menu_listvue_type_template_id_49c7f205_scoped_true_render = function () {
55475
55499
  var _vm = this
55476
55500
  var _h = _vm.$createElement
55477
55501
  var _c = _vm._self._c || _h
@@ -55565,6 +55589,21 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
55565
55589
  ),
55566
55590
  ]
55567
55591
  ),
55592
+ _c("i", {
55593
+ directives: [
55594
+ {
55595
+ name: "show",
55596
+ rawName: "v-show",
55597
+ value:
55598
+ (item.children && item.children.length) ||
55599
+ (item.fourthTabs && item.fourthTabs.length),
55600
+ expression:
55601
+ "\n (item.children && item.children.length) ||\n (item.fourthTabs && item.fourthTabs.length)\n ",
55602
+ },
55603
+ ],
55604
+ staticClass:
55605
+ "es-icon-pointer-right es-simplicity-menus-item-icon",
55606
+ }),
55568
55607
  ],
55569
55608
  2
55570
55609
  )
@@ -55573,11 +55612,11 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
55573
55612
  ),
55574
55613
  ])
55575
55614
  }
55576
- var menu_listvue_type_template_id_43b0ff18_scoped_true_staticRenderFns = []
55577
- menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
55615
+ var menu_listvue_type_template_id_49c7f205_scoped_true_staticRenderFns = []
55616
+ menu_listvue_type_template_id_49c7f205_scoped_true_render._withStripped = true
55578
55617
 
55579
55618
 
55580
- // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=43b0ff18&scoped=true&
55619
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=49c7f205&scoped=true&
55581
55620
 
55582
55621
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=script&lang=js&
55583
55622
  //
@@ -55625,6 +55664,13 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
55625
55664
  //
55626
55665
  //
55627
55666
  //
55667
+ //
55668
+ //
55669
+ //
55670
+ //
55671
+ //
55672
+ //
55673
+ //
55628
55674
 
55629
55675
 
55630
55676
  /* harmony default export */ var menu_listvue_type_script_lang_js_ = ({
@@ -55718,11 +55764,11 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
55718
55764
 
55719
55765
  var menu_list_component = normalizeComponent(
55720
55766
  simplicity_menu_listvue_type_script_lang_js_,
55721
- menu_listvue_type_template_id_43b0ff18_scoped_true_render,
55722
- menu_listvue_type_template_id_43b0ff18_scoped_true_staticRenderFns,
55767
+ menu_listvue_type_template_id_49c7f205_scoped_true_render,
55768
+ menu_listvue_type_template_id_49c7f205_scoped_true_staticRenderFns,
55723
55769
  false,
55724
55770
  null,
55725
- "43b0ff18",
55771
+ "49c7f205",
55726
55772
  null
55727
55773
 
55728
55774
  )
@@ -55825,6 +55871,24 @@ var menu_list_component = normalizeComponent(
55825
55871
  //
55826
55872
  //
55827
55873
  //
55874
+ //
55875
+ //
55876
+ //
55877
+ //
55878
+ //
55879
+ //
55880
+ //
55881
+ //
55882
+ //
55883
+ //
55884
+ //
55885
+ //
55886
+ //
55887
+ //
55888
+ //
55889
+ //
55890
+ //
55891
+ //
55828
55892
 
55829
55893
 
55830
55894
  /* harmony default export */ var sub_menuvue_type_script_lang_js_ = ({
@@ -55832,6 +55896,7 @@ var menu_list_component = normalizeComponent(
55832
55896
  components: { MenuList: menu_list },
55833
55897
  props: {
55834
55898
  mode: String,
55899
+ collapse: Boolean,
55835
55900
  title: String,
55836
55901
  active: String,
55837
55902
  closed: Boolean,
@@ -55917,6 +55982,9 @@ var menu_list_component = normalizeComponent(
55917
55982
  handleCommand: function handleCommand(res) {
55918
55983
  this.$emit('command', res);
55919
55984
  },
55985
+ handleSelect: function handleSelect(res) {
55986
+ this.$emit('command', res.node);
55987
+ },
55920
55988
  getData: function getData(res, n, is) {
55921
55989
  var _this = this;
55922
55990
 
@@ -55976,18 +56044,18 @@ var menu_list_component = normalizeComponent(
55976
56044
 
55977
56045
  var sub_menu_component = normalizeComponent(
55978
56046
  simplicity_sub_menuvue_type_script_lang_js_,
55979
- sub_menuvue_type_template_id_629b4bf1_scoped_true_render,
55980
- sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns,
56047
+ sub_menuvue_type_template_id_c207ba5c_scoped_true_render,
56048
+ sub_menuvue_type_template_id_c207ba5c_scoped_true_staticRenderFns,
55981
56049
  false,
55982
56050
  null,
55983
- "629b4bf1",
56051
+ "c207ba5c",
55984
56052
  null
55985
56053
 
55986
56054
  )
55987
56055
 
55988
56056
  /* harmony default export */ var sub_menu = (sub_menu_component.exports);
55989
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=template&id=f63f92d4&scoped=true&
55990
- var appsvue_type_template_id_f63f92d4_scoped_true_render = function () {
56057
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=template&id=71b9cb14&scoped=true&
56058
+ var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
55991
56059
  var this$1 = this
55992
56060
  var _vm = this
55993
56061
  var _h = _vm.$createElement
@@ -56399,11 +56467,11 @@ var appsvue_type_template_id_f63f92d4_scoped_true_render = function () {
56399
56467
  ]
56400
56468
  )
56401
56469
  }
56402
- var appsvue_type_template_id_f63f92d4_scoped_true_staticRenderFns = []
56403
- appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56470
+ var appsvue_type_template_id_71b9cb14_scoped_true_staticRenderFns = []
56471
+ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
56404
56472
 
56405
56473
 
56406
- // CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=f63f92d4&scoped=true&
56474
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=71b9cb14&scoped=true&
56407
56475
 
56408
56476
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=script&lang=js&
56409
56477
  //
@@ -56700,7 +56768,7 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56700
56768
  beforeCreate: function beforeCreate() {
56701
56769
  var _this4 = this;
56702
56770
 
56703
- this.getApps = Object(external_throttle_debounce_["throttle"])(500, function () {
56771
+ this.getApps = Object(external_throttle_debounce_["debounce"])(500, function () {
56704
56772
  _this4.getApp();
56705
56773
  });
56706
56774
  },
@@ -56761,10 +56829,10 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56761
56829
  this.$emit('click', res);
56762
56830
  },
56763
56831
 
56764
- /**
56765
- * @desc:获取气泡提醒
56766
- * @author huangbo
56767
- * @date 2024年9月7日
56832
+ /**
56833
+ * @desc:获取气泡提醒
56834
+ * @author huangbo
56835
+ * @date 2024年9月7日
56768
56836
  **/
56769
56837
  getBadge: function getBadge(res) {
56770
56838
  var num = res.tips || 0;
@@ -56791,18 +56859,18 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56791
56859
 
56792
56860
  var apps_component = normalizeComponent(
56793
56861
  simplicity_appsvue_type_script_lang_js_,
56794
- appsvue_type_template_id_f63f92d4_scoped_true_render,
56795
- appsvue_type_template_id_f63f92d4_scoped_true_staticRenderFns,
56862
+ appsvue_type_template_id_71b9cb14_scoped_true_render,
56863
+ appsvue_type_template_id_71b9cb14_scoped_true_staticRenderFns,
56796
56864
  false,
56797
56865
  null,
56798
- "f63f92d4",
56866
+ "71b9cb14",
56799
56867
  null
56800
56868
 
56801
56869
  )
56802
56870
 
56803
56871
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
56804
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=4edda720&scoped=true&
56805
- var uservue_type_template_id_4edda720_scoped_true_render = function () {
56872
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
56873
+ var uservue_type_template_id_1d4b46d0_scoped_true_render = function () {
56806
56874
  var _vm = this
56807
56875
  var _h = _vm.$createElement
56808
56876
  var _c = _vm._self._c || _h
@@ -56963,11 +57031,11 @@ var uservue_type_template_id_4edda720_scoped_true_render = function () {
56963
57031
  1
56964
57032
  )
56965
57033
  }
56966
- var uservue_type_template_id_4edda720_scoped_true_staticRenderFns = []
56967
- uservue_type_template_id_4edda720_scoped_true_render._withStripped = true
57034
+ var uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns = []
57035
+ uservue_type_template_id_1d4b46d0_scoped_true_render._withStripped = true
56968
57036
 
56969
57037
 
56970
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=4edda720&scoped=true&
57038
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=1d4b46d0&scoped=true&
56971
57039
 
56972
57040
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=1c52f6d2&
56973
57041
  var userinfovue_type_template_id_1c52f6d2_render = function () {
@@ -57385,7 +57453,7 @@ var userinfo_component = normalizeComponent(
57385
57453
  beforeCreate: function beforeCreate() {
57386
57454
  var _this = this;
57387
57455
 
57388
- this.setNoticeType = Object(external_throttle_debounce_["throttle"])(1000, function () {
57456
+ this.setNoticeType = Object(external_throttle_debounce_["debounce"])(1000, function () {
57389
57457
  _this.setNotice();
57390
57458
  });
57391
57459
  },
@@ -57531,11 +57599,11 @@ var userinfo_component = normalizeComponent(
57531
57599
 
57532
57600
  var user_component = normalizeComponent(
57533
57601
  simplicity_uservue_type_script_lang_js_,
57534
- uservue_type_template_id_4edda720_scoped_true_render,
57535
- uservue_type_template_id_4edda720_scoped_true_staticRenderFns,
57602
+ uservue_type_template_id_1d4b46d0_scoped_true_render,
57603
+ uservue_type_template_id_1d4b46d0_scoped_true_staticRenderFns,
57536
57604
  false,
57537
57605
  null,
57538
- "4edda720",
57606
+ "1d4b46d0",
57539
57607
  null
57540
57608
 
57541
57609
  )
@@ -59164,8 +59232,8 @@ var online_component = normalizeComponent(
59164
59232
  )
59165
59233
 
59166
59234
  /* harmony default export */ var online = (online_component.exports);
59167
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=8b4f164a&
59168
- var searchvue_type_template_id_8b4f164a_render = function () {
59235
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=2928af7a&
59236
+ var searchvue_type_template_id_2928af7a_render = function () {
59169
59237
  var _vm = this
59170
59238
  var _h = _vm.$createElement
59171
59239
  var _c = _vm._self._c || _h
@@ -59580,11 +59648,11 @@ var searchvue_type_template_id_8b4f164a_render = function () {
59580
59648
  1
59581
59649
  )
59582
59650
  }
59583
- var searchvue_type_template_id_8b4f164a_staticRenderFns = []
59584
- searchvue_type_template_id_8b4f164a_render._withStripped = true
59651
+ var searchvue_type_template_id_2928af7a_staticRenderFns = []
59652
+ searchvue_type_template_id_2928af7a_render._withStripped = true
59585
59653
 
59586
59654
 
59587
- // CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=8b4f164a&
59655
+ // CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=2928af7a&
59588
59656
 
59589
59657
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=script&lang=js&
59590
59658
  var searchvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -59819,12 +59887,10 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59819
59887
  beforeCreate: function beforeCreate() {
59820
59888
  var _this = this;
59821
59889
 
59822
- this.handleSearchAll = Object(external_throttle_debounce_["throttle"])(500, function (res) {
59823
- console.log(res, 999);
59890
+ this.handleSearchAll = Object(external_throttle_debounce_["debounce"])(500, function (res) {
59824
59891
  _this.searchAll(res);
59825
59892
  });
59826
- this.handleSearchd = Object(external_throttle_debounce_["throttle"])(500, function (obj, index) {
59827
- console.log(obj, index, 6666);
59893
+ this.handleSearchd = Object(external_throttle_debounce_["debounce"])(500, function (obj, index) {
59828
59894
  _this.handleSearch(obj, index, false);
59829
59895
  });
59830
59896
  },
@@ -59906,7 +59972,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59906
59972
  searchAll: function searchAll(keyWords) {
59907
59973
  for (var i = 0; i < this.types.length; i++) {
59908
59974
  var item = this.types[i];
59909
- console.log(item, 8888);
59910
59975
  if (keyWords && !this.hides.includes(item.name) && !item.hide) {
59911
59976
  if (item.name == '菜单' && this.menus.length) {
59912
59977
  this.isLoading = false;
@@ -59967,7 +60032,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59967
60032
  handleSearch: function handleSearch(obj, index, reset) {
59968
60033
  var _this4 = this;
59969
60034
 
59970
- console.log(obj, reset, 77777);
59971
60035
  if (obj.pageNum < obj.pageCount && this.keyWords) {
59972
60036
  this.$set(this.loadings, obj.id || String(index), true);
59973
60037
  if (this.active == '0') {
@@ -60051,8 +60115,8 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
60051
60115
 
60052
60116
  var search_component = normalizeComponent(
60053
60117
  public_searchvue_type_script_lang_js_,
60054
- searchvue_type_template_id_8b4f164a_render,
60055
- searchvue_type_template_id_8b4f164a_staticRenderFns,
60118
+ searchvue_type_template_id_2928af7a_render,
60119
+ searchvue_type_template_id_2928af7a_staticRenderFns,
60056
60120
  false,
60057
60121
  null,
60058
60122
  null,
@@ -60062,8 +60126,6 @@ var search_component = normalizeComponent(
60062
60126
 
60063
60127
  /* harmony default export */ var public_search = (search_component.exports);
60064
60128
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=script&lang=js&
60065
- var simplicityvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
60066
-
60067
60129
  var simplicityvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
60068
60130
 
60069
60131
  //
@@ -60408,6 +60470,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
60408
60470
  //
60409
60471
  //
60410
60472
  //
60473
+ //
60411
60474
 
60412
60475
 
60413
60476
 
@@ -60532,6 +60595,8 @@ var events = [function (tabs, index, that) {
60532
60595
  menuColor: [String, Array],
60533
60596
  //菜单背景颜色
60534
60597
  menuBackgroundColor: [String, Array],
60598
+ //菜单是否折叠形式
60599
+ collapse: Boolean,
60535
60600
  //应用颜色
60536
60601
  appColor: [String, Array],
60537
60602
  //应用背景颜色
@@ -60788,10 +60853,10 @@ var events = [function (tabs, index, that) {
60788
60853
  },
60789
60854
 
60790
60855
  methods: {
60791
- /**
60792
- * @desc:匹配路由
60793
- * @author huangbo
60794
- * @date 2024年9月7日
60856
+ /**
60857
+ * @desc:匹配路由
60858
+ * @author huangbo
60859
+ * @date 2024年9月7日
60795
60860
  **/
60796
60861
  hasRouter: function hasRouter(res, url, code) {
60797
60862
  if (!url) {
@@ -60835,10 +60900,10 @@ var events = [function (tabs, index, that) {
60835
60900
  return false;
60836
60901
  },
60837
60902
 
60838
- /**
60839
- * @desc:获取初始数据
60840
- * @author huangbo
60841
- * @date 2024年9月7日
60903
+ /**
60904
+ * @desc:获取初始数据
60905
+ * @author huangbo
60906
+ * @date 2024年9月7日
60842
60907
  **/
60843
60908
  init: function init(results, first) {
60844
60909
  this.setConfig(results);
@@ -60847,10 +60912,10 @@ var events = [function (tabs, index, that) {
60847
60912
  }
60848
60913
  },
60849
60914
 
60850
- /**
60851
- * @desc:设置用户配置及信息
60852
- * @author huangbo
60853
- * @date 2024年9月7日
60915
+ /**
60916
+ * @desc:设置用户配置及信息
60917
+ * @author huangbo
60918
+ * @date 2024年9月7日
60854
60919
  **/
60855
60920
  setConfig: function setConfig(results) {
60856
60921
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -60980,10 +61045,10 @@ var events = [function (tabs, index, that) {
60980
61045
  }
60981
61046
  },
60982
61047
 
60983
- /**
60984
- * @desc:获取所有应用
60985
- * @author huangbo
60986
- * @date 2024年9月7日
61048
+ /**
61049
+ * @desc:获取所有应用
61050
+ * @author huangbo
61051
+ * @date 2024年9月7日
60987
61052
  **/
60988
61053
  getApplications: function getApplications() {
60989
61054
  var _this = this;
@@ -61031,10 +61096,10 @@ var events = [function (tabs, index, that) {
61031
61096
  });
61032
61097
  },
61033
61098
 
61034
- /**
61035
- * @desc:获取菜单列表
61036
- * @author huangbo
61037
- * @date 2024年9月7日
61099
+ /**
61100
+ * @desc:获取菜单列表
61101
+ * @author huangbo
61102
+ * @date 2024年9月7日
61038
61103
  **/
61039
61104
  getMenus: function getMenus(loading) {
61040
61105
  var _this2 = this;
@@ -61067,10 +61132,10 @@ var events = [function (tabs, index, that) {
61067
61132
  });
61068
61133
  },
61069
61134
 
61070
- /**
61071
- * @desc:处理菜单列表
61072
- * @author huangbo
61073
- * @date 2024年9月7日
61135
+ /**
61136
+ * @desc:处理菜单列表
61137
+ * @author huangbo
61138
+ * @date 2024年9月7日
61074
61139
  **/
61075
61140
  renderMenus: function renderMenus(res) {
61076
61141
  this.menus = res;
@@ -61124,7 +61189,7 @@ var events = [function (tabs, index, that) {
61124
61189
  this.subActive = '';
61125
61190
  }
61126
61191
  this.subMenus = subMenus;
61127
- this.showMenu = true;
61192
+ this.showMenu = subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0;
61128
61193
  } else {
61129
61194
  this.subMenus = null;
61130
61195
  this.showMenu = false;
@@ -61144,7 +61209,7 @@ var events = [function (tabs, index, that) {
61144
61209
  }
61145
61210
  }
61146
61211
  this.subMenus = _subMenus;
61147
- this.showMenu = true;
61212
+ this.showMenu = _subMenus.children && _subMenus.children.length > 0 || _subMenus.fourthTabs && _subMenus.fourthTabs.length > 0;
61148
61213
  } else {
61149
61214
  this.subMenus = null;
61150
61215
  this.showMenu = false;
@@ -61160,10 +61225,10 @@ var events = [function (tabs, index, that) {
61160
61225
  }
61161
61226
  },
61162
61227
 
61163
- /**
61164
- * @desc:设置页面加载类型
61165
- * @author huangbo
61166
- * @date 2024年9月7日
61228
+ /**
61229
+ * @desc:设置页面加载类型
61230
+ * @author huangbo
61231
+ * @date 2024年9月7日
61167
61232
  **/
61168
61233
  setIframeType: function setIframeType(res) {
61169
61234
  var url = res.url;
@@ -61219,10 +61284,10 @@ var events = [function (tabs, index, that) {
61219
61284
  return res;
61220
61285
  },
61221
61286
 
61222
- /**
61223
- * @desc:获取菜单
61224
- * @author huangbo
61225
- * @date 2024年9月7日
61287
+ /**
61288
+ * @desc:获取菜单
61289
+ * @author huangbo
61290
+ * @date 2024年9月7日
61226
61291
  **/
61227
61292
  getMenu: function getMenu(menus, res, key) {
61228
61293
  if (Array.isArray(menus)) {
@@ -61251,10 +61316,10 @@ var events = [function (tabs, index, that) {
61251
61316
  return false;
61252
61317
  },
61253
61318
 
61254
- /**
61255
- * @desc:获取菜单第一条数据
61256
- * @author huangbo
61257
- * @date 2024年9月7日
61319
+ /**
61320
+ * @desc:获取菜单第一条数据
61321
+ * @author huangbo
61322
+ * @date 2024年9月7日
61258
61323
  **/
61259
61324
  getFirst: function getFirst(obj) {
61260
61325
  if (!obj) {
@@ -61273,10 +61338,10 @@ var events = [function (tabs, index, that) {
61273
61338
  }
61274
61339
  },
61275
61340
 
61276
- /**
61277
- * @desc:遍历设置菜单气泡提醒
61278
- * @author huangbo
61279
- * @date 2024年9月7日
61341
+ /**
61342
+ * @desc:遍历设置菜单气泡提醒
61343
+ * @author huangbo
61344
+ * @date 2024年9月7日
61280
61345
  **/
61281
61346
  setTips: function setTips(obj) {
61282
61347
  var _this3 = this;
@@ -61339,10 +61404,10 @@ var events = [function (tabs, index, that) {
61339
61404
  }
61340
61405
  },
61341
61406
 
61342
- /**
61343
- * @desc:获取气泡提醒
61344
- * @author huangbo
61345
- * @date 2024年9月7日
61407
+ /**
61408
+ * @desc:获取气泡提醒
61409
+ * @author huangbo
61410
+ * @date 2024年9月7日
61346
61411
  **/
61347
61412
  getBadge: function getBadge(res) {
61348
61413
  var num = res.tips || 0;
@@ -61356,10 +61421,10 @@ var events = [function (tabs, index, that) {
61356
61421
  };
61357
61422
  },
61358
61423
 
61359
- /**
61360
- * @desc:开启weosocket
61361
- * @author huangbo
61362
- * @date 2024年9月7日
61424
+ /**
61425
+ * @desc:开启weosocket
61426
+ * @author huangbo
61427
+ * @date 2024年9月7日
61363
61428
  **/
61364
61429
  initWebSocket: function initWebSocket() {
61365
61430
  var _this5 = this;
@@ -61407,10 +61472,10 @@ var events = [function (tabs, index, that) {
61407
61472
  });
61408
61473
  },
61409
61474
 
61410
- /**
61411
- * @desc:显示用户信息
61412
- * @author huangbo
61413
- * @date 2024年9月7日
61475
+ /**
61476
+ * @desc:显示用户信息
61477
+ * @author huangbo
61478
+ * @date 2024年9月7日
61414
61479
  **/
61415
61480
  showUserInfo: function showUserInfo() {
61416
61481
  if (this.showUser === false) {
@@ -61418,19 +61483,19 @@ var events = [function (tabs, index, that) {
61418
61483
  }
61419
61484
  },
61420
61485
 
61421
- /**
61422
- * @desc:删除更多应用菜单点击
61423
- * @author huangbo
61424
- * @date 2024年9月7日
61486
+ /**
61487
+ * @desc:删除更多应用菜单点击
61488
+ * @author huangbo
61489
+ * @date 2024年9月7日
61425
61490
  **/
61426
61491
  handleDelete: function handleDelete(index) {
61427
61492
  this.newApps.splice(index, 1);
61428
61493
  },
61429
61494
 
61430
- /**
61431
- * @desc:储存更多应用菜单点击
61432
- * @author huangbo
61433
- * @date 2024年9月7日
61495
+ /**
61496
+ * @desc:储存更多应用菜单点击
61497
+ * @author huangbo
61498
+ * @date 2024年9月7日
61434
61499
  **/
61435
61500
  handlerClickApps: function handlerClickApps(res) {
61436
61501
  if (res.permission === false) {
@@ -61443,10 +61508,10 @@ var events = [function (tabs, index, that) {
61443
61508
  this.handlerClickApp(res);
61444
61509
  },
61445
61510
 
61446
- /**
61447
- * @desc:侧边应用菜单点击
61448
- * @author huangbo
61449
- * @date 2024年9月7日
61511
+ /**
61512
+ * @desc:侧边应用菜单点击
61513
+ * @author huangbo
61514
+ * @date 2024年9月7日
61450
61515
  **/
61451
61516
  handlerClickApp: function handlerClickApp(res) {
61452
61517
  this.showMsg = false;
@@ -61511,7 +61576,7 @@ var events = [function (tabs, index, that) {
61511
61576
  } else {
61512
61577
  this.title = res.text || res.name;
61513
61578
  this.subMenus = subMenus ? subMenus : null;
61514
- this.showMenu = subMenus !== false;
61579
+ this.showMenu = subMenus ? subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0 : false;
61515
61580
  this.showApps = false;
61516
61581
  if (subMenus && subMenus.url) {
61517
61582
  var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
@@ -61533,10 +61598,10 @@ var events = [function (tabs, index, that) {
61533
61598
  }
61534
61599
  },
61535
61600
 
61536
- /**
61537
- * @desc:显示Drawer界面
61538
- * @author huangbo
61539
- * @date 2024年9月7日
61601
+ /**
61602
+ * @desc:显示Drawer界面
61603
+ * @author huangbo
61604
+ * @date 2024年9月7日
61540
61605
  **/
61541
61606
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61542
61607
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61556,19 +61621,19 @@ var events = [function (tabs, index, that) {
61556
61621
  }
61557
61622
  },
61558
61623
 
61559
- /**
61560
- * @desc:关闭Drawer界面
61561
- * @author huangbo
61562
- * @date 2024年9月7日
61624
+ /**
61625
+ * @desc:关闭Drawer界面
61626
+ * @author huangbo
61627
+ * @date 2024年9月7日
61563
61628
  **/
61564
61629
  handleCloseDrawer: function handleCloseDrawer() {
61565
61630
  this.drawer = { visible: false };
61566
61631
  },
61567
61632
 
61568
- /**
61569
- * @desc:菜单点击
61570
- * @author huangbo
61571
- * @date 2024年9月7日
61633
+ /**
61634
+ * @desc:菜单点击
61635
+ * @author huangbo
61636
+ * @date 2024年9月7日
61572
61637
  **/
61573
61638
  handlerClickMenu: function handlerClickMenu(res) {
61574
61639
  utils_util["a" /* default */].ajax({
@@ -61607,19 +61672,19 @@ var events = [function (tabs, index, that) {
61607
61672
  },
61608
61673
 
61609
61674
 
61610
- /**
61611
- * @desc:用户详情请求成功
61612
- * @author huangbo
61613
- * @date 2024年9月7日
61675
+ /**
61676
+ * @desc:用户详情请求成功
61677
+ * @author huangbo
61678
+ * @date 2024年9月7日
61614
61679
  **/
61615
61680
  handleSuccess: function handleSuccess(res) {
61616
61681
  this.simpleUserInfo = res.simpleUserInfo;
61617
61682
  },
61618
61683
 
61619
- /**
61620
- * @desc:修改用户配置
61621
- * @author huangbo
61622
- * @date 2024年9月7日
61684
+ /**
61685
+ * @desc:修改用户配置
61686
+ * @author huangbo
61687
+ * @date 2024年9月7日
61623
61688
  **/
61624
61689
  handleChangeConfig: function handleChangeConfig(name, res) {
61625
61690
  if (name == 'userHeadUrl') {
@@ -61635,10 +61700,10 @@ var events = [function (tabs, index, that) {
61635
61700
  }
61636
61701
  },
61637
61702
 
61638
- /**
61639
- * @desc:关闭webSocket
61640
- * @author huangbo
61641
- * @date 2024年9月7日
61703
+ /**
61704
+ * @desc:关闭webSocket
61705
+ * @author huangbo
61706
+ * @date 2024年9月7日
61642
61707
  **/
61643
61708
  handlerClose: function handlerClose() {
61644
61709
  if (this.webSocket) {
@@ -61646,10 +61711,10 @@ var events = [function (tabs, index, that) {
61646
61711
  }
61647
61712
  },
61648
61713
 
61649
- /**
61650
- * @desc:刷新选中iframe页签
61651
- * @author huangbo
61652
- * @date 2024年9月7日
61714
+ /**
61715
+ * @desc:刷新选中iframe页签
61716
+ * @author huangbo
61717
+ * @date 2024年9月7日
61653
61718
  **/
61654
61719
  handleRefresh: function handleRefresh() {
61655
61720
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -61670,10 +61735,10 @@ var events = [function (tabs, index, that) {
61670
61735
  }
61671
61736
  },
61672
61737
 
61673
- /**
61674
- * @desc:删除iframe
61675
- * @author huangbo
61676
- * @date 2024年9月7日
61738
+ /**
61739
+ * @desc:删除iframe
61740
+ * @author huangbo
61741
+ * @date 2024年9月7日
61677
61742
  **/
61678
61743
  handleRemove: function handleRemove(name) {
61679
61744
  var len = this.tabs.length - 1;
@@ -61690,10 +61755,10 @@ var events = [function (tabs, index, that) {
61690
61755
  }
61691
61756
  },
61692
61757
 
61693
- /**
61694
- * @desc:tabs鼠标右键事件
61695
- * @author huangbo
61696
- * @date 2024年9月7日
61758
+ /**
61759
+ * @desc:tabs鼠标右键事件
61760
+ * @author huangbo
61761
+ * @date 2024年9月7日
61697
61762
  **/
61698
61763
  handleContextmenu: function handleContextmenu(tabs, e) {
61699
61764
  var disabled = {};
@@ -61718,10 +61783,10 @@ var events = [function (tabs, index, that) {
61718
61783
  window.addEventListener('click', this.closeTabsEvents);
61719
61784
  },
61720
61785
 
61721
- /**
61722
- * @desc:tabs页签事件
61723
- * @author huangbo
61724
- * @date 2024年9月7日
61786
+ /**
61787
+ * @desc:tabs页签事件
61788
+ * @author huangbo
61789
+ * @date 2024年9月7日
61725
61790
  **/
61726
61791
  handleTabsEvents: function handleTabsEvents(num) {
61727
61792
  if (this.pane !== null) {
@@ -61739,10 +61804,10 @@ var events = [function (tabs, index, that) {
61739
61804
  window.removeEventListener('click', this.closeTabsEvents);
61740
61805
  },
61741
61806
 
61742
- /**
61743
- * @desc:handler工具栏点击事件
61744
- * @author huangbo
61745
- * @date 2024年9月7日
61807
+ /**
61808
+ * @desc:handler工具栏点击事件
61809
+ * @author huangbo
61810
+ * @date 2024年9月7日
61746
61811
  **/
61747
61812
  handleClick: function handleClick(res) {
61748
61813
  var type = res.type,
@@ -61820,10 +61885,10 @@ var events = [function (tabs, index, that) {
61820
61885
  this.$emit('handler-click', res);
61821
61886
  },
61822
61887
 
61823
- /**
61824
- * @desc:退出登录
61825
- * @author huangbo
61826
- * @date 2024年9月7日
61888
+ /**
61889
+ * @desc:退出登录
61890
+ * @author huangbo
61891
+ * @date 2024年9月7日
61827
61892
  **/
61828
61893
  handleQuit: function handleQuit() {
61829
61894
  var _this6 = this;
@@ -61898,10 +61963,10 @@ var events = [function (tabs, index, that) {
61898
61963
  }).catch(function (e) {});
61899
61964
  },
61900
61965
 
61901
- /**
61902
- * @desc:主题、消息回调
61903
- * @author huangbo
61904
- * @date 2024年9月7日
61966
+ /**
61967
+ * @desc:主题、消息回调
61968
+ * @author huangbo
61969
+ * @date 2024年9月7日
61905
61970
  **/
61906
61971
  handleChange: function handleChange(res) {
61907
61972
  var type = res.type,
@@ -61917,10 +61982,10 @@ var events = [function (tabs, index, that) {
61917
61982
  }
61918
61983
  },
61919
61984
 
61920
- /**
61921
- * @desc:菜单布局样式切换
61922
- * @author huangbo
61923
- * @date 2024年9月7日
61985
+ /**
61986
+ * @desc:菜单布局样式切换
61987
+ * @author huangbo
61988
+ * @date 2024年9月7日
61924
61989
  **/
61925
61990
  handleLayout: function handleLayout(res, active) {
61926
61991
  if (active) {
@@ -61929,10 +61994,10 @@ var events = [function (tabs, index, that) {
61929
61994
  this.$emit('chang-layout', res, active);
61930
61995
  },
61931
61996
 
61932
- /**
61933
- * @desc:消息修改总数
61934
- * @author huangbo
61935
- * @date 2024年9月7日
61997
+ /**
61998
+ * @desc:消息修改总数
61999
+ * @author huangbo
62000
+ * @date 2024年9月7日
61936
62001
  **/
61937
62002
  handleMenuTips: function handleMenuTips(id, num) {
61938
62003
  if (num) {
@@ -61943,10 +62008,10 @@ var events = [function (tabs, index, that) {
61943
62008
  }
61944
62009
  },
61945
62010
 
61946
- /**
61947
- * @desc:处理即时消息
61948
- * @author huangbo
61949
- * @date 2024年9月7日
62011
+ /**
62012
+ * @desc:处理即时消息
62013
+ * @author huangbo
62014
+ * @date 2024年9月7日
61950
62015
  **/
61951
62016
  handleOpened: function handleOpened(res) {
61952
62017
  var _this7 = this;
@@ -61969,8 +62034,8 @@ var events = [function (tabs, index, that) {
61969
62034
  var reload = true;
61970
62035
  if (typeof res === 'string') {
61971
62036
  apps = res.split(',');
61972
- } else if ((typeof res === 'undefined' ? 'undefined' : simplicityvue_type_script_lang_js_typeof(res)) === 'object') {
61973
- apps = res.appCode.split(',');
62037
+ } else if (utils_util["a" /* default */].isObject(res)) {
62038
+ apps = Array.isArray(res.appCode) ? res.appCode : res.appCode.split(',');
61974
62039
  res.param && (param = simplicityvue_type_script_lang_js_extends({}, res.param, params));
61975
62040
  reload = Object.prototype.hasOwnProperty.call(res, 'reload') ? res.reload : true;
61976
62041
  }
@@ -62069,11 +62134,11 @@ var events = [function (tabs, index, that) {
62069
62134
 
62070
62135
  var simplicity_component = normalizeComponent(
62071
62136
  src_simplicityvue_type_script_lang_js_,
62072
- simplicityvue_type_template_id_3e646024_scoped_true_render,
62073
- simplicityvue_type_template_id_3e646024_scoped_true_staticRenderFns,
62137
+ simplicityvue_type_template_id_9a42cfdc_scoped_true_render,
62138
+ simplicityvue_type_template_id_9a42cfdc_scoped_true_staticRenderFns,
62074
62139
  false,
62075
62140
  null,
62076
- "3e646024",
62141
+ "9a42cfdc",
62077
62142
  null
62078
62143
 
62079
62144
  )
@@ -66588,6 +66653,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66588
66653
  subIcon: {
66589
66654
  type: Boolean,
66590
66655
  default: true
66656
+ },
66657
+ menuClass: String,
66658
+ color: [String, Array],
66659
+ backgroundColor: [String, Array],
66660
+ showTitle: {
66661
+ type: Boolean,
66662
+ default: true
66591
66663
  }
66592
66664
  },
66593
66665
  computed: {
@@ -66634,6 +66706,25 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66634
66706
  },
66635
66707
 
66636
66708
  methods: {
66709
+ setStyle: function setStyle(num) {
66710
+ var obj = {};
66711
+ if (this.color) {
66712
+ obj.color = this.color;
66713
+ if (Array.isArray(this.color)) {
66714
+ obj.color = this.color[num % this.color.length];
66715
+ } else {
66716
+ obj.color = this.color;
66717
+ }
66718
+ }
66719
+ if (this.backgroundColor) {
66720
+ if (Array.isArray(this.backgroundColor)) {
66721
+ obj.backgroundColor = this.backgroundColor[num % this.backgroundColor.length];
66722
+ } else {
66723
+ obj.backgroundColor = this.backgroundColor;
66724
+ }
66725
+ }
66726
+ return obj;
66727
+ },
66637
66728
  getWidth: function getWidth() {
66638
66729
  var _this2 = this;
66639
66730
 
@@ -66766,13 +66857,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66766
66857
  mode: this.mode
66767
66858
  });
66768
66859
  },
66769
- getSub: function getSub(item, h, popper, fourthTabs, subIcon) {
66860
+ getSub: function getSub(item, h, popper, fourthTabs, subIcon, index, directives) {
66770
66861
  var _this5 = this;
66771
66862
 
66772
66863
  if (popper) {
66773
- popper += this.popperClass !== undefined ? ' ' + this.popperClass : ' es-menu-popper-' + this.mode;
66864
+ popper += this.popperClass ? ' ' + this.popperClass + (' es-menu-popper-' + this.mode) : ' es-menu-popper-' + this.mode;
66774
66865
  } else {
66775
- popper = this.popperClass !== undefined ? this.popperClass : ' es-menu-popper-' + this.mode;
66866
+ popper = this.popperClass ? ' ' + this.popperClass + (' es-menu-popper-' + this.mode) : ' es-menu-popper-' + this.mode;
66776
66867
  }
66777
66868
  var title = [];
66778
66869
  if (subIcon) {
@@ -66780,11 +66871,16 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66780
66871
  props: {
66781
66872
  contents: item.icons || this.menuIcon
66782
66873
  },
66874
+ style: this.setStyle(index),
66783
66875
  class: ['es-menu-item-icon']
66784
66876
  }));
66785
66877
  }
66786
66878
  title.push(h('div', {
66787
- class: ['es-menu-title-text es-menu-title-' + this.mode]
66879
+ class: ['es-menu-title-text es-menu-title-' + this.mode],
66880
+ directives: directives ? [{
66881
+ name: 'show',
66882
+ value: this.showTitle ? true : !this.collapse
66883
+ }] : []
66788
66884
  }, [h('el-badge', {
66789
66885
  class: ['es-badge', {
66790
66886
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -66808,7 +66904,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66808
66904
  if (!ele) {
66809
66905
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
66810
66906
  } else {
66811
- return _this5.getSub(ele, h, popper, false, _this5.subIcon);
66907
+ return _this5.getSub(ele, h, popper, false, _this5.subIcon, index);
66812
66908
  }
66813
66909
  }));
66814
66910
  return [h('el-submenu', {
@@ -66826,7 +66922,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66826
66922
  if (!ele) {
66827
66923
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
66828
66924
  } else {
66829
- return _this5.getSub(ele, h, popper, true, _this5.subIcon);
66925
+ return _this5.getSub(ele, h, popper, true, _this5.subIcon, index);
66830
66926
  }
66831
66927
  }));
66832
66928
  return [h('el-submenu', {
@@ -66860,17 +66956,22 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66860
66956
  var _this6 = this;
66861
66957
 
66862
66958
  var doms = [];
66863
- this.data.forEach(function (item) {
66959
+ this.data.forEach(function (item, index) {
66864
66960
  if (item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
66865
- doms = doms.concat(_this6.getSub(item, h, 'es-sub-menu', false, true));
66961
+ doms = doms.concat(_this6.getSub(item, h, 'es-sub-menu', false, true, index, true));
66866
66962
  } else {
66867
66963
  var title = [h('es-icon', {
66868
66964
  props: {
66869
66965
  contents: item.icons || _this6.menuIcon
66870
66966
  },
66967
+ style: _this6.setStyle(index),
66871
66968
  class: ['es-menu-item-icon']
66872
66969
  }), h('div', {
66873
- class: ['es-menu-title-text es-menu-title-' + _this6.mode]
66970
+ class: ['es-menu-title-text es-menu-title-' + _this6.mode],
66971
+ directives: [{
66972
+ name: 'show',
66973
+ value: _this6.showTitle ? true : !_this6.collapse
66974
+ }]
66874
66975
  }, [h('el-badge', {
66875
66976
  class: ['es-badge', {
66876
66977
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -66907,7 +67008,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66907
67008
  },
66908
67009
  class: 'es-menu-' + this.mode + '-scrollbar'
66909
67010
  }, [h('el-menu', {
66910
- class: ['es-menu', 'es-menu-' + this.mode, { 'es-menu-collapse': this.collapse }, { 'es-menu-nav': this.subNav }],
67011
+ class: ['es-menu', this.menuClass, 'es-menu-' + this.mode, { 'es-menu-collapse': this.collapse }, { 'es-menu-nav': this.subNav }],
66911
67012
  ref: 'menu',
66912
67013
  props: {
66913
67014
  defaultOpeneds: this.defaultOpeneds,
@@ -69049,19 +69150,19 @@ var QRCode = __webpack_require__(23);
69049
69150
  //设置logo大小
69050
69151
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69051
69152
  //设置获取的logo将其变为圆角以及添加白色背景
69052
- /* ctx.fillStyle = "#fff";
69053
- ctx.beginPath();
69054
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69055
- let w = 46; //圆角宽
69056
- let x = logoPosition - 5;
69057
- let y = logoPosition - 5;
69058
- let r = 5; //圆角半径
69059
- ctx.moveTo(x + r, y);
69060
- ctx.arcTo(x + w, y, x + w, y + h, r);
69061
- ctx.arcTo(x + w, y + h, x, y + h, r);
69062
- ctx.arcTo(x, y + h, x, y, r);
69063
- ctx.arcTo(x, y, x + w, y, r);
69064
- ctx.closePath();
69153
+ /* ctx.fillStyle = "#fff";
69154
+ ctx.beginPath();
69155
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69156
+ let w = 46; //圆角宽
69157
+ let x = logoPosition - 5;
69158
+ let y = logoPosition - 5;
69159
+ let r = 5; //圆角半径
69160
+ ctx.moveTo(x + r, y);
69161
+ ctx.arcTo(x + w, y, x + w, y + h, r);
69162
+ ctx.arcTo(x + w, y + h, x, y + h, r);
69163
+ ctx.arcTo(x, y + h, x, y, r);
69164
+ ctx.arcTo(x, y, x + w, y, r);
69165
+ ctx.closePath();
69065
69166
  ctx.fill(); */
69066
69167
  logo.onload = function () {
69067
69168
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -69120,8 +69221,8 @@ qr_code_src_main.install = function (Vue) {
69120
69221
  };
69121
69222
 
69122
69223
  /* harmony default export */ var qr_code = (qr_code_src_main);
69123
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=31200f6b&
69124
- var mainvue_type_template_id_31200f6b_render = function () {
69224
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
69225
+ var mainvue_type_template_id_0fe3af8b_render = function () {
69125
69226
  var _vm = this
69126
69227
  var _h = _vm.$createElement
69127
69228
  var _c = _vm._self._c || _h
@@ -69250,11 +69351,11 @@ var mainvue_type_template_id_31200f6b_render = function () {
69250
69351
  )
69251
69352
  : _vm._e()
69252
69353
  }
69253
- var mainvue_type_template_id_31200f6b_staticRenderFns = []
69254
- mainvue_type_template_id_31200f6b_render._withStripped = true
69354
+ var mainvue_type_template_id_0fe3af8b_staticRenderFns = []
69355
+ mainvue_type_template_id_0fe3af8b_render._withStripped = true
69255
69356
 
69256
69357
 
69257
- // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=31200f6b&
69358
+ // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=0fe3af8b&
69258
69359
 
69259
69360
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
69260
69361
  var radio_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -69498,7 +69599,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69498
69599
  beforeCreate: function beforeCreate() {
69499
69600
  var _this2 = this;
69500
69601
 
69501
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function (url, sysCode) {
69602
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function (url, sysCode) {
69502
69603
  _this2.getDatas(url, sysCode);
69503
69604
  });
69504
69605
  },
@@ -69583,8 +69684,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69583
69684
 
69584
69685
  var radio_group_src_main_component = normalizeComponent(
69585
69686
  packages_radio_group_src_mainvue_type_script_lang_js_,
69586
- mainvue_type_template_id_31200f6b_render,
69587
- mainvue_type_template_id_31200f6b_staticRenderFns,
69687
+ mainvue_type_template_id_0fe3af8b_render,
69688
+ mainvue_type_template_id_0fe3af8b_staticRenderFns,
69588
69689
  false,
69589
69690
  null,
69590
69691
  null,
@@ -70140,10 +70241,12 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70140
70241
  },
70141
70242
  // 远程搜索
70142
70243
  remote: Boolean,
70244
+ // 远程搜索的参数名
70143
70245
  remoteKey: {
70144
70246
  type: String,
70145
70247
  default: 'searchKey'
70146
70248
  },
70249
+ // 远程搜索的方法
70147
70250
  remoteMethod: Function,
70148
70251
  // 选择项远程地址
70149
70252
  url: String,
@@ -70302,7 +70405,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70302
70405
  beforeCreate: function beforeCreate() {
70303
70406
  var _this2 = this;
70304
70407
 
70305
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function (sysCode, param, reload) {
70408
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function (sysCode, param, reload) {
70306
70409
  _this2.getDatas(sysCode, param, reload);
70307
70410
  });
70308
70411
  },
@@ -71014,7 +71117,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
71014
71117
  beforeCreate: function beforeCreate() {
71015
71118
  var _this = this;
71016
71119
 
71017
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function () {
71120
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
71018
71121
  _this.getDatas();
71019
71122
  });
71020
71123
  },
@@ -72717,8 +72820,8 @@ selector_src_main.install = function (Vue) {
72717
72820
  };
72718
72821
 
72719
72822
  /* harmony default export */ var selector = (selector_src_main);
72720
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=107a98dd&
72721
- var mainvue_type_template_id_107a98dd_render = function () {
72823
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=4caee95f&
72824
+ var mainvue_type_template_id_4caee95f_render = function () {
72722
72825
  var _vm = this
72723
72826
  var _h = _vm.$createElement
72724
72827
  var _c = _vm._self._c || _h
@@ -72981,11 +73084,11 @@ var mainvue_type_template_id_107a98dd_render = function () {
72981
73084
  1
72982
73085
  )
72983
73086
  }
72984
- var mainvue_type_template_id_107a98dd_staticRenderFns = []
72985
- mainvue_type_template_id_107a98dd_render._withStripped = true
73087
+ var mainvue_type_template_id_4caee95f_staticRenderFns = []
73088
+ mainvue_type_template_id_4caee95f_render._withStripped = true
72986
73089
 
72987
73090
 
72988
- // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=107a98dd&
73091
+ // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=4caee95f&
72989
73092
 
72990
73093
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/tree.vue?vue&type=template&id=24ad732a&
72991
73094
  var treevue_type_template_id_24ad732a_render = function () {
@@ -74257,7 +74360,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74257
74360
  beforeCreate: function beforeCreate() {
74258
74361
  var _this2 = this;
74259
74362
 
74260
- this.ajaxActive = Object(external_throttle_debounce_["throttle"])(500, function (active) {
74363
+ this.ajaxActive = Object(external_throttle_debounce_["debounce"])(500, function (active) {
74261
74364
  _this2.getAjaxActive(active);
74262
74365
  });
74263
74366
  },
@@ -74602,8 +74705,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74602
74705
 
74603
74706
  var selector_panel_src_main_component = normalizeComponent(
74604
74707
  packages_selector_panel_src_mainvue_type_script_lang_js_,
74605
- mainvue_type_template_id_107a98dd_render,
74606
- mainvue_type_template_id_107a98dd_staticRenderFns,
74708
+ mainvue_type_template_id_4caee95f_render,
74709
+ mainvue_type_template_id_4caee95f_staticRenderFns,
74607
74710
  false,
74608
74711
  null,
74609
74712
  null,
@@ -75047,8 +75150,8 @@ sizer_src_main.install = function (Vue) {
75047
75150
  };
75048
75151
 
75049
75152
  /* harmony default export */ var packages_sizer = (sizer_src_main);
75050
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=template&id=e63ae42a&
75051
- var mainvue_type_template_id_e63ae42a_render = function () {
75153
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=template&id=9b12a526&
75154
+ var mainvue_type_template_id_9b12a526_render = function () {
75052
75155
  var _vm = this
75053
75156
  var _h = _vm.$createElement
75054
75157
  var _c = _vm._self._c || _h
@@ -75148,11 +75251,11 @@ var mainvue_type_template_id_e63ae42a_render = function () {
75148
75251
  1
75149
75252
  )
75150
75253
  }
75151
- var mainvue_type_template_id_e63ae42a_staticRenderFns = []
75152
- mainvue_type_template_id_e63ae42a_render._withStripped = true
75254
+ var mainvue_type_template_id_9b12a526_staticRenderFns = []
75255
+ mainvue_type_template_id_9b12a526_render._withStripped = true
75153
75256
 
75154
75257
 
75155
- // CONCATENATED MODULE: ./packages/steps/src/main.vue?vue&type=template&id=e63ae42a&
75258
+ // CONCATENATED MODULE: ./packages/steps/src/main.vue?vue&type=template&id=9b12a526&
75156
75259
 
75157
75260
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/steps/src/main.vue?vue&type=script&lang=js&
75158
75261
  var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -75293,7 +75396,7 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
75293
75396
  beforeCreate: function beforeCreate() {
75294
75397
  var _this = this;
75295
75398
 
75296
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function () {
75399
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
75297
75400
  _this.getDatas();
75298
75401
  });
75299
75402
  },
@@ -75354,8 +75457,8 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
75354
75457
 
75355
75458
  var steps_src_main_component = normalizeComponent(
75356
75459
  packages_steps_src_mainvue_type_script_lang_js_,
75357
- mainvue_type_template_id_e63ae42a_render,
75358
- mainvue_type_template_id_e63ae42a_staticRenderFns,
75460
+ mainvue_type_template_id_9b12a526_render,
75461
+ mainvue_type_template_id_9b12a526_staticRenderFns,
75359
75462
  false,
75360
75463
  null,
75361
75464
  null,
@@ -78193,8 +78296,8 @@ tabs_panel_src_main.install = function (Vue) {
78193
78296
  };
78194
78297
 
78195
78298
  /* harmony default export */ var tabs_panel = (tabs_panel_src_main);
78196
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=74d9312b&
78197
- var mainvue_type_template_id_74d9312b_render = function () {
78299
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=6baa7a0b&
78300
+ var mainvue_type_template_id_6baa7a0b_render = function () {
78198
78301
  var _vm = this
78199
78302
  var _h = _vm.$createElement
78200
78303
  var _c = _vm._self._c || _h
@@ -78232,11 +78335,11 @@ var mainvue_type_template_id_74d9312b_render = function () {
78232
78335
  2
78233
78336
  )
78234
78337
  }
78235
- var mainvue_type_template_id_74d9312b_staticRenderFns = []
78236
- mainvue_type_template_id_74d9312b_render._withStripped = true
78338
+ var mainvue_type_template_id_6baa7a0b_staticRenderFns = []
78339
+ mainvue_type_template_id_6baa7a0b_render._withStripped = true
78237
78340
 
78238
78341
 
78239
- // CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=74d9312b&
78342
+ // CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=6baa7a0b&
78240
78343
 
78241
78344
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=script&lang=js&
78242
78345
  //
@@ -78348,7 +78451,7 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
78348
78451
  beforeCreate: function beforeCreate() {
78349
78452
  var _this2 = this;
78350
78453
 
78351
- this.getTips = Object(external_throttle_debounce_["throttle"])(500, function () {
78454
+ this.getTips = Object(external_throttle_debounce_["debounce"])(500, function () {
78352
78455
  _this2.getTipsData();
78353
78456
  });
78354
78457
  },
@@ -78396,8 +78499,8 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
78396
78499
 
78397
78500
  var tips_src_main_component = normalizeComponent(
78398
78501
  packages_tips_src_mainvue_type_script_lang_js_,
78399
- mainvue_type_template_id_74d9312b_render,
78400
- mainvue_type_template_id_74d9312b_staticRenderFns,
78502
+ mainvue_type_template_id_6baa7a0b_render,
78503
+ mainvue_type_template_id_6baa7a0b_staticRenderFns,
78401
78504
  false,
78402
78505
  null,
78403
78506
  null,
@@ -78414,8 +78517,8 @@ tips_src_main.install = function (Vue) {
78414
78517
  };
78415
78518
 
78416
78519
  /* harmony default export */ var tips = (tips_src_main);
78417
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=e49fd234&
78418
- var mainvue_type_template_id_e49fd234_render = function () {
78520
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
78521
+ var mainvue_type_template_id_367f47a8_render = function () {
78419
78522
  var _vm = this
78420
78523
  var _h = _vm.$createElement
78421
78524
  var _c = _vm._self._c || _h
@@ -78611,11 +78714,11 @@ var mainvue_type_template_id_e49fd234_render = function () {
78611
78714
  )
78612
78715
  : _vm._e()
78613
78716
  }
78614
- var mainvue_type_template_id_e49fd234_staticRenderFns = []
78615
- mainvue_type_template_id_e49fd234_render._withStripped = true
78717
+ var mainvue_type_template_id_367f47a8_staticRenderFns = []
78718
+ mainvue_type_template_id_367f47a8_render._withStripped = true
78616
78719
 
78617
78720
 
78618
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=e49fd234&
78721
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=367f47a8&
78619
78722
 
78620
78723
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
78621
78724
  //
@@ -78987,7 +79090,7 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
78987
79090
  beforeCreate: function beforeCreate() {
78988
79091
  var _this = this;
78989
79092
 
78990
- this.getTreeData = Object(external_throttle_debounce_["throttle"])(500, function (param) {
79093
+ this.getTreeData = Object(external_throttle_debounce_["debounce"])(500, function (param) {
78991
79094
  _this.getTreeDatas(param);
78992
79095
  });
78993
79096
  },
@@ -79330,8 +79433,8 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
79330
79433
 
79331
79434
  var tree_src_main_component = normalizeComponent(
79332
79435
  packages_tree_src_mainvue_type_script_lang_js_,
79333
- mainvue_type_template_id_e49fd234_render,
79334
- mainvue_type_template_id_e49fd234_staticRenderFns,
79436
+ mainvue_type_template_id_367f47a8_render,
79437
+ mainvue_type_template_id_367f47a8_staticRenderFns,
79335
79438
  false,
79336
79439
  null,
79337
79440
  null,
@@ -84902,8 +85005,8 @@ form_src_table.install = function (Vue) {
84902
85005
  };
84903
85006
 
84904
85007
  /* harmony default export */ var table_form = (form_src_table);
84905
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8bfa53ee&
84906
- var mainvue_type_template_id_8bfa53ee_render = function () {
85008
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
85009
+ var mainvue_type_template_id_1e0d1d4c_render = function () {
84907
85010
  var _vm = this
84908
85011
  var _h = _vm.$createElement
84909
85012
  var _c = _vm._self._c || _h
@@ -85283,11 +85386,11 @@ var mainvue_type_template_id_8bfa53ee_render = function () {
85283
85386
  )
85284
85387
  : _vm._e()
85285
85388
  }
85286
- var mainvue_type_template_id_8bfa53ee_staticRenderFns = []
85287
- mainvue_type_template_id_8bfa53ee_render._withStripped = true
85389
+ var mainvue_type_template_id_1e0d1d4c_staticRenderFns = []
85390
+ mainvue_type_template_id_1e0d1d4c_render._withStripped = true
85288
85391
 
85289
85392
 
85290
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8bfa53ee&
85393
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
85291
85394
 
85292
85395
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
85293
85396
  /* harmony default export */ var picture = ({
@@ -85540,7 +85643,10 @@ var mainvue_type_script_lang_js_props;
85540
85643
  default: 'get'
85541
85644
  },
85542
85645
  text: String,
85543
- icon: String,
85646
+ icon: {
85647
+ type: Boolean,
85648
+ default: true
85649
+ },
85544
85650
  headers: {
85545
85651
  type: Object,
85546
85652
  default: function _default() {
@@ -85924,8 +86030,8 @@ var mainvue_type_script_lang_js_props;
85924
86030
  },
85925
86031
  params: {
85926
86032
  deep: true,
85927
- handler: function handler(val) {
85928
- this.getFiles(val);
86033
+ handler: function handler() {
86034
+ this.getFiles();
85929
86035
  }
85930
86036
  },
85931
86037
  lists: {
@@ -85942,10 +86048,10 @@ var mainvue_type_script_lang_js_props;
85942
86048
  beforeCreate: function beforeCreate() {
85943
86049
  var _this = this;
85944
86050
 
85945
- this.getFiles = Object(external_throttle_debounce_["throttle"])(500, function (params) {
85946
- _this.getFileLists(params);
86051
+ this.getFiles = Object(external_throttle_debounce_["debounce"])(500, function () {
86052
+ _this.getFileLists();
85947
86053
  });
85948
- this.getAdjunctPropertie = Object(external_throttle_debounce_["throttle"])(500, function () {
86054
+ this.getAdjunctPropertie = Object(external_throttle_debounce_["debounce"])(500, function () {
85949
86055
  _this.getAdjunctProperties();
85950
86056
  });
85951
86057
  },
@@ -85990,7 +86096,7 @@ var mainvue_type_script_lang_js_props;
85990
86096
 
85991
86097
  var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
85992
86098
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
85993
- this.requestFiles && this.getFiles(this.params);
86099
+ this.requestFiles && this.getFiles();
85994
86100
  } else {
85995
86101
  utils_util["a" /* default */].ajax({
85996
86102
  method: this.method,
@@ -86025,7 +86131,7 @@ var mainvue_type_script_lang_js_props;
86025
86131
  dochubConfig: _this3.dochubConfig
86026
86132
  });
86027
86133
  }
86028
- _this3.requestFiles && _this3.getFiles(_this3.params);
86134
+ _this3.requestFiles && _this3.getFiles();
86029
86135
  }
86030
86136
  }).catch(function (err) {
86031
86137
  if (err.message && err.message !== 'canceled') {
@@ -86035,18 +86141,18 @@ var mainvue_type_script_lang_js_props;
86035
86141
  }
86036
86142
  }
86037
86143
  },
86038
- getFileLists: function getFileLists(params) {
86144
+ getFileLists: function getFileLists() {
86039
86145
  var _this4 = this;
86040
86146
 
86041
- if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(params, 'ownId')) {
86147
+ if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
86042
86148
  return false;
86043
86149
  }
86044
86150
  var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
86045
86151
  utils_util["a" /* default */].ajax({
86046
86152
  method: this.method,
86047
86153
  url: url,
86048
- data: params,
86049
- params: params,
86154
+ data: this.params,
86155
+ params: this.params,
86050
86156
  format: false
86051
86157
  }).then(function (res) {
86052
86158
  if (res.rCode === 0) {
@@ -86446,8 +86552,8 @@ var mainvue_type_script_lang_js_props;
86446
86552
 
86447
86553
  var upload_src_main_component = normalizeComponent(
86448
86554
  packages_upload_src_mainvue_type_script_lang_js_,
86449
- mainvue_type_template_id_8bfa53ee_render,
86450
- mainvue_type_template_id_8bfa53ee_staticRenderFns,
86555
+ mainvue_type_template_id_1e0d1d4c_render,
86556
+ mainvue_type_template_id_1e0d1d4c_staticRenderFns,
86451
86557
  false,
86452
86558
  null,
86453
86559
  null,
@@ -86947,7 +87053,7 @@ if (typeof window !== 'undefined' && window.Vue) {
86947
87053
  }
86948
87054
 
86949
87055
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
86950
- version: '0.6.54',
87056
+ version: '0.6.55',
86951
87057
  install: install,
86952
87058
  Button: packages_button,
86953
87059
  ButtonGroup: button_group,