eoss-ui 0.6.53 → 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 (260) 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 +817 -708
  4. package/lib/flow-list.js +95 -92
  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/flow.css +1 -1
  19. package/lib/theme-chalk/index.css +1 -1
  20. package/lib/theme-chalk/main.css +1 -1
  21. package/lib/theme-chalk/simplicity.css +1 -1
  22. package/lib/tips.js +3 -3
  23. package/lib/tree.js +3 -3
  24. package/lib/upload.js +20 -17
  25. package/package.json +159 -159
  26. package/packages/.DS_Store +0 -0
  27. package/packages/button/index.js +5 -5
  28. package/packages/button/src/main.vue +418 -418
  29. package/packages/button-group/index.js +5 -5
  30. package/packages/button-group/src/main.vue +298 -298
  31. package/packages/calendar/index.js +5 -5
  32. package/packages/card/index.js +5 -5
  33. package/packages/card/src/main.vue +156 -156
  34. package/packages/cascader/index.js +5 -5
  35. package/packages/cascader/src/main.vue +168 -168
  36. package/packages/checkbox-group/index.js +5 -5
  37. package/packages/checkbox-group/src/main.vue +333 -333
  38. package/packages/clients/index.js +5 -5
  39. package/packages/clients/src/main.vue +144 -144
  40. package/packages/data-table/.DS_Store +0 -0
  41. package/packages/data-table/index.js +5 -5
  42. package/packages/data-table/src/children.vue +39 -39
  43. package/packages/data-table/src/column.vue +989 -989
  44. package/packages/data-table/src/main.vue +1822 -1822
  45. package/packages/data-table/src/sizer.vue +195 -195
  46. package/packages/data-table-form/.DS_Store +0 -0
  47. package/packages/data-table-form/index.js +5 -5
  48. package/packages/data-table-form/src/checkbox.vue +101 -101
  49. package/packages/data-table-form/src/colgroup.vue +17 -17
  50. package/packages/data-table-form/src/main.vue +181 -181
  51. package/packages/data-table-form/src/radio.vue +65 -65
  52. package/packages/data-table-form/src/table.vue +233 -233
  53. package/packages/data-table-form/src/tbody.vue +336 -336
  54. package/packages/data-table-form/src/thead.vue +68 -68
  55. package/packages/date-picker/index.js +5 -5
  56. package/packages/date-picker/src/main.vue +236 -236
  57. package/packages/dialog/index.js +5 -5
  58. package/packages/enable-drag/index.js +5 -5
  59. package/packages/enterprise/index.js +5 -5
  60. package/packages/enterprise/src/main.vue +66 -66
  61. package/packages/error-page/.DS_Store +0 -0
  62. package/packages/error-page/index.js +5 -5
  63. package/packages/error-page/src/main.vue +44 -44
  64. package/packages/flow/.DS_Store +0 -0
  65. package/packages/flow/index.js +5 -5
  66. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  67. package/packages/flow/src/component/CustomPreset.vue +322 -322
  68. package/packages/flow/src/component/FileList.vue +99 -99
  69. package/packages/flow/src/component/Preset.vue +255 -255
  70. package/packages/flow/src/component/SendMsg.vue +229 -229
  71. package/packages/flow/src/component/TimeLimit.vue +190 -190
  72. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  73. package/packages/flow/src/form.vue +121 -121
  74. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  75. package/packages/flow/src/main.vue +3131 -3131
  76. package/packages/flow/src/processForm.vue +1031 -1031
  77. package/packages/flow/src/processReject.vue +293 -293
  78. package/packages/flow/src/reset.vue +900 -900
  79. package/packages/flow/src/startTaskRead.vue +641 -641
  80. package/packages/flow/src/supervise.vue +138 -138
  81. package/packages/flow/src/table.vue +58 -58
  82. package/packages/flow-group/.DS_Store +0 -0
  83. package/packages/flow-group/index.js +5 -5
  84. package/packages/flow-group/src/main.vue +688 -688
  85. package/packages/flow-list/index.js +5 -5
  86. package/packages/flow-list/src/main.vue +1437 -1434
  87. package/packages/form/.DS_Store +0 -0
  88. package/packages/form/index.js +5 -5
  89. package/packages/form/src/main.vue +3583 -3583
  90. package/packages/form/src/table.vue +1426 -1426
  91. package/packages/handle-user/index.js +5 -5
  92. package/packages/handle-user/src/main.vue +138 -138
  93. package/packages/handler/.DS_Store +0 -0
  94. package/packages/handler/index.js +5 -5
  95. package/packages/handler/src/main.vue +493 -493
  96. package/packages/icon/index.js +5 -5
  97. package/packages/icon/src/main.vue +101 -101
  98. package/packages/icons/index.js +5 -5
  99. package/packages/icons/src/main.vue +81 -81
  100. package/packages/input/index.js +5 -5
  101. package/packages/input/src/main.vue +356 -356
  102. package/packages/input-number/index.js +5 -5
  103. package/packages/input-number/src/main.vue +106 -106
  104. package/packages/label/index.js +5 -5
  105. package/packages/label/src/main.vue +457 -457
  106. package/packages/layout/index.js +5 -5
  107. package/packages/layout/src/item.vue +152 -152
  108. package/packages/layout/src/main.vue +31 -31
  109. package/packages/login/.DS_Store +0 -0
  110. package/packages/login/index.js +5 -5
  111. package/packages/login/src/main.vue +1935 -1935
  112. package/packages/login/src/resetPassword.vue +562 -562
  113. package/packages/main/.DS_Store +0 -0
  114. package/packages/main/index.js +5 -5
  115. package/packages/main/src/.DS_Store +0 -0
  116. package/packages/main/src/default/message.vue +249 -249
  117. package/packages/main/src/default/notice.vue +157 -157
  118. package/packages/main/src/default/userinfo.vue +503 -503
  119. package/packages/main/src/public/online.vue +89 -89
  120. package/packages/main/src/public/search.vue +462 -466
  121. package/packages/main/src/public/settings.vue +221 -221
  122. package/packages/main/src/simplicity/apps.vue +388 -388
  123. package/packages/main/src/simplicity/avatar.vue +82 -82
  124. package/packages/main/src/simplicity/handler.vue +259 -259
  125. package/packages/main/src/simplicity/index.vue +2076 -2064
  126. package/packages/main/src/simplicity/lists.vue +84 -84
  127. package/packages/main/src/simplicity/menu-list.vue +135 -128
  128. package/packages/main/src/simplicity/message.vue +259 -259
  129. package/packages/main/src/simplicity/notice.vue +190 -190
  130. package/packages/main/src/simplicity/router-page.vue +45 -45
  131. package/packages/main/src/simplicity/sub-menu.vue +263 -241
  132. package/packages/main/src/simplicity/user.vue +257 -257
  133. package/packages/main/src/simplicity/userinfo.vue +312 -312
  134. package/packages/menu/index.js +5 -5
  135. package/packages/menu/src/main.vue +580 -536
  136. package/packages/nav/index.js +5 -5
  137. package/packages/nav/src/main.vue +351 -351
  138. package/packages/notify/index.js +5 -5
  139. package/packages/notify/src/main.vue +538 -538
  140. package/packages/page/index.js +5 -5
  141. package/packages/page/src/main.vue +167 -167
  142. package/packages/pagination/index.js +5 -5
  143. package/packages/pagination/src/main.vue +96 -96
  144. package/packages/player/index.js +5 -5
  145. package/packages/player/src/main.vue +194 -194
  146. package/packages/qr-code/index.js +5 -5
  147. package/packages/qr-code/src/main.vue +170 -170
  148. package/packages/radio-group/index.js +6 -6
  149. package/packages/radio-group/src/main.vue +319 -319
  150. package/packages/retrial-auth/.DS_Store +0 -0
  151. package/packages/retrial-auth/index.js +5 -5
  152. package/packages/retrial-auth/src/main.vue +280 -280
  153. package/packages/select/.DS_Store +0 -0
  154. package/packages/select/index.js +5 -5
  155. package/packages/select/src/main.vue +778 -776
  156. package/packages/select-ganged/index.js +5 -5
  157. package/packages/select-ganged/src/main.vue +724 -724
  158. package/packages/selector/.DS_Store +0 -0
  159. package/packages/selector/index.js +5 -5
  160. package/packages/selector/src/main.vue +687 -687
  161. package/packages/selector-panel/.DS_Store +0 -0
  162. package/packages/selector-panel/index.js +5 -5
  163. package/packages/selector-panel/src/main.vue +1027 -1027
  164. package/packages/selector-panel/src/selection.vue +177 -177
  165. package/packages/selector-panel/src/tree.vue +129 -129
  166. package/packages/sizer/.DS_Store +0 -0
  167. package/packages/sizer/index.js +5 -5
  168. package/packages/sizer/src/main.vue +254 -254
  169. package/packages/steps/index.js +5 -5
  170. package/packages/steps/src/main.vue +181 -181
  171. package/packages/switch/index.js +5 -5
  172. package/packages/switch/src/main.vue +154 -154
  173. package/packages/table-form/index.js +5 -5
  174. package/packages/tabs/.DS_Store +0 -0
  175. package/packages/tabs/index.js +5 -5
  176. package/packages/tabs/src/main.vue +788 -788
  177. package/packages/tabs-panel/index.js +5 -5
  178. package/packages/tabs-panel/src/main.vue +29 -29
  179. package/packages/theme-chalk/lib/flow.css +1 -1
  180. package/packages/theme-chalk/lib/index.css +1 -1
  181. package/packages/theme-chalk/lib/main.css +1 -1
  182. package/packages/theme-chalk/lib/simplicity.css +1 -1
  183. package/packages/theme-chalk/src/.DS_Store +0 -0
  184. package/packages/theme-chalk/src/base.scss +260 -260
  185. package/packages/theme-chalk/src/button-group.scss +175 -175
  186. package/packages/theme-chalk/src/button.scss +24 -24
  187. package/packages/theme-chalk/src/calendar.scss +113 -113
  188. package/packages/theme-chalk/src/card.scss +99 -99
  189. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  190. package/packages/theme-chalk/src/clients.scss +87 -87
  191. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  192. package/packages/theme-chalk/src/data-table.scss +293 -293
  193. package/packages/theme-chalk/src/date-picker.scss +7 -7
  194. package/packages/theme-chalk/src/dialog.scss +77 -77
  195. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  196. package/packages/theme-chalk/src/enterprise.scss +5 -5
  197. package/packages/theme-chalk/src/error-page.scss +18 -18
  198. package/packages/theme-chalk/src/flow-group.scss +110 -110
  199. package/packages/theme-chalk/src/flow-list.scss +36 -36
  200. package/packages/theme-chalk/src/flow.scss +336 -335
  201. package/packages/theme-chalk/src/form.scss +496 -496
  202. package/packages/theme-chalk/src/handle-user.scss +40 -40
  203. package/packages/theme-chalk/src/handler.scss +143 -143
  204. package/packages/theme-chalk/src/icon.scss +1789 -1789
  205. package/packages/theme-chalk/src/icons.scss +99 -99
  206. package/packages/theme-chalk/src/input.scss +9 -9
  207. package/packages/theme-chalk/src/label.scss +24 -24
  208. package/packages/theme-chalk/src/layout.scss +46 -46
  209. package/packages/theme-chalk/src/login.scss +969 -969
  210. package/packages/theme-chalk/src/main.scss +663 -663
  211. package/packages/theme-chalk/src/menu.scss +222 -222
  212. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  213. package/packages/theme-chalk/src/nav.scss +111 -111
  214. package/packages/theme-chalk/src/page.scss +3 -3
  215. package/packages/theme-chalk/src/pagination.scss +29 -29
  216. package/packages/theme-chalk/src/player.scss +9 -9
  217. package/packages/theme-chalk/src/qr-code.scss +17 -17
  218. package/packages/theme-chalk/src/radio-group.scss +9 -9
  219. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  220. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  221. package/packages/theme-chalk/src/select.scss +8 -8
  222. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  223. package/packages/theme-chalk/src/selector.scss +91 -91
  224. package/packages/theme-chalk/src/simplicity.scss +1343 -1265
  225. package/packages/theme-chalk/src/sizer.scss +36 -36
  226. package/packages/theme-chalk/src/steps.scss +88 -88
  227. package/packages/theme-chalk/src/switch.scss +3 -3
  228. package/packages/theme-chalk/src/table-form.scss +1 -1
  229. package/packages/theme-chalk/src/tabs.scss +87 -87
  230. package/packages/theme-chalk/src/tips.scss +7 -7
  231. package/packages/theme-chalk/src/toolbar.scss +179 -179
  232. package/packages/theme-chalk/src/tree-group.scss +72 -72
  233. package/packages/theme-chalk/src/tree.scss +165 -165
  234. package/packages/theme-chalk/src/upload.scss +168 -168
  235. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  236. package/packages/tips/index.js +5 -5
  237. package/packages/tips/src/main.vue +141 -141
  238. package/packages/toolbar/index.js +5 -5
  239. package/packages/toolbar/src/main.vue +430 -430
  240. package/packages/tree/index.js +5 -5
  241. package/packages/tree/src/main.vue +2 -2
  242. package/packages/tree-group/index.js +5 -5
  243. package/packages/upload/.DS_Store +0 -0
  244. package/packages/upload/index.js +5 -5
  245. package/packages/upload/src/main.vue +1347 -1343
  246. package/packages/upload/src/picture.js +15 -15
  247. package/packages/wujie/index.js +5 -5
  248. package/packages/wujie/src/main.vue +145 -145
  249. package/packages/wxlogin/index.js +5 -5
  250. package/packages/wxlogin/src/main.vue +128 -128
  251. package/src/.DS_Store +0 -0
  252. package/src/config/api.js +281 -281
  253. package/src/config/image.js +2 -2
  254. package/src/index.js +160 -160
  255. package/src/utils/bus.js +3 -3
  256. package/src/utils/date-util.js +312 -312
  257. package/src/utils/http.js +50 -50
  258. package/src/utils/rules.js +18 -18
  259. package/src/utils/store.js +21 -21
  260. 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;
@@ -46357,8 +46357,8 @@ flow_group_src_main.install = function (Vue) {
46357
46357
  };
46358
46358
 
46359
46359
  /* harmony default export */ var flow_group = (flow_group_src_main);
46360
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6c50def7&
46361
- var mainvue_type_template_id_6c50def7_render = function () {
46360
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e8da021e&
46361
+ var mainvue_type_template_id_e8da021e_render = function () {
46362
46362
  var _vm = this
46363
46363
  var _h = _vm.$createElement
46364
46364
  var _c = _vm._self._c || _h
@@ -46554,11 +46554,11 @@ var mainvue_type_template_id_6c50def7_render = function () {
46554
46554
  2
46555
46555
  )
46556
46556
  }
46557
- var mainvue_type_template_id_6c50def7_staticRenderFns = []
46558
- mainvue_type_template_id_6c50def7_render._withStripped = true
46557
+ var mainvue_type_template_id_e8da021e_staticRenderFns = []
46558
+ mainvue_type_template_id_e8da021e_render._withStripped = true
46559
46559
 
46560
46560
 
46561
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6c50def7&
46561
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e8da021e&
46562
46562
 
46563
46563
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
46564
46564
  var flow_list_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; };
@@ -47252,12 +47252,15 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47252
47252
  var data = [];
47253
47253
  if (_that.headFields.length > 0) {
47254
47254
  _that.headFields.map(function (headFiled) {
47255
- _that.theads[item].map(function (theadItem) {
47256
- if (theadItem.field === headFiled.field) {
47257
- theadItem = headFiled;
47258
- data.push(theadItem);
47259
- }
47260
- });
47255
+ if (headFiled.showDefault) {
47256
+ _that.theads[item].map(function (theadItem) {
47257
+ if (theadItem.field === headFiled.field) {
47258
+ data.push(flow_list_src_mainvue_type_script_lang_js_extends({}, theadItem, headFiled));
47259
+ }
47260
+ });
47261
+ } else {
47262
+ data.push(headFiled);
47263
+ }
47261
47264
  });
47262
47265
  _that.theads[item].map(function (x) {
47263
47266
  if (x.type == 'handle') {
@@ -47465,12 +47468,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47465
47468
  }
47466
47469
  },
47467
47470
 
47468
- /**
47469
- * handleFormSubmit
47470
- * @desc:删除节点点击事件
47471
- * @param {Object} formData 点击删除的form数据
47472
- * @author liufan
47473
- * @date 2022年11月29日
47471
+ /**
47472
+ * handleFormSubmit
47473
+ * @desc:删除节点点击事件
47474
+ * @param {Object} formData 点击删除的form数据
47475
+ * @author liufan
47476
+ * @date 2022年11月29日
47474
47477
  **/
47475
47478
  handleFormSubmit: function handleFormSubmit(formData) {
47476
47479
  var _this7 = this;
@@ -47501,48 +47504,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47501
47504
  });
47502
47505
  },
47503
47506
 
47504
- /**
47505
- * del
47506
- * @desc:展示删除弹窗
47507
- * @param {String} id 当前点击数据id
47508
- * @author liufan
47509
- * @date 2022年11月29日
47507
+ /**
47508
+ * del
47509
+ * @desc:展示删除弹窗
47510
+ * @param {String} id 当前点击数据id
47511
+ * @author liufan
47512
+ * @date 2022年11月29日
47510
47513
  **/
47511
47514
  del: function del(id) {
47512
47515
  this.historyId = id;
47513
47516
  this.showDel = true;
47514
47517
  },
47515
47518
 
47516
- /**
47517
- * handleCurrentChange
47518
- * @desc:监听页码变化
47519
- * @param {String} val 当前页
47520
- * @author liufan
47521
- * @date 2022年11月29日
47519
+ /**
47520
+ * handleCurrentChange
47521
+ * @desc:监听页码变化
47522
+ * @param {String} val 当前页
47523
+ * @author liufan
47524
+ * @date 2022年11月29日
47522
47525
  **/
47523
47526
  handleCurrentChange: function handleCurrentChange(val) {
47524
47527
  this.currentPage = val;
47525
47528
  this.getPressList();
47526
47529
  },
47527
47530
 
47528
- /**
47529
- * handleSizeChange
47530
- * @desc:监听每页数据显示数量变化
47531
- * @param {String} val 每页展示数量
47532
- * @author liufan
47533
- * @date 2022年11月29日
47531
+ /**
47532
+ * handleSizeChange
47533
+ * @desc:监听每页数据显示数量变化
47534
+ * @param {String} val 每页展示数量
47535
+ * @author liufan
47536
+ * @date 2022年11月29日
47534
47537
  **/
47535
47538
  handleSizeChange: function handleSizeChange(val) {
47536
47539
  this.pageSize = val;
47537
47540
  this.getPressList();
47538
47541
  },
47539
47542
 
47540
- /**
47541
- * sortChange
47542
- * @desc:监听排序变化
47543
- * @param {Object} info 需要排序的字段及排序方式
47544
- * @author liufan
47545
- * @date 2022年11月29日
47543
+ /**
47544
+ * sortChange
47545
+ * @desc:监听排序变化
47546
+ * @param {Object} info 需要排序的字段及排序方式
47547
+ * @author liufan
47548
+ * @date 2022年11月29日
47546
47549
  **/
47547
47550
  sortChange: function sortChange(info) {
47548
47551
  var prop = info.prop,
@@ -47553,11 +47556,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47553
47556
  this.getPressList();
47554
47557
  },
47555
47558
 
47556
- /**
47557
- * getPressList
47558
- * @desc:催办列表数据
47559
- * @author liufan
47560
- * @date 2022年11月29日
47559
+ /**
47560
+ * getPressList
47561
+ * @desc:催办列表数据
47562
+ * @author liufan
47563
+ * @date 2022年11月29日
47561
47564
  **/
47562
47565
  getPressList: function getPressList() {
47563
47566
  var _this8 = this;
@@ -47587,12 +47590,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47587
47590
  });
47588
47591
  },
47589
47592
 
47590
- /**
47591
- * goPress
47592
- * @desc:催办列表查看
47593
- * @param {String} id 催办列表id
47594
- * @author liufan
47595
- * @date 2022年11月29日
47593
+ /**
47594
+ * goPress
47595
+ * @desc:催办列表查看
47596
+ * @param {String} id 催办列表id
47597
+ * @author liufan
47598
+ * @date 2022年11月29日
47596
47599
  **/
47597
47600
  goPress: function goPress(id) {
47598
47601
  this.historyId = id;
@@ -47600,23 +47603,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47600
47603
  this.getPressList();
47601
47604
  },
47602
47605
 
47603
- /**
47604
- * showFile
47605
- * @desc:附件查看
47606
- * @param {String} ownId 附件id
47607
- * @author liufan
47608
- * @date 2022年11月29日
47606
+ /**
47607
+ * showFile
47608
+ * @desc:附件查看
47609
+ * @param {String} ownId 附件id
47610
+ * @author liufan
47611
+ * @date 2022年11月29日
47609
47612
  **/
47610
47613
  showFile: function showFile(ownId) {
47611
47614
  this.wfpendingid = ownId;
47612
47615
  this.showFileList = true;
47613
47616
  },
47614
47617
 
47615
- /**
47616
- * handleChange
47617
- * @desc:切换排序方式
47618
- * @author liufan
47619
- * @date 2022年11月22日
47618
+ /**
47619
+ * handleChange
47620
+ * @desc:切换排序方式
47621
+ * @author liufan
47622
+ * @date 2022年11月22日
47620
47623
  **/
47621
47624
  handleChange: function handleChange(key, value) {
47622
47625
  if (value) {
@@ -47627,11 +47630,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47627
47630
  this.getFlowList();
47628
47631
  },
47629
47632
 
47630
- /**
47631
- * getFlowList
47632
- * @desc:获取流程列表
47633
- * @author liufan
47634
- * @date 2022年11月22日
47633
+ /**
47634
+ * getFlowList
47635
+ * @desc:获取流程列表
47636
+ * @author liufan
47637
+ * @date 2022年11月22日
47635
47638
  **/
47636
47639
  getFlowList: function getFlowList() {
47637
47640
  var _this9 = this;
@@ -47685,12 +47688,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47685
47688
  });
47686
47689
  },
47687
47690
 
47688
- /**
47689
- * handleClick
47690
- * @desc:表单点击事件
47691
- * @param {Object} val 当前点击行数据及按钮
47692
- * @author liufan
47693
- * @date 2022年11月10日
47691
+ /**
47692
+ * handleClick
47693
+ * @desc:表单点击事件
47694
+ * @param {Object} val 当前点击行数据及按钮
47695
+ * @author liufan
47696
+ * @date 2022年11月10日
47694
47697
  **/
47695
47698
  handleClick: function handleClick(val) {
47696
47699
  var _this10 = this;
@@ -47736,13 +47739,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47736
47739
  }
47737
47740
  },
47738
47741
 
47739
- /**
47740
- * getCodeValue
47741
- * @desc:获取代码表过滤后的值
47742
- * @param {String} value 展示数据的代码值
47743
- * @param {String} type 代码表类型
47744
- * @author liufan
47745
- * @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日
47746
47749
  **/
47747
47750
  getCodeValue: function getCodeValue(value, type) {
47748
47751
  var val = this[type].filter(function (item) {
@@ -47751,12 +47754,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47751
47754
  return val[0].shortName;
47752
47755
  },
47753
47756
 
47754
- /**
47755
- * getSysInfo
47756
- * @desc:获取代码表
47757
- * @param {String} code 编码code值
47758
- * @author liufan
47759
- * @date 2022年11月10日
47757
+ /**
47758
+ * getSysInfo
47759
+ * @desc:获取代码表
47760
+ * @param {String} code 编码code值
47761
+ * @author liufan
47762
+ * @date 2022年11月10日
47760
47763
  **/
47761
47764
  getSysInfo: function getSysInfo(code) {
47762
47765
  var _this11 = this;
@@ -47778,11 +47781,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47778
47781
  }).catch(function (e) {});
47779
47782
  },
47780
47783
 
47781
- /**
47782
- * getListInfo
47783
- * @desc:获取预设列表数据
47784
- * @author liufan
47785
- * @date 2022年11月10日
47784
+ /**
47785
+ * getListInfo
47786
+ * @desc:获取预设列表数据
47787
+ * @author liufan
47788
+ * @date 2022年11月10日
47786
47789
  **/
47787
47790
  getListInfo: function getListInfo() {
47788
47791
  var _this12 = this;
@@ -47830,8 +47833,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47830
47833
 
47831
47834
  var flow_list_src_main_component = normalizeComponent(
47832
47835
  packages_flow_list_src_mainvue_type_script_lang_js_,
47833
- mainvue_type_template_id_6c50def7_render,
47834
- mainvue_type_template_id_6c50def7_staticRenderFns,
47836
+ mainvue_type_template_id_e8da021e_render,
47837
+ mainvue_type_template_id_e8da021e_staticRenderFns,
47835
47838
  false,
47836
47839
  null,
47837
47840
  null,
@@ -49343,7 +49346,7 @@ function mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var ta
49343
49346
  beforeCreate: function beforeCreate() {
49344
49347
  var _this2 = this;
49345
49348
 
49346
- 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) {
49347
49350
  _this2.getDatas(query, callback, isChange);
49348
49351
  });
49349
49352
  },
@@ -50372,8 +50375,8 @@ layout_src_main.install = function (Vue) {
50372
50375
  };
50373
50376
 
50374
50377
  /* harmony default export */ var packages_layout = (layout_src_main);
50375
- // 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&
50376
- 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 () {
50377
50380
  var _vm = this
50378
50381
  var _h = _vm.$createElement
50379
50382
  var _c = _vm._self._c || _h
@@ -51544,7 +51547,7 @@ var mainvue_type_template_id_280eaf9f_render = function () {
51544
51547
  )
51545
51548
  : _vm._e()
51546
51549
  }
51547
- var mainvue_type_template_id_280eaf9f_staticRenderFns = [
51550
+ var mainvue_type_template_id_68362bbf_staticRenderFns = [
51548
51551
  function () {
51549
51552
  var _vm = this
51550
51553
  var _h = _vm.$createElement
@@ -51559,10 +51562,10 @@ var mainvue_type_template_id_280eaf9f_staticRenderFns = [
51559
51562
  ])
51560
51563
  },
51561
51564
  ]
51562
- mainvue_type_template_id_280eaf9f_render._withStripped = true
51565
+ mainvue_type_template_id_68362bbf_render._withStripped = true
51563
51566
 
51564
51567
 
51565
- // 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&
51566
51569
 
51567
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&
51568
51571
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -53099,7 +53102,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53099
53102
  };
53100
53103
  },
53101
53104
  beforeCreate: function beforeCreate() {
53102
- this.setScale = Object(external_throttle_debounce_["throttle"])(300, function () {
53105
+ this.setScale = Object(external_throttle_debounce_["debounce"])(300, function () {
53103
53106
  utils_util["a" /* default */].setScale();
53104
53107
  });
53105
53108
  utils_util["a" /* default */].removeStorage(['remind', 'ssId', 'token', 'Authorization', 'deviceUnique', 'userId', 'userName', 'useCaseCodes']);
@@ -53975,8 +53978,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53975
53978
 
53976
53979
  var login_src_main_component = normalizeComponent(
53977
53980
  packages_login_src_mainvue_type_script_lang_js_,
53978
- mainvue_type_template_id_280eaf9f_render,
53979
- mainvue_type_template_id_280eaf9f_staticRenderFns,
53981
+ mainvue_type_template_id_68362bbf_render,
53982
+ mainvue_type_template_id_68362bbf_staticRenderFns,
53980
53983
  false,
53981
53984
  null,
53982
53985
  null,
@@ -54093,8 +54096,8 @@ mainvue_type_template_id_2c29aadc_render._withStripped = true
54093
54096
 
54094
54097
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2c29aadc&
54095
54098
 
54096
- // 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&
54097
- 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 () {
54098
54101
  var _vm = this
54099
54102
  var _h = _vm.$createElement
54100
54103
  var _c = _vm._self._c || _h
@@ -54572,6 +54575,7 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
54572
54575
  _vm._b(
54573
54576
  {
54574
54577
  attrs: {
54578
+ collapse: _vm.collapse,
54575
54579
  mode: _vm.mode,
54576
54580
  visible: _vm.showMenu,
54577
54581
  closed: _vm.fold,
@@ -54751,11 +54755,11 @@ var simplicityvue_type_template_id_3e646024_scoped_true_render = function () {
54751
54755
  ),
54752
54756
  ])
54753
54757
  }
54754
- var simplicityvue_type_template_id_3e646024_scoped_true_staticRenderFns = []
54755
- 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
54756
54760
 
54757
54761
 
54758
- // 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&
54759
54763
 
54760
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&
54761
54765
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -55296,8 +55300,8 @@ var handler_component = normalizeComponent(
55296
55300
  )
55297
55301
 
55298
55302
  /* harmony default export */ var simplicity_handler = (handler_component.exports);
55299
- // 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&
55300
- 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 () {
55301
55305
  var this$1 = this
55302
55306
  var _vm = this
55303
55307
  var _h = _vm.$createElement
@@ -55381,27 +55385,50 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
55381
55385
  },
55382
55386
  }),
55383
55387
  ]),
55384
- _c("menu-list", {
55385
- attrs: {
55386
- active: _vm.actives[0],
55387
- data: _vm.menus,
55388
- menuIcon: _vm.menuIcon,
55389
- color: _vm.color,
55390
- backgroundColor: _vm.backgroundColor,
55391
- fold: _vm.fold,
55392
- width: _vm.size,
55393
- },
55394
- on: {
55395
- menter: function (res) {
55396
- this$1.getData(res, 0, true)
55397
- },
55398
- mleave: function (res) {
55399
- this$1.getData(res, 0, false)
55400
- },
55401
- hover: _vm.handleHover,
55402
- command: _vm.handleCommand,
55403
- },
55404
- }),
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
+ }),
55405
55432
  ],
55406
55433
  1
55407
55434
  ),
@@ -55461,14 +55488,14 @@ var sub_menuvue_type_template_id_629b4bf1_scoped_true_render = function () {
55461
55488
  ]
55462
55489
  )
55463
55490
  }
55464
- var sub_menuvue_type_template_id_629b4bf1_scoped_true_staticRenderFns = []
55465
- 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
55466
55493
 
55467
55494
 
55468
- // 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&
55469
55496
 
55470
- // 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&
55471
- 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 () {
55472
55499
  var _vm = this
55473
55500
  var _h = _vm.$createElement
55474
55501
  var _c = _vm._self._c || _h
@@ -55562,6 +55589,21 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
55562
55589
  ),
55563
55590
  ]
55564
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
+ }),
55565
55607
  ],
55566
55608
  2
55567
55609
  )
@@ -55570,11 +55612,11 @@ var menu_listvue_type_template_id_43b0ff18_scoped_true_render = function () {
55570
55612
  ),
55571
55613
  ])
55572
55614
  }
55573
- var menu_listvue_type_template_id_43b0ff18_scoped_true_staticRenderFns = []
55574
- 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
55575
55617
 
55576
55618
 
55577
- // 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&
55578
55620
 
55579
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&
55580
55622
  //
@@ -55622,6 +55664,13 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
55622
55664
  //
55623
55665
  //
55624
55666
  //
55667
+ //
55668
+ //
55669
+ //
55670
+ //
55671
+ //
55672
+ //
55673
+ //
55625
55674
 
55626
55675
 
55627
55676
  /* harmony default export */ var menu_listvue_type_script_lang_js_ = ({
@@ -55715,11 +55764,11 @@ menu_listvue_type_template_id_43b0ff18_scoped_true_render._withStripped = true
55715
55764
 
55716
55765
  var menu_list_component = normalizeComponent(
55717
55766
  simplicity_menu_listvue_type_script_lang_js_,
55718
- menu_listvue_type_template_id_43b0ff18_scoped_true_render,
55719
- 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,
55720
55769
  false,
55721
55770
  null,
55722
- "43b0ff18",
55771
+ "49c7f205",
55723
55772
  null
55724
55773
 
55725
55774
  )
@@ -55822,6 +55871,24 @@ var menu_list_component = normalizeComponent(
55822
55871
  //
55823
55872
  //
55824
55873
  //
55874
+ //
55875
+ //
55876
+ //
55877
+ //
55878
+ //
55879
+ //
55880
+ //
55881
+ //
55882
+ //
55883
+ //
55884
+ //
55885
+ //
55886
+ //
55887
+ //
55888
+ //
55889
+ //
55890
+ //
55891
+ //
55825
55892
 
55826
55893
 
55827
55894
  /* harmony default export */ var sub_menuvue_type_script_lang_js_ = ({
@@ -55829,6 +55896,7 @@ var menu_list_component = normalizeComponent(
55829
55896
  components: { MenuList: menu_list },
55830
55897
  props: {
55831
55898
  mode: String,
55899
+ collapse: Boolean,
55832
55900
  title: String,
55833
55901
  active: String,
55834
55902
  closed: Boolean,
@@ -55914,6 +55982,9 @@ var menu_list_component = normalizeComponent(
55914
55982
  handleCommand: function handleCommand(res) {
55915
55983
  this.$emit('command', res);
55916
55984
  },
55985
+ handleSelect: function handleSelect(res) {
55986
+ this.$emit('command', res.node);
55987
+ },
55917
55988
  getData: function getData(res, n, is) {
55918
55989
  var _this = this;
55919
55990
 
@@ -55973,18 +56044,18 @@ var menu_list_component = normalizeComponent(
55973
56044
 
55974
56045
  var sub_menu_component = normalizeComponent(
55975
56046
  simplicity_sub_menuvue_type_script_lang_js_,
55976
- sub_menuvue_type_template_id_629b4bf1_scoped_true_render,
55977
- 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,
55978
56049
  false,
55979
56050
  null,
55980
- "629b4bf1",
56051
+ "c207ba5c",
55981
56052
  null
55982
56053
 
55983
56054
  )
55984
56055
 
55985
56056
  /* harmony default export */ var sub_menu = (sub_menu_component.exports);
55986
- // 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&
55987
- 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 () {
55988
56059
  var this$1 = this
55989
56060
  var _vm = this
55990
56061
  var _h = _vm.$createElement
@@ -56396,11 +56467,11 @@ var appsvue_type_template_id_f63f92d4_scoped_true_render = function () {
56396
56467
  ]
56397
56468
  )
56398
56469
  }
56399
- var appsvue_type_template_id_f63f92d4_scoped_true_staticRenderFns = []
56400
- 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
56401
56472
 
56402
56473
 
56403
- // 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&
56404
56475
 
56405
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&
56406
56477
  //
@@ -56697,7 +56768,7 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56697
56768
  beforeCreate: function beforeCreate() {
56698
56769
  var _this4 = this;
56699
56770
 
56700
- this.getApps = Object(external_throttle_debounce_["throttle"])(500, function () {
56771
+ this.getApps = Object(external_throttle_debounce_["debounce"])(500, function () {
56701
56772
  _this4.getApp();
56702
56773
  });
56703
56774
  },
@@ -56758,10 +56829,10 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56758
56829
  this.$emit('click', res);
56759
56830
  },
56760
56831
 
56761
- /**
56762
- * @desc:获取气泡提醒
56763
- * @author huangbo
56764
- * @date 2024年9月7日
56832
+ /**
56833
+ * @desc:获取气泡提醒
56834
+ * @author huangbo
56835
+ * @date 2024年9月7日
56765
56836
  **/
56766
56837
  getBadge: function getBadge(res) {
56767
56838
  var num = res.tips || 0;
@@ -56788,18 +56859,18 @@ appsvue_type_template_id_f63f92d4_scoped_true_render._withStripped = true
56788
56859
 
56789
56860
  var apps_component = normalizeComponent(
56790
56861
  simplicity_appsvue_type_script_lang_js_,
56791
- appsvue_type_template_id_f63f92d4_scoped_true_render,
56792
- 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,
56793
56864
  false,
56794
56865
  null,
56795
- "f63f92d4",
56866
+ "71b9cb14",
56796
56867
  null
56797
56868
 
56798
56869
  )
56799
56870
 
56800
56871
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
56801
- // 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&
56802
- 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 () {
56803
56874
  var _vm = this
56804
56875
  var _h = _vm.$createElement
56805
56876
  var _c = _vm._self._c || _h
@@ -56960,11 +57031,11 @@ var uservue_type_template_id_4edda720_scoped_true_render = function () {
56960
57031
  1
56961
57032
  )
56962
57033
  }
56963
- var uservue_type_template_id_4edda720_scoped_true_staticRenderFns = []
56964
- 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
56965
57036
 
56966
57037
 
56967
- // 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&
56968
57039
 
56969
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&
56970
57041
  var userinfovue_type_template_id_1c52f6d2_render = function () {
@@ -57382,7 +57453,7 @@ var userinfo_component = normalizeComponent(
57382
57453
  beforeCreate: function beforeCreate() {
57383
57454
  var _this = this;
57384
57455
 
57385
- this.setNoticeType = Object(external_throttle_debounce_["throttle"])(1000, function () {
57456
+ this.setNoticeType = Object(external_throttle_debounce_["debounce"])(1000, function () {
57386
57457
  _this.setNotice();
57387
57458
  });
57388
57459
  },
@@ -57528,11 +57599,11 @@ var userinfo_component = normalizeComponent(
57528
57599
 
57529
57600
  var user_component = normalizeComponent(
57530
57601
  simplicity_uservue_type_script_lang_js_,
57531
- uservue_type_template_id_4edda720_scoped_true_render,
57532
- 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,
57533
57604
  false,
57534
57605
  null,
57535
- "4edda720",
57606
+ "1d4b46d0",
57536
57607
  null
57537
57608
 
57538
57609
  )
@@ -59161,8 +59232,8 @@ var online_component = normalizeComponent(
59161
59232
  )
59162
59233
 
59163
59234
  /* harmony default export */ var online = (online_component.exports);
59164
- // 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&
59165
- 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 () {
59166
59237
  var _vm = this
59167
59238
  var _h = _vm.$createElement
59168
59239
  var _c = _vm._self._c || _h
@@ -59577,11 +59648,11 @@ var searchvue_type_template_id_8b4f164a_render = function () {
59577
59648
  1
59578
59649
  )
59579
59650
  }
59580
- var searchvue_type_template_id_8b4f164a_staticRenderFns = []
59581
- 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
59582
59653
 
59583
59654
 
59584
- // 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&
59585
59656
 
59586
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&
59587
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; };
@@ -59816,12 +59887,10 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59816
59887
  beforeCreate: function beforeCreate() {
59817
59888
  var _this = this;
59818
59889
 
59819
- this.handleSearchAll = Object(external_throttle_debounce_["throttle"])(500, function (res) {
59820
- console.log(res, 999);
59890
+ this.handleSearchAll = Object(external_throttle_debounce_["debounce"])(500, function (res) {
59821
59891
  _this.searchAll(res);
59822
59892
  });
59823
- this.handleSearchd = Object(external_throttle_debounce_["throttle"])(500, function (obj, index) {
59824
- console.log(obj, index, 6666);
59893
+ this.handleSearchd = Object(external_throttle_debounce_["debounce"])(500, function (obj, index) {
59825
59894
  _this.handleSearch(obj, index, false);
59826
59895
  });
59827
59896
  },
@@ -59903,7 +59972,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59903
59972
  searchAll: function searchAll(keyWords) {
59904
59973
  for (var i = 0; i < this.types.length; i++) {
59905
59974
  var item = this.types[i];
59906
- console.log(item, 8888);
59907
59975
  if (keyWords && !this.hides.includes(item.name) && !item.hide) {
59908
59976
  if (item.name == '菜单' && this.menus.length) {
59909
59977
  this.isLoading = false;
@@ -59964,7 +60032,6 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
59964
60032
  handleSearch: function handleSearch(obj, index, reset) {
59965
60033
  var _this4 = this;
59966
60034
 
59967
- console.log(obj, reset, 77777);
59968
60035
  if (obj.pageNum < obj.pageCount && this.keyWords) {
59969
60036
  this.$set(this.loadings, obj.id || String(index), true);
59970
60037
  if (this.active == '0') {
@@ -60048,8 +60115,8 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
60048
60115
 
60049
60116
  var search_component = normalizeComponent(
60050
60117
  public_searchvue_type_script_lang_js_,
60051
- searchvue_type_template_id_8b4f164a_render,
60052
- searchvue_type_template_id_8b4f164a_staticRenderFns,
60118
+ searchvue_type_template_id_2928af7a_render,
60119
+ searchvue_type_template_id_2928af7a_staticRenderFns,
60053
60120
  false,
60054
60121
  null,
60055
60122
  null,
@@ -60059,8 +60126,6 @@ var search_component = normalizeComponent(
60059
60126
 
60060
60127
  /* harmony default export */ var public_search = (search_component.exports);
60061
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&
60062
- 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; };
60063
-
60064
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; };
60065
60130
 
60066
60131
  //
@@ -60405,6 +60470,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
60405
60470
  //
60406
60471
  //
60407
60472
  //
60473
+ //
60408
60474
 
60409
60475
 
60410
60476
 
@@ -60529,6 +60595,8 @@ var events = [function (tabs, index, that) {
60529
60595
  menuColor: [String, Array],
60530
60596
  //菜单背景颜色
60531
60597
  menuBackgroundColor: [String, Array],
60598
+ //菜单是否折叠形式
60599
+ collapse: Boolean,
60532
60600
  //应用颜色
60533
60601
  appColor: [String, Array],
60534
60602
  //应用背景颜色
@@ -60785,10 +60853,10 @@ var events = [function (tabs, index, that) {
60785
60853
  },
60786
60854
 
60787
60855
  methods: {
60788
- /**
60789
- * @desc:匹配路由
60790
- * @author huangbo
60791
- * @date 2024年9月7日
60856
+ /**
60857
+ * @desc:匹配路由
60858
+ * @author huangbo
60859
+ * @date 2024年9月7日
60792
60860
  **/
60793
60861
  hasRouter: function hasRouter(res, url, code) {
60794
60862
  if (!url) {
@@ -60832,10 +60900,10 @@ var events = [function (tabs, index, that) {
60832
60900
  return false;
60833
60901
  },
60834
60902
 
60835
- /**
60836
- * @desc:获取初始数据
60837
- * @author huangbo
60838
- * @date 2024年9月7日
60903
+ /**
60904
+ * @desc:获取初始数据
60905
+ * @author huangbo
60906
+ * @date 2024年9月7日
60839
60907
  **/
60840
60908
  init: function init(results, first) {
60841
60909
  this.setConfig(results);
@@ -60844,10 +60912,10 @@ var events = [function (tabs, index, that) {
60844
60912
  }
60845
60913
  },
60846
60914
 
60847
- /**
60848
- * @desc:设置用户配置及信息
60849
- * @author huangbo
60850
- * @date 2024年9月7日
60915
+ /**
60916
+ * @desc:设置用户配置及信息
60917
+ * @author huangbo
60918
+ * @date 2024年9月7日
60851
60919
  **/
60852
60920
  setConfig: function setConfig(results) {
60853
60921
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -60977,10 +61045,10 @@ var events = [function (tabs, index, that) {
60977
61045
  }
60978
61046
  },
60979
61047
 
60980
- /**
60981
- * @desc:获取所有应用
60982
- * @author huangbo
60983
- * @date 2024年9月7日
61048
+ /**
61049
+ * @desc:获取所有应用
61050
+ * @author huangbo
61051
+ * @date 2024年9月7日
60984
61052
  **/
60985
61053
  getApplications: function getApplications() {
60986
61054
  var _this = this;
@@ -61028,10 +61096,10 @@ var events = [function (tabs, index, that) {
61028
61096
  });
61029
61097
  },
61030
61098
 
61031
- /**
61032
- * @desc:获取菜单列表
61033
- * @author huangbo
61034
- * @date 2024年9月7日
61099
+ /**
61100
+ * @desc:获取菜单列表
61101
+ * @author huangbo
61102
+ * @date 2024年9月7日
61035
61103
  **/
61036
61104
  getMenus: function getMenus(loading) {
61037
61105
  var _this2 = this;
@@ -61064,10 +61132,10 @@ var events = [function (tabs, index, that) {
61064
61132
  });
61065
61133
  },
61066
61134
 
61067
- /**
61068
- * @desc:处理菜单列表
61069
- * @author huangbo
61070
- * @date 2024年9月7日
61135
+ /**
61136
+ * @desc:处理菜单列表
61137
+ * @author huangbo
61138
+ * @date 2024年9月7日
61071
61139
  **/
61072
61140
  renderMenus: function renderMenus(res) {
61073
61141
  this.menus = res;
@@ -61121,7 +61189,7 @@ var events = [function (tabs, index, that) {
61121
61189
  this.subActive = '';
61122
61190
  }
61123
61191
  this.subMenus = subMenus;
61124
- this.showMenu = true;
61192
+ this.showMenu = subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0;
61125
61193
  } else {
61126
61194
  this.subMenus = null;
61127
61195
  this.showMenu = false;
@@ -61141,7 +61209,7 @@ var events = [function (tabs, index, that) {
61141
61209
  }
61142
61210
  }
61143
61211
  this.subMenus = _subMenus;
61144
- this.showMenu = true;
61212
+ this.showMenu = _subMenus.children && _subMenus.children.length > 0 || _subMenus.fourthTabs && _subMenus.fourthTabs.length > 0;
61145
61213
  } else {
61146
61214
  this.subMenus = null;
61147
61215
  this.showMenu = false;
@@ -61157,10 +61225,10 @@ var events = [function (tabs, index, that) {
61157
61225
  }
61158
61226
  },
61159
61227
 
61160
- /**
61161
- * @desc:设置页面加载类型
61162
- * @author huangbo
61163
- * @date 2024年9月7日
61228
+ /**
61229
+ * @desc:设置页面加载类型
61230
+ * @author huangbo
61231
+ * @date 2024年9月7日
61164
61232
  **/
61165
61233
  setIframeType: function setIframeType(res) {
61166
61234
  var url = res.url;
@@ -61216,10 +61284,10 @@ var events = [function (tabs, index, that) {
61216
61284
  return res;
61217
61285
  },
61218
61286
 
61219
- /**
61220
- * @desc:获取菜单
61221
- * @author huangbo
61222
- * @date 2024年9月7日
61287
+ /**
61288
+ * @desc:获取菜单
61289
+ * @author huangbo
61290
+ * @date 2024年9月7日
61223
61291
  **/
61224
61292
  getMenu: function getMenu(menus, res, key) {
61225
61293
  if (Array.isArray(menus)) {
@@ -61248,10 +61316,10 @@ var events = [function (tabs, index, that) {
61248
61316
  return false;
61249
61317
  },
61250
61318
 
61251
- /**
61252
- * @desc:获取菜单第一条数据
61253
- * @author huangbo
61254
- * @date 2024年9月7日
61319
+ /**
61320
+ * @desc:获取菜单第一条数据
61321
+ * @author huangbo
61322
+ * @date 2024年9月7日
61255
61323
  **/
61256
61324
  getFirst: function getFirst(obj) {
61257
61325
  if (!obj) {
@@ -61270,10 +61338,10 @@ var events = [function (tabs, index, that) {
61270
61338
  }
61271
61339
  },
61272
61340
 
61273
- /**
61274
- * @desc:遍历设置菜单气泡提醒
61275
- * @author huangbo
61276
- * @date 2024年9月7日
61341
+ /**
61342
+ * @desc:遍历设置菜单气泡提醒
61343
+ * @author huangbo
61344
+ * @date 2024年9月7日
61277
61345
  **/
61278
61346
  setTips: function setTips(obj) {
61279
61347
  var _this3 = this;
@@ -61336,10 +61404,10 @@ var events = [function (tabs, index, that) {
61336
61404
  }
61337
61405
  },
61338
61406
 
61339
- /**
61340
- * @desc:获取气泡提醒
61341
- * @author huangbo
61342
- * @date 2024年9月7日
61407
+ /**
61408
+ * @desc:获取气泡提醒
61409
+ * @author huangbo
61410
+ * @date 2024年9月7日
61343
61411
  **/
61344
61412
  getBadge: function getBadge(res) {
61345
61413
  var num = res.tips || 0;
@@ -61353,10 +61421,10 @@ var events = [function (tabs, index, that) {
61353
61421
  };
61354
61422
  },
61355
61423
 
61356
- /**
61357
- * @desc:开启weosocket
61358
- * @author huangbo
61359
- * @date 2024年9月7日
61424
+ /**
61425
+ * @desc:开启weosocket
61426
+ * @author huangbo
61427
+ * @date 2024年9月7日
61360
61428
  **/
61361
61429
  initWebSocket: function initWebSocket() {
61362
61430
  var _this5 = this;
@@ -61404,10 +61472,10 @@ var events = [function (tabs, index, that) {
61404
61472
  });
61405
61473
  },
61406
61474
 
61407
- /**
61408
- * @desc:显示用户信息
61409
- * @author huangbo
61410
- * @date 2024年9月7日
61475
+ /**
61476
+ * @desc:显示用户信息
61477
+ * @author huangbo
61478
+ * @date 2024年9月7日
61411
61479
  **/
61412
61480
  showUserInfo: function showUserInfo() {
61413
61481
  if (this.showUser === false) {
@@ -61415,19 +61483,19 @@ var events = [function (tabs, index, that) {
61415
61483
  }
61416
61484
  },
61417
61485
 
61418
- /**
61419
- * @desc:删除更多应用菜单点击
61420
- * @author huangbo
61421
- * @date 2024年9月7日
61486
+ /**
61487
+ * @desc:删除更多应用菜单点击
61488
+ * @author huangbo
61489
+ * @date 2024年9月7日
61422
61490
  **/
61423
61491
  handleDelete: function handleDelete(index) {
61424
61492
  this.newApps.splice(index, 1);
61425
61493
  },
61426
61494
 
61427
- /**
61428
- * @desc:储存更多应用菜单点击
61429
- * @author huangbo
61430
- * @date 2024年9月7日
61495
+ /**
61496
+ * @desc:储存更多应用菜单点击
61497
+ * @author huangbo
61498
+ * @date 2024年9月7日
61431
61499
  **/
61432
61500
  handlerClickApps: function handlerClickApps(res) {
61433
61501
  if (res.permission === false) {
@@ -61440,10 +61508,10 @@ var events = [function (tabs, index, that) {
61440
61508
  this.handlerClickApp(res);
61441
61509
  },
61442
61510
 
61443
- /**
61444
- * @desc:侧边应用菜单点击
61445
- * @author huangbo
61446
- * @date 2024年9月7日
61511
+ /**
61512
+ * @desc:侧边应用菜单点击
61513
+ * @author huangbo
61514
+ * @date 2024年9月7日
61447
61515
  **/
61448
61516
  handlerClickApp: function handlerClickApp(res) {
61449
61517
  this.showMsg = false;
@@ -61508,7 +61576,7 @@ var events = [function (tabs, index, that) {
61508
61576
  } else {
61509
61577
  this.title = res.text || res.name;
61510
61578
  this.subMenus = subMenus ? subMenus : null;
61511
- this.showMenu = subMenus !== false;
61579
+ this.showMenu = subMenus ? subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0 : false;
61512
61580
  this.showApps = false;
61513
61581
  if (subMenus && subMenus.url) {
61514
61582
  var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
@@ -61530,10 +61598,10 @@ var events = [function (tabs, index, that) {
61530
61598
  }
61531
61599
  },
61532
61600
 
61533
- /**
61534
- * @desc:显示Drawer界面
61535
- * @author huangbo
61536
- * @date 2024年9月7日
61601
+ /**
61602
+ * @desc:显示Drawer界面
61603
+ * @author huangbo
61604
+ * @date 2024年9月7日
61537
61605
  **/
61538
61606
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61539
61607
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61553,19 +61621,19 @@ var events = [function (tabs, index, that) {
61553
61621
  }
61554
61622
  },
61555
61623
 
61556
- /**
61557
- * @desc:关闭Drawer界面
61558
- * @author huangbo
61559
- * @date 2024年9月7日
61624
+ /**
61625
+ * @desc:关闭Drawer界面
61626
+ * @author huangbo
61627
+ * @date 2024年9月7日
61560
61628
  **/
61561
61629
  handleCloseDrawer: function handleCloseDrawer() {
61562
61630
  this.drawer = { visible: false };
61563
61631
  },
61564
61632
 
61565
- /**
61566
- * @desc:菜单点击
61567
- * @author huangbo
61568
- * @date 2024年9月7日
61633
+ /**
61634
+ * @desc:菜单点击
61635
+ * @author huangbo
61636
+ * @date 2024年9月7日
61569
61637
  **/
61570
61638
  handlerClickMenu: function handlerClickMenu(res) {
61571
61639
  utils_util["a" /* default */].ajax({
@@ -61604,19 +61672,19 @@ var events = [function (tabs, index, that) {
61604
61672
  },
61605
61673
 
61606
61674
 
61607
- /**
61608
- * @desc:用户详情请求成功
61609
- * @author huangbo
61610
- * @date 2024年9月7日
61675
+ /**
61676
+ * @desc:用户详情请求成功
61677
+ * @author huangbo
61678
+ * @date 2024年9月7日
61611
61679
  **/
61612
61680
  handleSuccess: function handleSuccess(res) {
61613
61681
  this.simpleUserInfo = res.simpleUserInfo;
61614
61682
  },
61615
61683
 
61616
- /**
61617
- * @desc:修改用户配置
61618
- * @author huangbo
61619
- * @date 2024年9月7日
61684
+ /**
61685
+ * @desc:修改用户配置
61686
+ * @author huangbo
61687
+ * @date 2024年9月7日
61620
61688
  **/
61621
61689
  handleChangeConfig: function handleChangeConfig(name, res) {
61622
61690
  if (name == 'userHeadUrl') {
@@ -61632,10 +61700,10 @@ var events = [function (tabs, index, that) {
61632
61700
  }
61633
61701
  },
61634
61702
 
61635
- /**
61636
- * @desc:关闭webSocket
61637
- * @author huangbo
61638
- * @date 2024年9月7日
61703
+ /**
61704
+ * @desc:关闭webSocket
61705
+ * @author huangbo
61706
+ * @date 2024年9月7日
61639
61707
  **/
61640
61708
  handlerClose: function handlerClose() {
61641
61709
  if (this.webSocket) {
@@ -61643,10 +61711,10 @@ var events = [function (tabs, index, that) {
61643
61711
  }
61644
61712
  },
61645
61713
 
61646
- /**
61647
- * @desc:刷新选中iframe页签
61648
- * @author huangbo
61649
- * @date 2024年9月7日
61714
+ /**
61715
+ * @desc:刷新选中iframe页签
61716
+ * @author huangbo
61717
+ * @date 2024年9月7日
61650
61718
  **/
61651
61719
  handleRefresh: function handleRefresh() {
61652
61720
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -61667,10 +61735,10 @@ var events = [function (tabs, index, that) {
61667
61735
  }
61668
61736
  },
61669
61737
 
61670
- /**
61671
- * @desc:删除iframe
61672
- * @author huangbo
61673
- * @date 2024年9月7日
61738
+ /**
61739
+ * @desc:删除iframe
61740
+ * @author huangbo
61741
+ * @date 2024年9月7日
61674
61742
  **/
61675
61743
  handleRemove: function handleRemove(name) {
61676
61744
  var len = this.tabs.length - 1;
@@ -61687,10 +61755,10 @@ var events = [function (tabs, index, that) {
61687
61755
  }
61688
61756
  },
61689
61757
 
61690
- /**
61691
- * @desc:tabs鼠标右键事件
61692
- * @author huangbo
61693
- * @date 2024年9月7日
61758
+ /**
61759
+ * @desc:tabs鼠标右键事件
61760
+ * @author huangbo
61761
+ * @date 2024年9月7日
61694
61762
  **/
61695
61763
  handleContextmenu: function handleContextmenu(tabs, e) {
61696
61764
  var disabled = {};
@@ -61715,10 +61783,10 @@ var events = [function (tabs, index, that) {
61715
61783
  window.addEventListener('click', this.closeTabsEvents);
61716
61784
  },
61717
61785
 
61718
- /**
61719
- * @desc:tabs页签事件
61720
- * @author huangbo
61721
- * @date 2024年9月7日
61786
+ /**
61787
+ * @desc:tabs页签事件
61788
+ * @author huangbo
61789
+ * @date 2024年9月7日
61722
61790
  **/
61723
61791
  handleTabsEvents: function handleTabsEvents(num) {
61724
61792
  if (this.pane !== null) {
@@ -61736,10 +61804,10 @@ var events = [function (tabs, index, that) {
61736
61804
  window.removeEventListener('click', this.closeTabsEvents);
61737
61805
  },
61738
61806
 
61739
- /**
61740
- * @desc:handler工具栏点击事件
61741
- * @author huangbo
61742
- * @date 2024年9月7日
61807
+ /**
61808
+ * @desc:handler工具栏点击事件
61809
+ * @author huangbo
61810
+ * @date 2024年9月7日
61743
61811
  **/
61744
61812
  handleClick: function handleClick(res) {
61745
61813
  var type = res.type,
@@ -61817,10 +61885,10 @@ var events = [function (tabs, index, that) {
61817
61885
  this.$emit('handler-click', res);
61818
61886
  },
61819
61887
 
61820
- /**
61821
- * @desc:退出登录
61822
- * @author huangbo
61823
- * @date 2024年9月7日
61888
+ /**
61889
+ * @desc:退出登录
61890
+ * @author huangbo
61891
+ * @date 2024年9月7日
61824
61892
  **/
61825
61893
  handleQuit: function handleQuit() {
61826
61894
  var _this6 = this;
@@ -61895,10 +61963,10 @@ var events = [function (tabs, index, that) {
61895
61963
  }).catch(function (e) {});
61896
61964
  },
61897
61965
 
61898
- /**
61899
- * @desc:主题、消息回调
61900
- * @author huangbo
61901
- * @date 2024年9月7日
61966
+ /**
61967
+ * @desc:主题、消息回调
61968
+ * @author huangbo
61969
+ * @date 2024年9月7日
61902
61970
  **/
61903
61971
  handleChange: function handleChange(res) {
61904
61972
  var type = res.type,
@@ -61914,10 +61982,10 @@ var events = [function (tabs, index, that) {
61914
61982
  }
61915
61983
  },
61916
61984
 
61917
- /**
61918
- * @desc:菜单布局样式切换
61919
- * @author huangbo
61920
- * @date 2024年9月7日
61985
+ /**
61986
+ * @desc:菜单布局样式切换
61987
+ * @author huangbo
61988
+ * @date 2024年9月7日
61921
61989
  **/
61922
61990
  handleLayout: function handleLayout(res, active) {
61923
61991
  if (active) {
@@ -61926,10 +61994,10 @@ var events = [function (tabs, index, that) {
61926
61994
  this.$emit('chang-layout', res, active);
61927
61995
  },
61928
61996
 
61929
- /**
61930
- * @desc:消息修改总数
61931
- * @author huangbo
61932
- * @date 2024年9月7日
61997
+ /**
61998
+ * @desc:消息修改总数
61999
+ * @author huangbo
62000
+ * @date 2024年9月7日
61933
62001
  **/
61934
62002
  handleMenuTips: function handleMenuTips(id, num) {
61935
62003
  if (num) {
@@ -61940,10 +62008,10 @@ var events = [function (tabs, index, that) {
61940
62008
  }
61941
62009
  },
61942
62010
 
61943
- /**
61944
- * @desc:处理即时消息
61945
- * @author huangbo
61946
- * @date 2024年9月7日
62011
+ /**
62012
+ * @desc:处理即时消息
62013
+ * @author huangbo
62014
+ * @date 2024年9月7日
61947
62015
  **/
61948
62016
  handleOpened: function handleOpened(res) {
61949
62017
  var _this7 = this;
@@ -61966,8 +62034,8 @@ var events = [function (tabs, index, that) {
61966
62034
  var reload = true;
61967
62035
  if (typeof res === 'string') {
61968
62036
  apps = res.split(',');
61969
- } else if ((typeof res === 'undefined' ? 'undefined' : simplicityvue_type_script_lang_js_typeof(res)) === 'object') {
61970
- apps = res.appCode.split(',');
62037
+ } else if (utils_util["a" /* default */].isObject(res)) {
62038
+ apps = Array.isArray(res.appCode) ? res.appCode : res.appCode.split(',');
61971
62039
  res.param && (param = simplicityvue_type_script_lang_js_extends({}, res.param, params));
61972
62040
  reload = Object.prototype.hasOwnProperty.call(res, 'reload') ? res.reload : true;
61973
62041
  }
@@ -62066,11 +62134,11 @@ var events = [function (tabs, index, that) {
62066
62134
 
62067
62135
  var simplicity_component = normalizeComponent(
62068
62136
  src_simplicityvue_type_script_lang_js_,
62069
- simplicityvue_type_template_id_3e646024_scoped_true_render,
62070
- 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,
62071
62139
  false,
62072
62140
  null,
62073
- "3e646024",
62141
+ "9a42cfdc",
62074
62142
  null
62075
62143
 
62076
62144
  )
@@ -66585,6 +66653,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66585
66653
  subIcon: {
66586
66654
  type: Boolean,
66587
66655
  default: true
66656
+ },
66657
+ menuClass: String,
66658
+ color: [String, Array],
66659
+ backgroundColor: [String, Array],
66660
+ showTitle: {
66661
+ type: Boolean,
66662
+ default: true
66588
66663
  }
66589
66664
  },
66590
66665
  computed: {
@@ -66631,6 +66706,25 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66631
66706
  },
66632
66707
 
66633
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
+ },
66634
66728
  getWidth: function getWidth() {
66635
66729
  var _this2 = this;
66636
66730
 
@@ -66763,13 +66857,13 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66763
66857
  mode: this.mode
66764
66858
  });
66765
66859
  },
66766
- getSub: function getSub(item, h, popper, fourthTabs, subIcon) {
66860
+ getSub: function getSub(item, h, popper, fourthTabs, subIcon, index, directives) {
66767
66861
  var _this5 = this;
66768
66862
 
66769
66863
  if (popper) {
66770
- 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;
66771
66865
  } else {
66772
- 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;
66773
66867
  }
66774
66868
  var title = [];
66775
66869
  if (subIcon) {
@@ -66777,11 +66871,16 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66777
66871
  props: {
66778
66872
  contents: item.icons || this.menuIcon
66779
66873
  },
66874
+ style: this.setStyle(index),
66780
66875
  class: ['es-menu-item-icon']
66781
66876
  }));
66782
66877
  }
66783
66878
  title.push(h('div', {
66784
- 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
+ }] : []
66785
66884
  }, [h('el-badge', {
66786
66885
  class: ['es-badge', {
66787
66886
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -66805,7 +66904,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66805
66904
  if (!ele) {
66806
66905
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
66807
66906
  } else {
66808
- return _this5.getSub(ele, h, popper, false, _this5.subIcon);
66907
+ return _this5.getSub(ele, h, popper, false, _this5.subIcon, index);
66809
66908
  }
66810
66909
  }));
66811
66910
  return [h('el-submenu', {
@@ -66823,7 +66922,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66823
66922
  if (!ele) {
66824
66923
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
66825
66924
  } else {
66826
- return _this5.getSub(ele, h, popper, true, _this5.subIcon);
66925
+ return _this5.getSub(ele, h, popper, true, _this5.subIcon, index);
66827
66926
  }
66828
66927
  }));
66829
66928
  return [h('el-submenu', {
@@ -66857,17 +66956,22 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66857
66956
  var _this6 = this;
66858
66957
 
66859
66958
  var doms = [];
66860
- this.data.forEach(function (item) {
66959
+ this.data.forEach(function (item, index) {
66861
66960
  if (item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
66862
- 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));
66863
66962
  } else {
66864
66963
  var title = [h('es-icon', {
66865
66964
  props: {
66866
66965
  contents: item.icons || _this6.menuIcon
66867
66966
  },
66967
+ style: _this6.setStyle(index),
66868
66968
  class: ['es-menu-item-icon']
66869
66969
  }), h('div', {
66870
- 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
+ }]
66871
66975
  }, [h('el-badge', {
66872
66976
  class: ['es-badge', {
66873
66977
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -66904,7 +67008,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
66904
67008
  },
66905
67009
  class: 'es-menu-' + this.mode + '-scrollbar'
66906
67010
  }, [h('el-menu', {
66907
- 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 }],
66908
67012
  ref: 'menu',
66909
67013
  props: {
66910
67014
  defaultOpeneds: this.defaultOpeneds,
@@ -69046,19 +69150,19 @@ var QRCode = __webpack_require__(23);
69046
69150
  //设置logo大小
69047
69151
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69048
69152
  //设置获取的logo将其变为圆角以及添加白色背景
69049
- /* ctx.fillStyle = "#fff";
69050
- ctx.beginPath();
69051
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69052
- let w = 46; //圆角宽
69053
- let x = logoPosition - 5;
69054
- let y = logoPosition - 5;
69055
- let r = 5; //圆角半径
69056
- ctx.moveTo(x + r, y);
69057
- ctx.arcTo(x + w, y, x + w, y + h, r);
69058
- ctx.arcTo(x + w, y + h, x, y + h, r);
69059
- ctx.arcTo(x, y + h, x, y, r);
69060
- ctx.arcTo(x, y, x + w, y, r);
69061
- 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();
69062
69166
  ctx.fill(); */
69063
69167
  logo.onload = function () {
69064
69168
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -69117,8 +69221,8 @@ qr_code_src_main.install = function (Vue) {
69117
69221
  };
69118
69222
 
69119
69223
  /* harmony default export */ var qr_code = (qr_code_src_main);
69120
- // 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&
69121
- 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 () {
69122
69226
  var _vm = this
69123
69227
  var _h = _vm.$createElement
69124
69228
  var _c = _vm._self._c || _h
@@ -69247,11 +69351,11 @@ var mainvue_type_template_id_31200f6b_render = function () {
69247
69351
  )
69248
69352
  : _vm._e()
69249
69353
  }
69250
- var mainvue_type_template_id_31200f6b_staticRenderFns = []
69251
- 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
69252
69356
 
69253
69357
 
69254
- // 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&
69255
69359
 
69256
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&
69257
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; };
@@ -69495,7 +69599,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69495
69599
  beforeCreate: function beforeCreate() {
69496
69600
  var _this2 = this;
69497
69601
 
69498
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function (url, sysCode) {
69602
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function (url, sysCode) {
69499
69603
  _this2.getDatas(url, sysCode);
69500
69604
  });
69501
69605
  },
@@ -69580,8 +69684,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69580
69684
 
69581
69685
  var radio_group_src_main_component = normalizeComponent(
69582
69686
  packages_radio_group_src_mainvue_type_script_lang_js_,
69583
- mainvue_type_template_id_31200f6b_render,
69584
- mainvue_type_template_id_31200f6b_staticRenderFns,
69687
+ mainvue_type_template_id_0fe3af8b_render,
69688
+ mainvue_type_template_id_0fe3af8b_staticRenderFns,
69585
69689
  false,
69586
69690
  null,
69587
69691
  null,
@@ -70137,10 +70241,12 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70137
70241
  },
70138
70242
  // 远程搜索
70139
70243
  remote: Boolean,
70244
+ // 远程搜索的参数名
70140
70245
  remoteKey: {
70141
70246
  type: String,
70142
70247
  default: 'searchKey'
70143
70248
  },
70249
+ // 远程搜索的方法
70144
70250
  remoteMethod: Function,
70145
70251
  // 选择项远程地址
70146
70252
  url: String,
@@ -70299,7 +70405,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70299
70405
  beforeCreate: function beforeCreate() {
70300
70406
  var _this2 = this;
70301
70407
 
70302
- 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) {
70303
70409
  _this2.getDatas(sysCode, param, reload);
70304
70410
  });
70305
70411
  },
@@ -71011,7 +71117,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
71011
71117
  beforeCreate: function beforeCreate() {
71012
71118
  var _this = this;
71013
71119
 
71014
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function () {
71120
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
71015
71121
  _this.getDatas();
71016
71122
  });
71017
71123
  },
@@ -72714,8 +72820,8 @@ selector_src_main.install = function (Vue) {
72714
72820
  };
72715
72821
 
72716
72822
  /* harmony default export */ var selector = (selector_src_main);
72717
- // 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&
72718
- 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 () {
72719
72825
  var _vm = this
72720
72826
  var _h = _vm.$createElement
72721
72827
  var _c = _vm._self._c || _h
@@ -72978,11 +73084,11 @@ var mainvue_type_template_id_107a98dd_render = function () {
72978
73084
  1
72979
73085
  )
72980
73086
  }
72981
- var mainvue_type_template_id_107a98dd_staticRenderFns = []
72982
- 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
72983
73089
 
72984
73090
 
72985
- // 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&
72986
73092
 
72987
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&
72988
73094
  var treevue_type_template_id_24ad732a_render = function () {
@@ -74254,7 +74360,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74254
74360
  beforeCreate: function beforeCreate() {
74255
74361
  var _this2 = this;
74256
74362
 
74257
- this.ajaxActive = Object(external_throttle_debounce_["throttle"])(500, function (active) {
74363
+ this.ajaxActive = Object(external_throttle_debounce_["debounce"])(500, function (active) {
74258
74364
  _this2.getAjaxActive(active);
74259
74365
  });
74260
74366
  },
@@ -74599,8 +74705,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74599
74705
 
74600
74706
  var selector_panel_src_main_component = normalizeComponent(
74601
74707
  packages_selector_panel_src_mainvue_type_script_lang_js_,
74602
- mainvue_type_template_id_107a98dd_render,
74603
- mainvue_type_template_id_107a98dd_staticRenderFns,
74708
+ mainvue_type_template_id_4caee95f_render,
74709
+ mainvue_type_template_id_4caee95f_staticRenderFns,
74604
74710
  false,
74605
74711
  null,
74606
74712
  null,
@@ -75044,8 +75150,8 @@ sizer_src_main.install = function (Vue) {
75044
75150
  };
75045
75151
 
75046
75152
  /* harmony default export */ var packages_sizer = (sizer_src_main);
75047
- // 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&
75048
- 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 () {
75049
75155
  var _vm = this
75050
75156
  var _h = _vm.$createElement
75051
75157
  var _c = _vm._self._c || _h
@@ -75145,11 +75251,11 @@ var mainvue_type_template_id_e63ae42a_render = function () {
75145
75251
  1
75146
75252
  )
75147
75253
  }
75148
- var mainvue_type_template_id_e63ae42a_staticRenderFns = []
75149
- 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
75150
75256
 
75151
75257
 
75152
- // 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&
75153
75259
 
75154
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&
75155
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; };
@@ -75290,7 +75396,7 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
75290
75396
  beforeCreate: function beforeCreate() {
75291
75397
  var _this = this;
75292
75398
 
75293
- this.getData = Object(external_throttle_debounce_["throttle"])(500, function () {
75399
+ this.getData = Object(external_throttle_debounce_["debounce"])(500, function () {
75294
75400
  _this.getDatas();
75295
75401
  });
75296
75402
  },
@@ -75351,8 +75457,8 @@ var steps_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
75351
75457
 
75352
75458
  var steps_src_main_component = normalizeComponent(
75353
75459
  packages_steps_src_mainvue_type_script_lang_js_,
75354
- mainvue_type_template_id_e63ae42a_render,
75355
- mainvue_type_template_id_e63ae42a_staticRenderFns,
75460
+ mainvue_type_template_id_9b12a526_render,
75461
+ mainvue_type_template_id_9b12a526_staticRenderFns,
75356
75462
  false,
75357
75463
  null,
75358
75464
  null,
@@ -78190,8 +78296,8 @@ tabs_panel_src_main.install = function (Vue) {
78190
78296
  };
78191
78297
 
78192
78298
  /* harmony default export */ var tabs_panel = (tabs_panel_src_main);
78193
- // 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&
78194
- 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 () {
78195
78301
  var _vm = this
78196
78302
  var _h = _vm.$createElement
78197
78303
  var _c = _vm._self._c || _h
@@ -78229,11 +78335,11 @@ var mainvue_type_template_id_74d9312b_render = function () {
78229
78335
  2
78230
78336
  )
78231
78337
  }
78232
- var mainvue_type_template_id_74d9312b_staticRenderFns = []
78233
- 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
78234
78340
 
78235
78341
 
78236
- // 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&
78237
78343
 
78238
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&
78239
78345
  //
@@ -78345,7 +78451,7 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
78345
78451
  beforeCreate: function beforeCreate() {
78346
78452
  var _this2 = this;
78347
78453
 
78348
- this.getTips = Object(external_throttle_debounce_["throttle"])(500, function () {
78454
+ this.getTips = Object(external_throttle_debounce_["debounce"])(500, function () {
78349
78455
  _this2.getTipsData();
78350
78456
  });
78351
78457
  },
@@ -78393,8 +78499,8 @@ mainvue_type_template_id_74d9312b_render._withStripped = true
78393
78499
 
78394
78500
  var tips_src_main_component = normalizeComponent(
78395
78501
  packages_tips_src_mainvue_type_script_lang_js_,
78396
- mainvue_type_template_id_74d9312b_render,
78397
- mainvue_type_template_id_74d9312b_staticRenderFns,
78502
+ mainvue_type_template_id_6baa7a0b_render,
78503
+ mainvue_type_template_id_6baa7a0b_staticRenderFns,
78398
78504
  false,
78399
78505
  null,
78400
78506
  null,
@@ -78411,8 +78517,8 @@ tips_src_main.install = function (Vue) {
78411
78517
  };
78412
78518
 
78413
78519
  /* harmony default export */ var tips = (tips_src_main);
78414
- // 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&
78415
- 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 () {
78416
78522
  var _vm = this
78417
78523
  var _h = _vm.$createElement
78418
78524
  var _c = _vm._self._c || _h
@@ -78608,11 +78714,11 @@ var mainvue_type_template_id_e49fd234_render = function () {
78608
78714
  )
78609
78715
  : _vm._e()
78610
78716
  }
78611
- var mainvue_type_template_id_e49fd234_staticRenderFns = []
78612
- 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
78613
78719
 
78614
78720
 
78615
- // 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&
78616
78722
 
78617
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&
78618
78724
  //
@@ -78984,7 +79090,7 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
78984
79090
  beforeCreate: function beforeCreate() {
78985
79091
  var _this = this;
78986
79092
 
78987
- this.getTreeData = Object(external_throttle_debounce_["throttle"])(500, function (param) {
79093
+ this.getTreeData = Object(external_throttle_debounce_["debounce"])(500, function (param) {
78988
79094
  _this.getTreeDatas(param);
78989
79095
  });
78990
79096
  },
@@ -79327,8 +79433,8 @@ mainvue_type_template_id_e49fd234_render._withStripped = true
79327
79433
 
79328
79434
  var tree_src_main_component = normalizeComponent(
79329
79435
  packages_tree_src_mainvue_type_script_lang_js_,
79330
- mainvue_type_template_id_e49fd234_render,
79331
- mainvue_type_template_id_e49fd234_staticRenderFns,
79436
+ mainvue_type_template_id_367f47a8_render,
79437
+ mainvue_type_template_id_367f47a8_staticRenderFns,
79332
79438
  false,
79333
79439
  null,
79334
79440
  null,
@@ -84899,8 +85005,8 @@ form_src_table.install = function (Vue) {
84899
85005
  };
84900
85006
 
84901
85007
  /* harmony default export */ var table_form = (form_src_table);
84902
- // 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&
84903
- 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 () {
84904
85010
  var _vm = this
84905
85011
  var _h = _vm.$createElement
84906
85012
  var _c = _vm._self._c || _h
@@ -85280,11 +85386,11 @@ var mainvue_type_template_id_8bfa53ee_render = function () {
85280
85386
  )
85281
85387
  : _vm._e()
85282
85388
  }
85283
- var mainvue_type_template_id_8bfa53ee_staticRenderFns = []
85284
- 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
85285
85391
 
85286
85392
 
85287
- // 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&
85288
85394
 
85289
85395
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
85290
85396
  /* harmony default export */ var picture = ({
@@ -85537,7 +85643,10 @@ var mainvue_type_script_lang_js_props;
85537
85643
  default: 'get'
85538
85644
  },
85539
85645
  text: String,
85540
- icon: String,
85646
+ icon: {
85647
+ type: Boolean,
85648
+ default: true
85649
+ },
85541
85650
  headers: {
85542
85651
  type: Object,
85543
85652
  default: function _default() {
@@ -85921,8 +86030,8 @@ var mainvue_type_script_lang_js_props;
85921
86030
  },
85922
86031
  params: {
85923
86032
  deep: true,
85924
- handler: function handler(val) {
85925
- this.getFiles(val);
86033
+ handler: function handler() {
86034
+ this.getFiles();
85926
86035
  }
85927
86036
  },
85928
86037
  lists: {
@@ -85939,10 +86048,10 @@ var mainvue_type_script_lang_js_props;
85939
86048
  beforeCreate: function beforeCreate() {
85940
86049
  var _this = this;
85941
86050
 
85942
- this.getFiles = Object(external_throttle_debounce_["throttle"])(500, function (params) {
85943
- _this.getFileLists(params);
86051
+ this.getFiles = Object(external_throttle_debounce_["debounce"])(500, function () {
86052
+ _this.getFileLists();
85944
86053
  });
85945
- this.getAdjunctPropertie = Object(external_throttle_debounce_["throttle"])(500, function () {
86054
+ this.getAdjunctPropertie = Object(external_throttle_debounce_["debounce"])(500, function () {
85946
86055
  _this.getAdjunctProperties();
85947
86056
  });
85948
86057
  },
@@ -85987,7 +86096,7 @@ var mainvue_type_script_lang_js_props;
85987
86096
 
85988
86097
  var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
85989
86098
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
85990
- this.requestFiles && this.getFiles(this.params);
86099
+ this.requestFiles && this.getFiles();
85991
86100
  } else {
85992
86101
  utils_util["a" /* default */].ajax({
85993
86102
  method: this.method,
@@ -86022,7 +86131,7 @@ var mainvue_type_script_lang_js_props;
86022
86131
  dochubConfig: _this3.dochubConfig
86023
86132
  });
86024
86133
  }
86025
- _this3.requestFiles && _this3.getFiles(_this3.params);
86134
+ _this3.requestFiles && _this3.getFiles();
86026
86135
  }
86027
86136
  }).catch(function (err) {
86028
86137
  if (err.message && err.message !== 'canceled') {
@@ -86032,18 +86141,18 @@ var mainvue_type_script_lang_js_props;
86032
86141
  }
86033
86142
  }
86034
86143
  },
86035
- getFileLists: function getFileLists(params) {
86144
+ getFileLists: function getFileLists() {
86036
86145
  var _this4 = this;
86037
86146
 
86038
- 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')) {
86039
86148
  return false;
86040
86149
  }
86041
86150
  var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
86042
86151
  utils_util["a" /* default */].ajax({
86043
86152
  method: this.method,
86044
86153
  url: url,
86045
- data: params,
86046
- params: params,
86154
+ data: this.params,
86155
+ params: this.params,
86047
86156
  format: false
86048
86157
  }).then(function (res) {
86049
86158
  if (res.rCode === 0) {
@@ -86443,8 +86552,8 @@ var mainvue_type_script_lang_js_props;
86443
86552
 
86444
86553
  var upload_src_main_component = normalizeComponent(
86445
86554
  packages_upload_src_mainvue_type_script_lang_js_,
86446
- mainvue_type_template_id_8bfa53ee_render,
86447
- mainvue_type_template_id_8bfa53ee_staticRenderFns,
86555
+ mainvue_type_template_id_1e0d1d4c_render,
86556
+ mainvue_type_template_id_1e0d1d4c_staticRenderFns,
86448
86557
  false,
86449
86558
  null,
86450
86559
  null,
@@ -86944,7 +87053,7 @@ if (typeof window !== 'undefined' && window.Vue) {
86944
87053
  }
86945
87054
 
86946
87055
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
86947
- version: '0.6.53',
87056
+ version: '0.6.55',
86948
87057
  install: install,
86949
87058
  Button: packages_button,
86950
87059
  ButtonGroup: button_group,