eoss-ui 0.6.49 → 0.6.51

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 (240) hide show
  1. package/lib/eoss-ui.common.js +553 -516
  2. package/lib/flow-list.js +81 -81
  3. package/lib/flow.js +321 -284
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +132 -132
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/main.css +1 -1
  9. package/package.json +159 -159
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +298 -298
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/card/index.js +5 -5
  16. package/packages/card/src/main.vue +156 -156
  17. package/packages/cascader/index.js +5 -5
  18. package/packages/cascader/src/main.vue +168 -168
  19. package/packages/checkbox-group/index.js +5 -5
  20. package/packages/checkbox-group/src/main.vue +333 -333
  21. package/packages/clients/index.js +5 -5
  22. package/packages/clients/src/main.vue +144 -144
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +39 -39
  25. package/packages/data-table/src/column.vue +989 -989
  26. package/packages/data-table/src/main.vue +1822 -1822
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  46. package/packages/flow/src/component/CustomPreset.vue +322 -322
  47. package/packages/flow/src/component/FileList.vue +99 -99
  48. package/packages/flow/src/component/Preset.vue +255 -255
  49. package/packages/flow/src/component/SendMsg.vue +229 -229
  50. package/packages/flow/src/component/TimeLimit.vue +190 -190
  51. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  52. package/packages/flow/src/form.vue +121 -121
  53. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  54. package/packages/flow/src/main.vue +3131 -3107
  55. package/packages/flow/src/processForm.vue +1031 -1031
  56. package/packages/flow/src/processReject.vue +293 -293
  57. package/packages/flow/src/reset.vue +902 -902
  58. package/packages/flow/src/startTaskRead.vue +597 -597
  59. package/packages/flow/src/supervise.vue +138 -138
  60. package/packages/flow/src/table.vue +58 -58
  61. package/packages/flow-group/index.js +5 -5
  62. package/packages/flow-group/src/main.vue +688 -688
  63. package/packages/flow-list/index.js +5 -5
  64. package/packages/flow-list/src/main.vue +1411 -1411
  65. package/packages/form/index.js +5 -5
  66. package/packages/form/src/main.vue +3583 -3583
  67. package/packages/form/src/table.vue +1426 -1426
  68. package/packages/handle-user/index.js +5 -5
  69. package/packages/handle-user/src/main.vue +138 -138
  70. package/packages/handler/index.js +5 -5
  71. package/packages/handler/src/main.vue +493 -493
  72. package/packages/icon/index.js +5 -5
  73. package/packages/icon/src/main.vue +101 -101
  74. package/packages/icons/index.js +5 -5
  75. package/packages/icons/src/main.vue +81 -81
  76. package/packages/input/index.js +5 -5
  77. package/packages/input/src/main.vue +356 -356
  78. package/packages/input-number/index.js +5 -5
  79. package/packages/input-number/src/main.vue +106 -106
  80. package/packages/label/index.js +5 -5
  81. package/packages/label/src/main.vue +457 -457
  82. package/packages/layout/index.js +5 -5
  83. package/packages/layout/src/item.vue +152 -152
  84. package/packages/layout/src/main.vue +31 -31
  85. package/packages/login/index.js +5 -5
  86. package/packages/login/src/main.vue +1935 -1935
  87. package/packages/login/src/resetPassword.vue +562 -562
  88. package/packages/main/index.js +5 -5
  89. package/packages/main/src/default/message.vue +249 -249
  90. package/packages/main/src/default/notice.vue +157 -157
  91. package/packages/main/src/default/userinfo.vue +503 -503
  92. package/packages/main/src/public/online.vue +89 -89
  93. package/packages/main/src/public/search.vue +461 -461
  94. package/packages/main/src/public/settings.vue +221 -221
  95. package/packages/main/src/simplicity/apps.vue +388 -388
  96. package/packages/main/src/simplicity/avatar.vue +82 -82
  97. package/packages/main/src/simplicity/handler.vue +259 -259
  98. package/packages/main/src/simplicity/index.vue +2064 -2064
  99. package/packages/main/src/simplicity/lists.vue +84 -84
  100. package/packages/main/src/simplicity/menu-list.vue +128 -128
  101. package/packages/main/src/simplicity/message.vue +259 -259
  102. package/packages/main/src/simplicity/notice.vue +190 -190
  103. package/packages/main/src/simplicity/router-page.vue +45 -45
  104. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  105. package/packages/main/src/simplicity/user.vue +257 -257
  106. package/packages/main/src/simplicity/userinfo.vue +312 -312
  107. package/packages/menu/index.js +5 -5
  108. package/packages/menu/src/main.vue +536 -536
  109. package/packages/nav/index.js +5 -5
  110. package/packages/nav/src/main.vue +351 -351
  111. package/packages/notify/index.js +5 -5
  112. package/packages/notify/src/main.vue +538 -538
  113. package/packages/page/index.js +5 -5
  114. package/packages/page/src/main.vue +167 -167
  115. package/packages/pagination/index.js +5 -5
  116. package/packages/pagination/src/main.vue +96 -96
  117. package/packages/player/index.js +5 -5
  118. package/packages/player/src/main.vue +194 -194
  119. package/packages/qr-code/index.js +5 -5
  120. package/packages/qr-code/src/main.vue +170 -170
  121. package/packages/radio-group/index.js +6 -6
  122. package/packages/radio-group/src/main.vue +319 -319
  123. package/packages/retrial-auth/index.js +5 -5
  124. package/packages/retrial-auth/src/main.vue +280 -280
  125. package/packages/select/index.js +5 -5
  126. package/packages/select/src/main.vue +775 -775
  127. package/packages/select-ganged/index.js +5 -5
  128. package/packages/select-ganged/src/main.vue +724 -724
  129. package/packages/selector/index.js +5 -5
  130. package/packages/selector/src/main.vue +687 -687
  131. package/packages/selector-panel/index.js +5 -5
  132. package/packages/selector-panel/src/main.vue +1027 -1027
  133. package/packages/selector-panel/src/selection.vue +177 -177
  134. package/packages/selector-panel/src/tree.vue +129 -129
  135. package/packages/sizer/index.js +5 -5
  136. package/packages/sizer/src/main.vue +254 -254
  137. package/packages/steps/index.js +5 -5
  138. package/packages/steps/src/main.vue +181 -181
  139. package/packages/switch/index.js +5 -5
  140. package/packages/switch/src/main.vue +154 -154
  141. package/packages/table-form/index.js +5 -5
  142. package/packages/tabs/index.js +5 -5
  143. package/packages/tabs/src/main.vue +788 -788
  144. package/packages/tabs-panel/index.js +5 -5
  145. package/packages/tabs-panel/src/main.vue +29 -29
  146. package/packages/theme-chalk/lib/index.css +1 -1
  147. package/packages/theme-chalk/lib/main.css +1 -1
  148. package/packages/theme-chalk/src/base.scss +260 -260
  149. package/packages/theme-chalk/src/button-group.scss +175 -175
  150. package/packages/theme-chalk/src/button.scss +24 -24
  151. package/packages/theme-chalk/src/calendar.scss +113 -113
  152. package/packages/theme-chalk/src/card.scss +99 -99
  153. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  154. package/packages/theme-chalk/src/clients.scss +87 -87
  155. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  156. package/packages/theme-chalk/src/data-table.scss +293 -293
  157. package/packages/theme-chalk/src/date-picker.scss +7 -7
  158. package/packages/theme-chalk/src/dialog.scss +77 -77
  159. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  160. package/packages/theme-chalk/src/enterprise.scss +5 -5
  161. package/packages/theme-chalk/src/error-page.scss +18 -18
  162. package/packages/theme-chalk/src/flow-group.scss +110 -110
  163. package/packages/theme-chalk/src/flow-list.scss +36 -36
  164. package/packages/theme-chalk/src/flow.scss +335 -335
  165. package/packages/theme-chalk/src/form.scss +496 -496
  166. package/packages/theme-chalk/src/handle-user.scss +40 -40
  167. package/packages/theme-chalk/src/handler.scss +143 -143
  168. package/packages/theme-chalk/src/icon.scss +1789 -1789
  169. package/packages/theme-chalk/src/icons.scss +99 -99
  170. package/packages/theme-chalk/src/input.scss +9 -9
  171. package/packages/theme-chalk/src/label.scss +24 -24
  172. package/packages/theme-chalk/src/layout.scss +46 -46
  173. package/packages/theme-chalk/src/login.scss +969 -969
  174. package/packages/theme-chalk/src/main.scss +663 -656
  175. package/packages/theme-chalk/src/menu.scss +222 -222
  176. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  177. package/packages/theme-chalk/src/nav.scss +111 -111
  178. package/packages/theme-chalk/src/page.scss +3 -3
  179. package/packages/theme-chalk/src/pagination.scss +29 -29
  180. package/packages/theme-chalk/src/player.scss +9 -9
  181. package/packages/theme-chalk/src/qr-code.scss +17 -17
  182. package/packages/theme-chalk/src/radio-group.scss +9 -9
  183. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  184. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  185. package/packages/theme-chalk/src/select.scss +8 -8
  186. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  187. package/packages/theme-chalk/src/selector.scss +91 -91
  188. package/packages/theme-chalk/src/simplicity.scss +1265 -1265
  189. package/packages/theme-chalk/src/sizer.scss +36 -36
  190. package/packages/theme-chalk/src/steps.scss +88 -88
  191. package/packages/theme-chalk/src/switch.scss +3 -3
  192. package/packages/theme-chalk/src/table-form.scss +1 -1
  193. package/packages/theme-chalk/src/tabs.scss +87 -87
  194. package/packages/theme-chalk/src/tips.scss +7 -7
  195. package/packages/theme-chalk/src/toolbar.scss +179 -179
  196. package/packages/theme-chalk/src/tree-group.scss +72 -72
  197. package/packages/theme-chalk/src/tree.scss +165 -165
  198. package/packages/theme-chalk/src/upload.scss +167 -167
  199. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  200. package/packages/tips/index.js +5 -5
  201. package/packages/tips/src/main.vue +141 -141
  202. package/packages/toolbar/index.js +5 -5
  203. package/packages/toolbar/src/main.vue +430 -430
  204. package/packages/tree/index.js +5 -5
  205. package/packages/tree-group/index.js +5 -5
  206. package/packages/upload/index.js +5 -5
  207. package/packages/upload/src/main.vue +1335 -1335
  208. package/packages/upload/src/picture.js +15 -15
  209. package/packages/wujie/index.js +5 -5
  210. package/packages/wujie/src/main.vue +145 -145
  211. package/packages/wxlogin/index.js +5 -5
  212. package/packages/wxlogin/src/main.vue +128 -128
  213. package/src/config/api.js +281 -281
  214. package/src/config/image.js +2 -2
  215. package/src/index.js +160 -160
  216. package/src/utils/bus.js +3 -3
  217. package/src/utils/date-util.js +312 -312
  218. package/src/utils/http.js +50 -50
  219. package/src/utils/rules.js +18 -18
  220. package/src/utils/store.js +21 -21
  221. package/src/utils/webSocket.js +107 -107
  222. package/packages/.DS_Store +0 -0
  223. package/packages/data-table/.DS_Store +0 -0
  224. package/packages/data-table-form/.DS_Store +0 -0
  225. package/packages/error-page/.DS_Store +0 -0
  226. package/packages/flow/.DS_Store +0 -0
  227. package/packages/flow-group/.DS_Store +0 -0
  228. package/packages/form/.DS_Store +0 -0
  229. package/packages/handler/.DS_Store +0 -0
  230. package/packages/login/.DS_Store +0 -0
  231. package/packages/main/.DS_Store +0 -0
  232. package/packages/main/src/.DS_Store +0 -0
  233. package/packages/retrial-auth/.DS_Store +0 -0
  234. package/packages/selector/.DS_Store +0 -0
  235. package/packages/selector-panel/.DS_Store +0 -0
  236. package/packages/sizer/.DS_Store +0 -0
  237. package/packages/tabs/.DS_Store +0 -0
  238. package/packages/theme-chalk/src/.DS_Store +0 -0
  239. package/packages/upload/.DS_Store +0 -0
  240. package/src/.DS_Store +0 -0
@@ -25198,8 +25198,8 @@ form_src_main.install = function (Vue) {
25198
25198
  };
25199
25199
 
25200
25200
  /* harmony default export */ var packages_form = (form_src_main);
25201
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=74ef8ad5&
25202
- var mainvue_type_template_id_74ef8ad5_render = function () {
25201
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
25202
+ var mainvue_type_template_id_06ef5eca_render = function () {
25203
25203
  var _vm = this
25204
25204
  var _h = _vm.$createElement
25205
25205
  var _c = _vm._self._c || _h
@@ -25225,12 +25225,19 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
25225
25225
  },
25226
25226
  on: {
25227
25227
  cancel: function ($event) {
25228
- _vm.closeProcess($event, "showTaskRead")
25228
+ _vm.closeProcess($event)
25229
25229
  },
25230
25230
  },
25231
25231
  })
25232
25232
  : _vm.typeCode == "supervise"
25233
- ? _c("Supervise", { attrs: { businessId: _vm.businessId } })
25233
+ ? _c("Supervise", {
25234
+ attrs: { businessId: _vm.businessId },
25235
+ on: {
25236
+ cancel: function ($event) {
25237
+ _vm.closeProcess($event)
25238
+ },
25239
+ },
25240
+ })
25234
25241
  : _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
25235
25242
  ? _c("reset", {
25236
25243
  staticStyle: { height: "100%" },
@@ -25239,6 +25246,11 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
25239
25246
  appId: _vm.resetAppId,
25240
25247
  flowParams: _vm.param,
25241
25248
  },
25249
+ on: {
25250
+ cancel: function ($event) {
25251
+ _vm.closeProcess($event)
25252
+ },
25253
+ },
25242
25254
  })
25243
25255
  : _c(
25244
25256
  "div",
@@ -27454,11 +27466,11 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
27454
27466
  )
27455
27467
  : _vm._e()
27456
27468
  }
27457
- var mainvue_type_template_id_74ef8ad5_staticRenderFns = []
27458
- mainvue_type_template_id_74ef8ad5_render._withStripped = true
27469
+ var mainvue_type_template_id_06ef5eca_staticRenderFns = []
27470
+ mainvue_type_template_id_06ef5eca_render._withStripped = true
27459
27471
 
27460
27472
 
27461
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=74ef8ad5&
27473
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
27462
27474
 
27463
27475
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
27464
27476
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28258,21 +28270,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28258
28270
  return validSate;
28259
28271
  },
28260
28272
 
28261
- /**
28262
- * changeOpinion
28263
- * @desc:监听意见变化
28264
- * @author liufan
28265
- * @date 2022年10月28日
28273
+ /**
28274
+ * changeOpinion
28275
+ * @desc:监听意见变化
28276
+ * @author liufan
28277
+ * @date 2022年10月28日
28266
28278
  **/
28267
28279
  changeOpinion: function changeOpinion() {
28268
28280
  this.$emit('change', this.form.value);
28269
28281
  },
28270
28282
 
28271
- /**
28272
- * getCommonOpion
28273
- * @desc:获取意见
28274
- * @author liufan
28275
- * @date 2022年5月25日
28283
+ /**
28284
+ * getCommonOpion
28285
+ * @desc:获取意见
28286
+ * @author liufan
28287
+ * @date 2022年5月25日
28276
28288
  **/
28277
28289
  getCommonOpion: function getCommonOpion() {
28278
28290
  var _this = this;
@@ -28301,24 +28313,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28301
28313
  });
28302
28314
  },
28303
28315
 
28304
- /**
28305
- * upDate
28306
- * @desc:修改常用语
28307
- * @author liufan
28308
- * @param {Object} val 修改值
28309
- * @date 2022年5月25日
28316
+ /**
28317
+ * upDate
28318
+ * @desc:修改常用语
28319
+ * @author liufan
28320
+ * @param {Object} val 修改值
28321
+ * @date 2022年5月25日
28310
28322
  **/
28311
28323
  upDate: function upDate(val) {
28312
28324
  this.FormData.id = val.id;
28313
28325
  this.addVisible = true;
28314
28326
  },
28315
28327
 
28316
- /**
28317
- * selectChange
28318
- * @desc:常用语选择
28319
- * @author liufan
28320
- * @param {String} val 选中值
28321
- * @date 2022年5月25日
28328
+ /**
28329
+ * selectChange
28330
+ * @desc:常用语选择
28331
+ * @author liufan
28332
+ * @param {String} val 选中值
28333
+ * @date 2022年5月25日
28322
28334
  **/
28323
28335
  selectChange: function selectChange(val) {
28324
28336
  var _this2 = this;
@@ -28337,12 +28349,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28337
28349
  });
28338
28350
  },
28339
28351
 
28340
- /**
28341
- * del
28342
- * @desc:删除常用语
28343
- * @author liufan
28344
- * @param {Object} val 删除的数据
28345
- * @date 2022年5月25日
28352
+ /**
28353
+ * del
28354
+ * @desc:删除常用语
28355
+ * @author liufan
28356
+ * @param {Object} val 删除的数据
28357
+ * @date 2022年5月25日
28346
28358
  **/
28347
28359
  del: function del(val) {
28348
28360
  var _this3 = this;
@@ -28384,12 +28396,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28384
28396
  }).catch(function (e) {});
28385
28397
  },
28386
28398
 
28387
- /**
28388
- * submit
28389
- * @desc:新增/编辑意见保存
28390
- * @author liufan
28391
- * @param {Object} val 保存数据
28392
- * @date 2022年5月25日
28399
+ /**
28400
+ * submit
28401
+ * @desc:新增/编辑意见保存
28402
+ * @author liufan
28403
+ * @param {Object} val 保存数据
28404
+ * @date 2022年5月25日
28393
28405
  **/
28394
28406
  submit: function submit(val) {
28395
28407
  var _this4 = this;
@@ -31276,11 +31288,11 @@ var processFormvue_type_script_lang_js_components;
31276
31288
  });
31277
31289
  },
31278
31290
 
31279
- /**
31280
- * isMultiple
31281
- * @desc:是否多选
31282
- * @author liufan
31283
- * @date 2022年9月13日
31291
+ /**
31292
+ * isMultiple
31293
+ * @desc:是否多选
31294
+ * @author liufan
31295
+ * @date 2022年9月13日
31284
31296
  **/
31285
31297
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31286
31298
  var multiple = false;
@@ -35244,11 +35256,11 @@ var resetvue_type_script_lang_js_components;
35244
35256
  });
35245
35257
  },
35246
35258
 
35247
- /**
35248
- * isMultiple
35249
- * @desc:是否多选
35250
- * @author liufan
35251
- * @date 2022年9月13日
35259
+ /**
35260
+ * isMultiple
35261
+ * @desc:是否多选
35262
+ * @author liufan
35263
+ * @date 2022年9月13日
35252
35264
  **/
35253
35265
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35254
35266
  var multiple = false;
@@ -39612,11 +39624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39612
39624
  });
39613
39625
  },
39614
39626
 
39615
- /**
39616
- * saveInfo
39617
- * @desc:暂存
39618
- * @author liufan
39619
- * @date 2022年9月9日
39627
+ /**
39628
+ * saveInfo
39629
+ * @desc:暂存
39630
+ * @author liufan
39631
+ * @date 2022年9月9日
39620
39632
  **/
39621
39633
  saveInfo: function saveInfo(type, btn) {
39622
39634
  var _this6 = this;
@@ -39678,11 +39690,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39678
39690
  });
39679
39691
  },
39680
39692
 
39681
- /**
39682
- * rejectBtn
39683
- * @desc:点击驳回
39684
- * @author liufan
39685
- * @date 2022年5月25日
39693
+ /**
39694
+ * rejectBtn
39695
+ * @desc:点击驳回
39696
+ * @author liufan
39697
+ * @date 2022年5月25日
39686
39698
  **/
39687
39699
  rejectBtn: function rejectBtn() {
39688
39700
  var _this8 = this;
@@ -39700,11 +39712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39700
39712
  }
39701
39713
  },
39702
39714
 
39703
- /**
39704
- * taskReadBtn
39705
- * @desc:点击分阅
39706
- * @author liufan
39707
- * @date 2022年5月25日
39715
+ /**
39716
+ * taskReadBtn
39717
+ * @desc:点击分阅
39718
+ * @author liufan
39719
+ * @date 2022年5月25日
39708
39720
  **/
39709
39721
  taskReadBtn: function taskReadBtn() {
39710
39722
  var _this9 = this;
@@ -39723,11 +39735,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39723
39735
  }
39724
39736
  },
39725
39737
 
39726
- /**
39727
- * getFind
39728
- * @desc:获取通知方式
39729
- * @author liufan
39730
- * @date 2022年5月25日
39738
+ /**
39739
+ * getFind
39740
+ * @desc:获取通知方式
39741
+ * @author liufan
39742
+ * @date 2022年5月25日
39731
39743
  **/
39732
39744
  getFind: function getFind() {
39733
39745
  var _this10 = this;
@@ -39782,12 +39794,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39782
39794
  });
39783
39795
  },
39784
39796
 
39785
- /**
39786
- * endFlows
39787
- * @desc:直接办结
39788
- * @author liufan
39789
- * @param {Object} res 直接办结数据
39790
- * @date 2022年5月25日
39797
+ /**
39798
+ * endFlows
39799
+ * @desc:直接办结
39800
+ * @author liufan
39801
+ * @param {Object} res 直接办结数据
39802
+ * @date 2022年5月25日
39791
39803
  **/
39792
39804
  endFlows: function endFlows(res) {
39793
39805
  var _this12 = this;
@@ -39841,12 +39853,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39841
39853
  }).catch(function (e) {});
39842
39854
  },
39843
39855
 
39844
- /**
39845
- * goView
39846
- * @desc:更多流程按钮操作
39847
- * @author liufan
39848
- * @param {Object} res 当前点击操作按钮数据
39849
- * @date 2022年5月25日
39856
+ /**
39857
+ * goView
39858
+ * @desc:更多流程按钮操作
39859
+ * @author liufan
39860
+ * @param {Object} res 当前点击操作按钮数据
39861
+ * @date 2022年5月25日
39850
39862
  **/
39851
39863
  goView: function goView(res) {
39852
39864
  // 驳回并办结:rejectAndEndHtml
@@ -39931,11 +39943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39931
39943
  // isCanStartSubFlow
39932
39944
  },
39933
39945
 
39934
- /**
39935
- * toTakeAdvice
39936
- * @desc:征求意见
39937
- * @author liufan
39938
- * @date 2022年9月29日
39946
+ /**
39947
+ * toTakeAdvice
39948
+ * @desc:征求意见
39949
+ * @author liufan
39950
+ * @date 2022年9月29日
39939
39951
  **/
39940
39952
  toTakeAdvice: function toTakeAdvice(res) {
39941
39953
  var _this14 = this;
@@ -39979,11 +39991,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39979
39991
  });
39980
39992
  },
39981
39993
 
39982
- /**
39983
- * toStartDraf
39984
- * @desc: 稿件递送、联合审核、复核
39985
- * @author liufan
39986
- * @date 2022年9月29日
39994
+ /**
39995
+ * toStartDraf
39996
+ * @desc: 稿件递送、联合审核、复核
39997
+ * @author liufan
39998
+ * @date 2022年9月29日
39987
39999
  **/
39988
40000
  toStartDraf: function toStartDraf(res) {
39989
40001
  var _this16 = this;
@@ -39997,11 +40009,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39997
40009
  }
39998
40010
  },
39999
40011
 
40000
- /**
40001
- * toSendMsg
40002
- * @desc:核稿通知
40003
- * @author liufan
40004
- * @date 2022年9月29日
40012
+ /**
40013
+ * toSendMsg
40014
+ * @desc:核稿通知
40015
+ * @author liufan
40016
+ * @date 2022年9月29日
40005
40017
  **/
40006
40018
  toSendMsg: function toSendMsg(res) {
40007
40019
  var _this17 = this;
@@ -40015,11 +40027,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40015
40027
  }
40016
40028
  },
40017
40029
 
40018
- /**
40019
- * toTaskReadAndEnd
40020
- * @desc:分阅并办结
40021
- * @author liufan
40022
- * @date 2022年9月29日
40030
+ /**
40031
+ * toTaskReadAndEnd
40032
+ * @desc:分阅并办结
40033
+ * @author liufan
40034
+ * @date 2022年9月29日
40023
40035
  **/
40024
40036
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40025
40037
  var _this18 = this;
@@ -40037,11 +40049,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40037
40049
  }
40038
40050
  },
40039
40051
 
40040
- /**
40041
- * rejectAndEnd
40042
- * @desc:驳回并办结
40043
- * @author liufan
40044
- * @date 2022年9月29日
40052
+ /**
40053
+ * rejectAndEnd
40054
+ * @desc:驳回并办结
40055
+ * @author liufan
40056
+ * @date 2022年9月29日
40045
40057
  **/
40046
40058
  rejectAndEnd: function rejectAndEnd(res) {
40047
40059
  var _this19 = this;
@@ -40096,11 +40108,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40096
40108
  });
40097
40109
  },
40098
40110
 
40099
- /**
40100
- * toTransfer
40101
- * @desc:转办
40102
- * @author liufan
40103
- * @date 2022年9月29日
40111
+ /**
40112
+ * toTransfer
40113
+ * @desc:转办
40114
+ * @author liufan
40115
+ * @date 2022年9月29日
40104
40116
  **/
40105
40117
  toTransfer: function toTransfer(res) {
40106
40118
  var _this21 = this;
@@ -40116,11 +40128,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40116
40128
  }
40117
40129
  },
40118
40130
 
40119
- /**
40120
- * getNodeInfo
40121
- * @desc:获取节点信息
40122
- * @author liufan
40123
- * @date 2022年5月25日
40131
+ /**
40132
+ * getNodeInfo
40133
+ * @desc:获取节点信息
40134
+ * @author liufan
40135
+ * @date 2022年5月25日
40124
40136
  **/
40125
40137
  getNodeInfo: function getNodeInfo() {
40126
40138
  var _this22 = this;
@@ -40219,12 +40231,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40219
40231
  });
40220
40232
  },
40221
40233
 
40222
- /**
40223
- * selecNext
40224
- * @desc:下步节点变化时更新数据
40225
- * @author liufan
40226
- * @param {String} val 当前选中值
40227
- * @date 2022年5月25日
40234
+ /**
40235
+ * selecNext
40236
+ * @desc:下步节点变化时更新数据
40237
+ * @author liufan
40238
+ * @param {String} val 当前选中值
40239
+ * @date 2022年5月25日
40228
40240
  **/
40229
40241
  selecNext: function selecNext(val, type, isDef) {
40230
40242
  var _this23 = this;
@@ -40333,11 +40345,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40333
40345
  if (isDef !== true) this.getNodeInfo();
40334
40346
  },
40335
40347
 
40336
- /**
40337
- * isMultiple
40338
- * @desc:是否多选
40339
- * @author liufan
40340
- * @date 2022年9月13日
40348
+ /**
40349
+ * isMultiple
40350
+ * @desc:是否多选
40351
+ * @author liufan
40352
+ * @date 2022年9月13日
40341
40353
  **/
40342
40354
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40343
40355
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40369,11 +40381,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40369
40381
  }
40370
40382
  },
40371
40383
 
40372
- /**
40373
- * getHedInfo
40374
- * @desc:获取审核页面数据
40375
- * @author liufan
40376
- * @date 2022年5月25日
40384
+ /**
40385
+ * getHedInfo
40386
+ * @desc:获取审核页面数据
40387
+ * @author liufan
40388
+ * @date 2022年5月25日
40377
40389
  **/
40378
40390
  getHedInfo: function getHedInfo() {
40379
40391
  var _this24 = this;
@@ -40609,13 +40621,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40609
40621
  });
40610
40622
  },
40611
40623
 
40612
- /**
40613
- * closeProcess
40614
- * @desc:关闭弹窗
40615
- * @author liufan
40616
- * @param {boolean} val 当前是否办理流程
40617
- * @param {String} type 当前点击的弹窗类型
40618
- * @date 2022年5月25日
40624
+ /**
40625
+ * closeProcess
40626
+ * @desc:关闭弹窗
40627
+ * @author liufan
40628
+ * @param {boolean} val 当前是否办理流程
40629
+ * @param {String} type 当前点击的弹窗类型
40630
+ * @date 2022年5月25日
40619
40631
  **/
40620
40632
  closeProcess: function closeProcess(val, type, closeParent) {
40621
40633
  if (closeParent) {
@@ -40632,23 +40644,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40632
40644
  }
40633
40645
  },
40634
40646
 
40635
- /**
40636
- * selectChange
40637
- * @desc:常用语选择
40638
- * @author liufan
40639
- * @param {String} val 选中值
40640
- * @date 2022年5月25日
40647
+ /**
40648
+ * selectChange
40649
+ * @desc:常用语选择
40650
+ * @author liufan
40651
+ * @param {String} val 选中值
40652
+ * @date 2022年5月25日
40641
40653
  **/
40642
40654
  selectChange: function selectChange(val) {
40643
40655
  this.value = val;
40644
40656
  },
40645
40657
 
40646
- /**
40647
- * upDate
40648
- * @desc:修改常用语
40649
- * @author liufan
40650
- * @param {Object} val 修改值
40651
- * @date 2022年5月25日
40658
+ /**
40659
+ * upDate
40660
+ * @desc:修改常用语
40661
+ * @author liufan
40662
+ * @param {Object} val 修改值
40663
+ * @date 2022年5月25日
40652
40664
  **/
40653
40665
  upDate: function upDate(val) {
40654
40666
  this.FormData.id = val.id;
@@ -40656,11 +40668,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40656
40668
  },
40657
40669
 
40658
40670
 
40659
- /**
40660
- * getProcess
40661
- * @desc:获取选择流程
40662
- * @author liufan
40663
- * @date 2022年5月25日
40671
+ /**
40672
+ * getProcess
40673
+ * @desc:获取选择流程
40674
+ * @author liufan
40675
+ * @date 2022年5月25日
40664
40676
  **/
40665
40677
  getProcess: function getProcess() {
40666
40678
  var _this25 = this;
@@ -40714,11 +40726,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40714
40726
  });
40715
40727
  },
40716
40728
 
40717
- /**
40718
- * getPendedhistoryList
40719
- * @desc:获取流程列表
40720
- * @author liufan
40721
- * @date 2022年5月25日
40729
+ /**
40730
+ * getPendedhistoryList
40731
+ * @desc:获取流程列表
40732
+ * @author liufan
40733
+ * @date 2022年5月25日
40722
40734
  **/
40723
40735
  getPendedhistoryList: function getPendedhistoryList() {
40724
40736
  var _this26 = this;
@@ -40750,12 +40762,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40750
40762
  },
40751
40763
 
40752
40764
  // 提交流程
40753
- /**
40754
- * subProcess
40755
- * @desc:提交流程
40756
- * @author liufan
40757
- * @param {String} formName 当前form表单ref值
40758
- * @date 2022年5月25日
40765
+ /**
40766
+ * subProcess
40767
+ * @desc:提交流程
40768
+ * @author liufan
40769
+ * @param {String} formName 当前form表单ref值
40770
+ * @date 2022年5月25日
40759
40771
  **/
40760
40772
  subProcess: function subProcess(val) {
40761
40773
  var _this27 = this;
@@ -42175,6 +42187,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42175
42187
  //
42176
42188
  //
42177
42189
  //
42190
+ //
42178
42191
 
42179
42192
 
42180
42193
 
@@ -42419,6 +42432,30 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42419
42432
  this.isFlow && this.businessId && this.getProcess(val);
42420
42433
  },
42421
42434
 
42435
+ deep: true,
42436
+ immediate: true
42437
+ },
42438
+ defaultProcessKey: {
42439
+ handler: function handler(val) {
42440
+ if (this.nodeInfo.option) {
42441
+ this.nodeInfo.nextNode = this.nodeInfo.option.filter(function (item) {
42442
+ return item.processDefKey == val;
42443
+ });
42444
+ if (this.nodeInfo.nextNode.length) {
42445
+ this.nodeInfo.nextNode = this.nodeInfo.nextNode[0].processDefId;
42446
+ } else {
42447
+ if (this.nodeInfo.option.length != 0) {
42448
+ this.nodeInfo.nextNode = this.nodeInfo.option[0].processDefId;
42449
+ } else {
42450
+ this.nodeInfo.nextNode = '';
42451
+ }
42452
+ }
42453
+ if (this.nodeInfo.nextNode) {
42454
+ this.handleChange(this.nodeInfo.nextNode);
42455
+ }
42456
+ }
42457
+ },
42458
+
42422
42459
  deep: true,
42423
42460
  immediate: true
42424
42461
  }
@@ -42800,11 +42837,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42800
42837
  });
42801
42838
  },
42802
42839
 
42803
- /**
42804
- * saveInfo
42805
- * @desc:暂存
42806
- * @author liufan
42807
- * @date 2022年9月9日
42840
+ /**
42841
+ * saveInfo
42842
+ * @desc:暂存
42843
+ * @author liufan
42844
+ * @date 2022年9月9日
42808
42845
  **/
42809
42846
  saveInfo: function saveInfo(type, btn) {
42810
42847
  var _this8 = this;
@@ -42866,11 +42903,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42866
42903
  });
42867
42904
  },
42868
42905
 
42869
- /**
42870
- * rejectBtn
42871
- * @desc:点击驳回
42872
- * @author liufan
42873
- * @date 2022年5月25日
42906
+ /**
42907
+ * rejectBtn
42908
+ * @desc:点击驳回
42909
+ * @author liufan
42910
+ * @date 2022年5月25日
42874
42911
  **/
42875
42912
  rejectBtn: function rejectBtn() {
42876
42913
  var _this10 = this;
@@ -42888,11 +42925,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42888
42925
  }
42889
42926
  },
42890
42927
 
42891
- /**
42892
- * taskReadBtn
42893
- * @desc:点击分阅
42894
- * @author liufan
42895
- * @date 2022年5月25日
42928
+ /**
42929
+ * taskReadBtn
42930
+ * @desc:点击分阅
42931
+ * @author liufan
42932
+ * @date 2022年5月25日
42896
42933
  **/
42897
42934
  taskReadBtn: function taskReadBtn() {
42898
42935
  var _this11 = this;
@@ -42911,11 +42948,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42911
42948
  }
42912
42949
  },
42913
42950
 
42914
- /**
42915
- * getFind
42916
- * @desc:获取通知方式
42917
- * @author liufan
42918
- * @date 2022年5月25日
42951
+ /**
42952
+ * getFind
42953
+ * @desc:获取通知方式
42954
+ * @author liufan
42955
+ * @date 2022年5月25日
42919
42956
  **/
42920
42957
  getFind: function getFind() {
42921
42958
  var _this12 = this;
@@ -42980,12 +43017,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42980
43017
  });
42981
43018
  },
42982
43019
 
42983
- /**
42984
- * endFlows
42985
- * @desc:直接办结
42986
- * @author liufan
42987
- * @param {Object} res 直接办结数据
42988
- * @date 2022年5月25日
43020
+ /**
43021
+ * endFlows
43022
+ * @desc:直接办结
43023
+ * @author liufan
43024
+ * @param {Object} res 直接办结数据
43025
+ * @date 2022年5月25日
42989
43026
  **/
42990
43027
  endFlows: function endFlows(res) {
42991
43028
  var _this14 = this;
@@ -43039,12 +43076,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43039
43076
  }).catch(function (e) {});
43040
43077
  },
43041
43078
 
43042
- /**
43043
- * goView
43044
- * @desc:更多流程按钮操作
43045
- * @author liufan
43046
- * @param {Object} res 当前点击操作按钮数据
43047
- * @date 2022年5月25日
43079
+ /**
43080
+ * goView
43081
+ * @desc:更多流程按钮操作
43082
+ * @author liufan
43083
+ * @param {Object} res 当前点击操作按钮数据
43084
+ * @date 2022年5月25日
43048
43085
  **/
43049
43086
  goView: function goView(res) {
43050
43087
  // 驳回并办结:rejectAndEndHtml
@@ -43129,11 +43166,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43129
43166
  // isCanStartSubFlow
43130
43167
  },
43131
43168
 
43132
- /**
43133
- * toTakeAdvice
43134
- * @desc:征求意见
43135
- * @author liufan
43136
- * @date 2022年9月29日
43169
+ /**
43170
+ * toTakeAdvice
43171
+ * @desc:征求意见
43172
+ * @author liufan
43173
+ * @date 2022年9月29日
43137
43174
  **/
43138
43175
  toTakeAdvice: function toTakeAdvice(res) {
43139
43176
  var _this16 = this;
@@ -43177,11 +43214,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43177
43214
  });
43178
43215
  },
43179
43216
 
43180
- /**
43181
- * toStartDraf
43182
- * @desc: 稿件递送、联合审核、复核
43183
- * @author liufan
43184
- * @date 2022年9月29日
43217
+ /**
43218
+ * toStartDraf
43219
+ * @desc: 稿件递送、联合审核、复核
43220
+ * @author liufan
43221
+ * @date 2022年9月29日
43185
43222
  **/
43186
43223
  toStartDraf: function toStartDraf(res) {
43187
43224
  var _this18 = this;
@@ -43195,11 +43232,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43195
43232
  }
43196
43233
  },
43197
43234
 
43198
- /**
43199
- * toSendMsg
43200
- * @desc:核稿通知
43201
- * @author liufan
43202
- * @date 2022年9月29日
43235
+ /**
43236
+ * toSendMsg
43237
+ * @desc:核稿通知
43238
+ * @author liufan
43239
+ * @date 2022年9月29日
43203
43240
  **/
43204
43241
  toSendMsg: function toSendMsg(res) {
43205
43242
  var _this19 = this;
@@ -43213,11 +43250,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43213
43250
  }
43214
43251
  },
43215
43252
 
43216
- /**
43217
- * toTaskReadAndEnd
43218
- * @desc:分阅并办结
43219
- * @author liufan
43220
- * @date 2022年9月29日
43253
+ /**
43254
+ * toTaskReadAndEnd
43255
+ * @desc:分阅并办结
43256
+ * @author liufan
43257
+ * @date 2022年9月29日
43221
43258
  **/
43222
43259
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43223
43260
  var _this20 = this;
@@ -43235,11 +43272,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43235
43272
  }
43236
43273
  },
43237
43274
 
43238
- /**
43239
- * rejectAndEnd
43240
- * @desc:驳回并办结
43241
- * @author liufan
43242
- * @date 2022年9月29日
43275
+ /**
43276
+ * rejectAndEnd
43277
+ * @desc:驳回并办结
43278
+ * @author liufan
43279
+ * @date 2022年9月29日
43243
43280
  **/
43244
43281
  rejectAndEnd: function rejectAndEnd(res) {
43245
43282
  var _this21 = this;
@@ -43294,11 +43331,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43294
43331
  });
43295
43332
  },
43296
43333
 
43297
- /**
43298
- * toTransfer
43299
- * @desc:转办
43300
- * @author liufan
43301
- * @date 2022年9月29日
43334
+ /**
43335
+ * toTransfer
43336
+ * @desc:转办
43337
+ * @author liufan
43338
+ * @date 2022年9月29日
43302
43339
  **/
43303
43340
  toTransfer: function toTransfer(res) {
43304
43341
  var _this23 = this;
@@ -43314,11 +43351,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43314
43351
  }
43315
43352
  },
43316
43353
 
43317
- /**
43318
- * getNodeInfo
43319
- * @desc:获取节点信息
43320
- * @author liufan
43321
- * @date 2022年5月25日
43354
+ /**
43355
+ * getNodeInfo
43356
+ * @desc:获取节点信息
43357
+ * @author liufan
43358
+ * @date 2022年5月25日
43322
43359
  **/
43323
43360
  getNodeInfo: function getNodeInfo() {
43324
43361
  var _this24 = this;
@@ -43417,12 +43454,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43417
43454
  });
43418
43455
  },
43419
43456
 
43420
- /**
43421
- * selecNext
43422
- * @desc:下步节点变化时更新数据
43423
- * @author liufan
43424
- * @param {String} val 当前选中值
43425
- * @date 2022年5月25日
43457
+ /**
43458
+ * selecNext
43459
+ * @desc:下步节点变化时更新数据
43460
+ * @author liufan
43461
+ * @param {String} val 当前选中值
43462
+ * @date 2022年5月25日
43426
43463
  **/
43427
43464
  selecNext: function selecNext(val, type, isDef) {
43428
43465
  var _this25 = this;
@@ -43531,11 +43568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43531
43568
  if (isDef !== true) this.getNodeInfo();
43532
43569
  },
43533
43570
 
43534
- /**
43535
- * isMultiple
43536
- * @desc:是否多选
43537
- * @author liufan
43538
- * @date 2022年9月13日
43571
+ /**
43572
+ * isMultiple
43573
+ * @desc:是否多选
43574
+ * @author liufan
43575
+ * @date 2022年9月13日
43539
43576
  **/
43540
43577
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43541
43578
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43567,11 +43604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43567
43604
  }
43568
43605
  },
43569
43606
 
43570
- /**
43571
- * getHedInfo
43572
- * @desc:获取审核页面数据
43573
- * @author liufan
43574
- * @date 2022年5月25日
43607
+ /**
43608
+ * getHedInfo
43609
+ * @desc:获取审核页面数据
43610
+ * @author liufan
43611
+ * @date 2022年5月25日
43575
43612
  **/
43576
43613
  getHedInfo: function getHedInfo() {
43577
43614
  var _this26 = this;
@@ -43811,13 +43848,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43811
43848
  });
43812
43849
  },
43813
43850
 
43814
- /**
43815
- * closeProcess
43816
- * @desc:关闭弹窗
43817
- * @author liufan
43818
- * @param {boolean} val 当前是否办理流程
43819
- * @param {String} type 当前点击的弹窗类型
43820
- * @date 2022年5月25日
43851
+ /**
43852
+ * closeProcess
43853
+ * @desc:关闭弹窗
43854
+ * @author liufan
43855
+ * @param {boolean} val 当前是否办理流程
43856
+ * @param {String} type 当前点击的弹窗类型
43857
+ * @date 2022年5月25日
43821
43858
  **/
43822
43859
  closeProcess: function closeProcess(val, type, closeParent) {
43823
43860
  if (closeParent) {
@@ -43834,23 +43871,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43834
43871
  }
43835
43872
  },
43836
43873
 
43837
- /**
43838
- * selectChange
43839
- * @desc:常用语选择
43840
- * @author liufan
43841
- * @param {String} val 选中值
43842
- * @date 2022年5月25日
43874
+ /**
43875
+ * selectChange
43876
+ * @desc:常用语选择
43877
+ * @author liufan
43878
+ * @param {String} val 选中值
43879
+ * @date 2022年5月25日
43843
43880
  **/
43844
43881
  selectChange: function selectChange(val) {
43845
43882
  this.value = val;
43846
43883
  },
43847
43884
 
43848
- /**
43849
- * upDate
43850
- * @desc:修改常用语
43851
- * @author liufan
43852
- * @param {Object} val 修改值
43853
- * @date 2022年5月25日
43885
+ /**
43886
+ * upDate
43887
+ * @desc:修改常用语
43888
+ * @author liufan
43889
+ * @param {Object} val 修改值
43890
+ * @date 2022年5月25日
43854
43891
  **/
43855
43892
  upDate: function upDate(val) {
43856
43893
  this.FormData.id = val.id;
@@ -43858,11 +43895,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43858
43895
  },
43859
43896
 
43860
43897
 
43861
- /**
43862
- * getProcess
43863
- * @desc:获取选择流程
43864
- * @author liufan
43865
- * @date 2022年5月25日
43898
+ /**
43899
+ * getProcess
43900
+ * @desc:获取选择流程
43901
+ * @author liufan
43902
+ * @date 2022年5月25日
43866
43903
  **/
43867
43904
  getProcess: function getProcess(val) {
43868
43905
  var _this27 = this;
@@ -43914,11 +43951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43914
43951
  });
43915
43952
  },
43916
43953
 
43917
- /**
43918
- * getPendedhistoryList
43919
- * @desc:获取流程列表
43920
- * @author liufan
43921
- * @date 2022年5月25日
43954
+ /**
43955
+ * getPendedhistoryList
43956
+ * @desc:获取流程列表
43957
+ * @author liufan
43958
+ * @date 2022年5月25日
43922
43959
  **/
43923
43960
  getPendedhistoryList: function getPendedhistoryList() {
43924
43961
  var _this28 = this;
@@ -43985,12 +44022,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43985
44022
  },
43986
44023
 
43987
44024
  // 提交流程
43988
- /**
43989
- * subProcess
43990
- * @desc:提交流程
43991
- * @author liufan
43992
- * @param {String} formName 当前form表单ref值
43993
- * @date 2022年5月25日
44025
+ /**
44026
+ * subProcess
44027
+ * @desc:提交流程
44028
+ * @author liufan
44029
+ * @param {String} formName 当前form表单ref值
44030
+ * @date 2022年5月25日
43994
44031
  **/
43995
44032
  subProcess: function subProcess(val, type) {
43996
44033
  var _this30 = this;
@@ -44286,8 +44323,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44286
44323
 
44287
44324
  var flow_src_main_component = normalizeComponent(
44288
44325
  packages_flow_src_mainvue_type_script_lang_js_,
44289
- mainvue_type_template_id_74ef8ad5_render,
44290
- mainvue_type_template_id_74ef8ad5_staticRenderFns,
44326
+ mainvue_type_template_id_06ef5eca_render,
44327
+ mainvue_type_template_id_06ef5eca_staticRenderFns,
44291
44328
  false,
44292
44329
  null,
44293
44330
  null,
@@ -47362,12 +47399,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47362
47399
  }
47363
47400
  },
47364
47401
 
47365
- /**
47366
- * handleFormSubmit
47367
- * @desc:删除节点点击事件
47368
- * @param {Object} formData 点击删除的form数据
47369
- * @author liufan
47370
- * @date 2022年11月29日
47402
+ /**
47403
+ * handleFormSubmit
47404
+ * @desc:删除节点点击事件
47405
+ * @param {Object} formData 点击删除的form数据
47406
+ * @author liufan
47407
+ * @date 2022年11月29日
47371
47408
  **/
47372
47409
  handleFormSubmit: function handleFormSubmit(formData) {
47373
47410
  var _this7 = this;
@@ -47398,48 +47435,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47398
47435
  });
47399
47436
  },
47400
47437
 
47401
- /**
47402
- * del
47403
- * @desc:展示删除弹窗
47404
- * @param {String} id 当前点击数据id
47405
- * @author liufan
47406
- * @date 2022年11月29日
47438
+ /**
47439
+ * del
47440
+ * @desc:展示删除弹窗
47441
+ * @param {String} id 当前点击数据id
47442
+ * @author liufan
47443
+ * @date 2022年11月29日
47407
47444
  **/
47408
47445
  del: function del(id) {
47409
47446
  this.historyId = id;
47410
47447
  this.showDel = true;
47411
47448
  },
47412
47449
 
47413
- /**
47414
- * handleCurrentChange
47415
- * @desc:监听页码变化
47416
- * @param {String} val 当前页
47417
- * @author liufan
47418
- * @date 2022年11月29日
47450
+ /**
47451
+ * handleCurrentChange
47452
+ * @desc:监听页码变化
47453
+ * @param {String} val 当前页
47454
+ * @author liufan
47455
+ * @date 2022年11月29日
47419
47456
  **/
47420
47457
  handleCurrentChange: function handleCurrentChange(val) {
47421
47458
  this.currentPage = val;
47422
47459
  this.getPressList();
47423
47460
  },
47424
47461
 
47425
- /**
47426
- * handleSizeChange
47427
- * @desc:监听每页数据显示数量变化
47428
- * @param {String} val 每页展示数量
47429
- * @author liufan
47430
- * @date 2022年11月29日
47462
+ /**
47463
+ * handleSizeChange
47464
+ * @desc:监听每页数据显示数量变化
47465
+ * @param {String} val 每页展示数量
47466
+ * @author liufan
47467
+ * @date 2022年11月29日
47431
47468
  **/
47432
47469
  handleSizeChange: function handleSizeChange(val) {
47433
47470
  this.pageSize = val;
47434
47471
  this.getPressList();
47435
47472
  },
47436
47473
 
47437
- /**
47438
- * sortChange
47439
- * @desc:监听排序变化
47440
- * @param {Object} info 需要排序的字段及排序方式
47441
- * @author liufan
47442
- * @date 2022年11月29日
47474
+ /**
47475
+ * sortChange
47476
+ * @desc:监听排序变化
47477
+ * @param {Object} info 需要排序的字段及排序方式
47478
+ * @author liufan
47479
+ * @date 2022年11月29日
47443
47480
  **/
47444
47481
  sortChange: function sortChange(info) {
47445
47482
  var prop = info.prop,
@@ -47450,11 +47487,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47450
47487
  this.getPressList();
47451
47488
  },
47452
47489
 
47453
- /**
47454
- * getPressList
47455
- * @desc:催办列表数据
47456
- * @author liufan
47457
- * @date 2022年11月29日
47490
+ /**
47491
+ * getPressList
47492
+ * @desc:催办列表数据
47493
+ * @author liufan
47494
+ * @date 2022年11月29日
47458
47495
  **/
47459
47496
  getPressList: function getPressList() {
47460
47497
  var _this8 = this;
@@ -47484,12 +47521,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47484
47521
  });
47485
47522
  },
47486
47523
 
47487
- /**
47488
- * goPress
47489
- * @desc:催办列表查看
47490
- * @param {String} id 催办列表id
47491
- * @author liufan
47492
- * @date 2022年11月29日
47524
+ /**
47525
+ * goPress
47526
+ * @desc:催办列表查看
47527
+ * @param {String} id 催办列表id
47528
+ * @author liufan
47529
+ * @date 2022年11月29日
47493
47530
  **/
47494
47531
  goPress: function goPress(id) {
47495
47532
  this.historyId = id;
@@ -47497,23 +47534,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47497
47534
  this.getPressList();
47498
47535
  },
47499
47536
 
47500
- /**
47501
- * showFile
47502
- * @desc:附件查看
47503
- * @param {String} ownId 附件id
47504
- * @author liufan
47505
- * @date 2022年11月29日
47537
+ /**
47538
+ * showFile
47539
+ * @desc:附件查看
47540
+ * @param {String} ownId 附件id
47541
+ * @author liufan
47542
+ * @date 2022年11月29日
47506
47543
  **/
47507
47544
  showFile: function showFile(ownId) {
47508
47545
  this.wfpendingid = ownId;
47509
47546
  this.showFileList = true;
47510
47547
  },
47511
47548
 
47512
- /**
47513
- * handleChange
47514
- * @desc:切换排序方式
47515
- * @author liufan
47516
- * @date 2022年11月22日
47549
+ /**
47550
+ * handleChange
47551
+ * @desc:切换排序方式
47552
+ * @author liufan
47553
+ * @date 2022年11月22日
47517
47554
  **/
47518
47555
  handleChange: function handleChange(key, value) {
47519
47556
  if (value) {
@@ -47524,11 +47561,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47524
47561
  this.getFlowList();
47525
47562
  },
47526
47563
 
47527
- /**
47528
- * getFlowList
47529
- * @desc:获取流程列表
47530
- * @author liufan
47531
- * @date 2022年11月22日
47564
+ /**
47565
+ * getFlowList
47566
+ * @desc:获取流程列表
47567
+ * @author liufan
47568
+ * @date 2022年11月22日
47532
47569
  **/
47533
47570
  getFlowList: function getFlowList() {
47534
47571
  var _this9 = this;
@@ -47582,12 +47619,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47582
47619
  });
47583
47620
  },
47584
47621
 
47585
- /**
47586
- * handleClick
47587
- * @desc:表单点击事件
47588
- * @param {Object} val 当前点击行数据及按钮
47589
- * @author liufan
47590
- * @date 2022年11月10日
47622
+ /**
47623
+ * handleClick
47624
+ * @desc:表单点击事件
47625
+ * @param {Object} val 当前点击行数据及按钮
47626
+ * @author liufan
47627
+ * @date 2022年11月10日
47591
47628
  **/
47592
47629
  handleClick: function handleClick(val) {
47593
47630
  var _this10 = this;
@@ -47633,13 +47670,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47633
47670
  }
47634
47671
  },
47635
47672
 
47636
- /**
47637
- * getCodeValue
47638
- * @desc:获取代码表过滤后的值
47639
- * @param {String} value 展示数据的代码值
47640
- * @param {String} type 代码表类型
47641
- * @author liufan
47642
- * @date 2022年11月10日
47673
+ /**
47674
+ * getCodeValue
47675
+ * @desc:获取代码表过滤后的值
47676
+ * @param {String} value 展示数据的代码值
47677
+ * @param {String} type 代码表类型
47678
+ * @author liufan
47679
+ * @date 2022年11月10日
47643
47680
  **/
47644
47681
  getCodeValue: function getCodeValue(value, type) {
47645
47682
  var val = this[type].filter(function (item) {
@@ -47648,12 +47685,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47648
47685
  return val[0].shortName;
47649
47686
  },
47650
47687
 
47651
- /**
47652
- * getSysInfo
47653
- * @desc:获取代码表
47654
- * @param {String} code 编码code值
47655
- * @author liufan
47656
- * @date 2022年11月10日
47688
+ /**
47689
+ * getSysInfo
47690
+ * @desc:获取代码表
47691
+ * @param {String} code 编码code值
47692
+ * @author liufan
47693
+ * @date 2022年11月10日
47657
47694
  **/
47658
47695
  getSysInfo: function getSysInfo(code) {
47659
47696
  var _this11 = this;
@@ -47675,11 +47712,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47675
47712
  }).catch(function (e) {});
47676
47713
  },
47677
47714
 
47678
- /**
47679
- * getListInfo
47680
- * @desc:获取预设列表数据
47681
- * @author liufan
47682
- * @date 2022年11月10日
47715
+ /**
47716
+ * getListInfo
47717
+ * @desc:获取预设列表数据
47718
+ * @author liufan
47719
+ * @date 2022年11月10日
47683
47720
  **/
47684
47721
  getListInfo: function getListInfo() {
47685
47722
  var _this12 = this;
@@ -56655,10 +56692,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
56655
56692
  this.$emit('click', res);
56656
56693
  },
56657
56694
 
56658
- /**
56659
- * @desc:获取气泡提醒
56660
- * @author huangbo
56661
- * @date 2024年9月7日
56695
+ /**
56696
+ * @desc:获取气泡提醒
56697
+ * @author huangbo
56698
+ * @date 2024年9月7日
56662
56699
  **/
56663
56700
  getBadge: function getBadge(res) {
56664
56701
  var num = res.tips || 0;
@@ -60676,10 +60713,10 @@ var events = [function (tabs, index, that) {
60676
60713
  },
60677
60714
 
60678
60715
  methods: {
60679
- /**
60680
- * @desc:匹配路由
60681
- * @author huangbo
60682
- * @date 2024年9月7日
60716
+ /**
60717
+ * @desc:匹配路由
60718
+ * @author huangbo
60719
+ * @date 2024年9月7日
60683
60720
  **/
60684
60721
  hasRouter: function hasRouter(res, url, code) {
60685
60722
  if (!url) {
@@ -60723,10 +60760,10 @@ var events = [function (tabs, index, that) {
60723
60760
  return false;
60724
60761
  },
60725
60762
 
60726
- /**
60727
- * @desc:获取初始数据
60728
- * @author huangbo
60729
- * @date 2024年9月7日
60763
+ /**
60764
+ * @desc:获取初始数据
60765
+ * @author huangbo
60766
+ * @date 2024年9月7日
60730
60767
  **/
60731
60768
  init: function init(results, first) {
60732
60769
  this.setConfig(results);
@@ -60735,10 +60772,10 @@ var events = [function (tabs, index, that) {
60735
60772
  }
60736
60773
  },
60737
60774
 
60738
- /**
60739
- * @desc:设置用户配置及信息
60740
- * @author huangbo
60741
- * @date 2024年9月7日
60775
+ /**
60776
+ * @desc:设置用户配置及信息
60777
+ * @author huangbo
60778
+ * @date 2024年9月7日
60742
60779
  **/
60743
60780
  setConfig: function setConfig(results) {
60744
60781
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -60868,10 +60905,10 @@ var events = [function (tabs, index, that) {
60868
60905
  }
60869
60906
  },
60870
60907
 
60871
- /**
60872
- * @desc:获取所有应用
60873
- * @author huangbo
60874
- * @date 2024年9月7日
60908
+ /**
60909
+ * @desc:获取所有应用
60910
+ * @author huangbo
60911
+ * @date 2024年9月7日
60875
60912
  **/
60876
60913
  getApplications: function getApplications() {
60877
60914
  var _this = this;
@@ -60919,10 +60956,10 @@ var events = [function (tabs, index, that) {
60919
60956
  });
60920
60957
  },
60921
60958
 
60922
- /**
60923
- * @desc:获取菜单列表
60924
- * @author huangbo
60925
- * @date 2024年9月7日
60959
+ /**
60960
+ * @desc:获取菜单列表
60961
+ * @author huangbo
60962
+ * @date 2024年9月7日
60926
60963
  **/
60927
60964
  getMenus: function getMenus(loading) {
60928
60965
  var _this2 = this;
@@ -60955,10 +60992,10 @@ var events = [function (tabs, index, that) {
60955
60992
  });
60956
60993
  },
60957
60994
 
60958
- /**
60959
- * @desc:处理菜单列表
60960
- * @author huangbo
60961
- * @date 2024年9月7日
60995
+ /**
60996
+ * @desc:处理菜单列表
60997
+ * @author huangbo
60998
+ * @date 2024年9月7日
60962
60999
  **/
60963
61000
  renderMenus: function renderMenus(res) {
60964
61001
  this.menus = res;
@@ -61048,10 +61085,10 @@ var events = [function (tabs, index, that) {
61048
61085
  }
61049
61086
  },
61050
61087
 
61051
- /**
61052
- * @desc:设置页面加载类型
61053
- * @author huangbo
61054
- * @date 2024年9月7日
61088
+ /**
61089
+ * @desc:设置页面加载类型
61090
+ * @author huangbo
61091
+ * @date 2024年9月7日
61055
61092
  **/
61056
61093
  setIframeType: function setIframeType(res) {
61057
61094
  var url = res.url;
@@ -61107,10 +61144,10 @@ var events = [function (tabs, index, that) {
61107
61144
  return res;
61108
61145
  },
61109
61146
 
61110
- /**
61111
- * @desc:获取菜单
61112
- * @author huangbo
61113
- * @date 2024年9月7日
61147
+ /**
61148
+ * @desc:获取菜单
61149
+ * @author huangbo
61150
+ * @date 2024年9月7日
61114
61151
  **/
61115
61152
  getMenu: function getMenu(menus, res, key) {
61116
61153
  if (Array.isArray(menus)) {
@@ -61139,10 +61176,10 @@ var events = [function (tabs, index, that) {
61139
61176
  return false;
61140
61177
  },
61141
61178
 
61142
- /**
61143
- * @desc:获取菜单第一条数据
61144
- * @author huangbo
61145
- * @date 2024年9月7日
61179
+ /**
61180
+ * @desc:获取菜单第一条数据
61181
+ * @author huangbo
61182
+ * @date 2024年9月7日
61146
61183
  **/
61147
61184
  getFirst: function getFirst(obj) {
61148
61185
  if (!obj) {
@@ -61161,10 +61198,10 @@ var events = [function (tabs, index, that) {
61161
61198
  }
61162
61199
  },
61163
61200
 
61164
- /**
61165
- * @desc:遍历设置菜单气泡提醒
61166
- * @author huangbo
61167
- * @date 2024年9月7日
61201
+ /**
61202
+ * @desc:遍历设置菜单气泡提醒
61203
+ * @author huangbo
61204
+ * @date 2024年9月7日
61168
61205
  **/
61169
61206
  setTips: function setTips(obj) {
61170
61207
  var _this3 = this;
@@ -61227,10 +61264,10 @@ var events = [function (tabs, index, that) {
61227
61264
  }
61228
61265
  },
61229
61266
 
61230
- /**
61231
- * @desc:获取气泡提醒
61232
- * @author huangbo
61233
- * @date 2024年9月7日
61267
+ /**
61268
+ * @desc:获取气泡提醒
61269
+ * @author huangbo
61270
+ * @date 2024年9月7日
61234
61271
  **/
61235
61272
  getBadge: function getBadge(res) {
61236
61273
  var num = res.tips || 0;
@@ -61244,10 +61281,10 @@ var events = [function (tabs, index, that) {
61244
61281
  };
61245
61282
  },
61246
61283
 
61247
- /**
61248
- * @desc:开启weosocket
61249
- * @author huangbo
61250
- * @date 2024年9月7日
61284
+ /**
61285
+ * @desc:开启weosocket
61286
+ * @author huangbo
61287
+ * @date 2024年9月7日
61251
61288
  **/
61252
61289
  initWebSocket: function initWebSocket() {
61253
61290
  var _this5 = this;
@@ -61295,10 +61332,10 @@ var events = [function (tabs, index, that) {
61295
61332
  });
61296
61333
  },
61297
61334
 
61298
- /**
61299
- * @desc:显示用户信息
61300
- * @author huangbo
61301
- * @date 2024年9月7日
61335
+ /**
61336
+ * @desc:显示用户信息
61337
+ * @author huangbo
61338
+ * @date 2024年9月7日
61302
61339
  **/
61303
61340
  showUserInfo: function showUserInfo() {
61304
61341
  if (this.showUser === false) {
@@ -61306,19 +61343,19 @@ var events = [function (tabs, index, that) {
61306
61343
  }
61307
61344
  },
61308
61345
 
61309
- /**
61310
- * @desc:删除更多应用菜单点击
61311
- * @author huangbo
61312
- * @date 2024年9月7日
61346
+ /**
61347
+ * @desc:删除更多应用菜单点击
61348
+ * @author huangbo
61349
+ * @date 2024年9月7日
61313
61350
  **/
61314
61351
  handleDelete: function handleDelete(index) {
61315
61352
  this.newApps.splice(index, 1);
61316
61353
  },
61317
61354
 
61318
- /**
61319
- * @desc:储存更多应用菜单点击
61320
- * @author huangbo
61321
- * @date 2024年9月7日
61355
+ /**
61356
+ * @desc:储存更多应用菜单点击
61357
+ * @author huangbo
61358
+ * @date 2024年9月7日
61322
61359
  **/
61323
61360
  handlerClickApps: function handlerClickApps(res) {
61324
61361
  if (res.permission === false) {
@@ -61331,10 +61368,10 @@ var events = [function (tabs, index, that) {
61331
61368
  this.handlerClickApp(res);
61332
61369
  },
61333
61370
 
61334
- /**
61335
- * @desc:侧边应用菜单点击
61336
- * @author huangbo
61337
- * @date 2024年9月7日
61371
+ /**
61372
+ * @desc:侧边应用菜单点击
61373
+ * @author huangbo
61374
+ * @date 2024年9月7日
61338
61375
  **/
61339
61376
  handlerClickApp: function handlerClickApp(res) {
61340
61377
  this.showMsg = false;
@@ -61421,10 +61458,10 @@ var events = [function (tabs, index, that) {
61421
61458
  }
61422
61459
  },
61423
61460
 
61424
- /**
61425
- * @desc:显示Drawer界面
61426
- * @author huangbo
61427
- * @date 2024年9月7日
61461
+ /**
61462
+ * @desc:显示Drawer界面
61463
+ * @author huangbo
61464
+ * @date 2024年9月7日
61428
61465
  **/
61429
61466
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61430
61467
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61444,19 +61481,19 @@ var events = [function (tabs, index, that) {
61444
61481
  }
61445
61482
  },
61446
61483
 
61447
- /**
61448
- * @desc:关闭Drawer界面
61449
- * @author huangbo
61450
- * @date 2024年9月7日
61484
+ /**
61485
+ * @desc:关闭Drawer界面
61486
+ * @author huangbo
61487
+ * @date 2024年9月7日
61451
61488
  **/
61452
61489
  handleCloseDrawer: function handleCloseDrawer() {
61453
61490
  this.drawer = { visible: false };
61454
61491
  },
61455
61492
 
61456
- /**
61457
- * @desc:菜单点击
61458
- * @author huangbo
61459
- * @date 2024年9月7日
61493
+ /**
61494
+ * @desc:菜单点击
61495
+ * @author huangbo
61496
+ * @date 2024年9月7日
61460
61497
  **/
61461
61498
  handlerClickMenu: function handlerClickMenu(res) {
61462
61499
  utils_util["a" /* default */].ajax({
@@ -61495,19 +61532,19 @@ var events = [function (tabs, index, that) {
61495
61532
  },
61496
61533
 
61497
61534
 
61498
- /**
61499
- * @desc:用户详情请求成功
61500
- * @author huangbo
61501
- * @date 2024年9月7日
61535
+ /**
61536
+ * @desc:用户详情请求成功
61537
+ * @author huangbo
61538
+ * @date 2024年9月7日
61502
61539
  **/
61503
61540
  handleSuccess: function handleSuccess(res) {
61504
61541
  this.simpleUserInfo = res.simpleUserInfo;
61505
61542
  },
61506
61543
 
61507
- /**
61508
- * @desc:修改用户配置
61509
- * @author huangbo
61510
- * @date 2024年9月7日
61544
+ /**
61545
+ * @desc:修改用户配置
61546
+ * @author huangbo
61547
+ * @date 2024年9月7日
61511
61548
  **/
61512
61549
  handleChangeConfig: function handleChangeConfig(name, res) {
61513
61550
  if (name == 'userHeadUrl') {
@@ -61523,10 +61560,10 @@ var events = [function (tabs, index, that) {
61523
61560
  }
61524
61561
  },
61525
61562
 
61526
- /**
61527
- * @desc:关闭webSocket
61528
- * @author huangbo
61529
- * @date 2024年9月7日
61563
+ /**
61564
+ * @desc:关闭webSocket
61565
+ * @author huangbo
61566
+ * @date 2024年9月7日
61530
61567
  **/
61531
61568
  handlerClose: function handlerClose() {
61532
61569
  if (this.webSocket) {
@@ -61534,10 +61571,10 @@ var events = [function (tabs, index, that) {
61534
61571
  }
61535
61572
  },
61536
61573
 
61537
- /**
61538
- * @desc:刷新选中iframe页签
61539
- * @author huangbo
61540
- * @date 2024年9月7日
61574
+ /**
61575
+ * @desc:刷新选中iframe页签
61576
+ * @author huangbo
61577
+ * @date 2024年9月7日
61541
61578
  **/
61542
61579
  handleRefresh: function handleRefresh() {
61543
61580
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -61558,10 +61595,10 @@ var events = [function (tabs, index, that) {
61558
61595
  }
61559
61596
  },
61560
61597
 
61561
- /**
61562
- * @desc:删除iframe
61563
- * @author huangbo
61564
- * @date 2024年9月7日
61598
+ /**
61599
+ * @desc:删除iframe
61600
+ * @author huangbo
61601
+ * @date 2024年9月7日
61565
61602
  **/
61566
61603
  handleRemove: function handleRemove(name) {
61567
61604
  var len = this.tabs.length - 1;
@@ -61578,10 +61615,10 @@ var events = [function (tabs, index, that) {
61578
61615
  }
61579
61616
  },
61580
61617
 
61581
- /**
61582
- * @desc:tabs鼠标右键事件
61583
- * @author huangbo
61584
- * @date 2024年9月7日
61618
+ /**
61619
+ * @desc:tabs鼠标右键事件
61620
+ * @author huangbo
61621
+ * @date 2024年9月7日
61585
61622
  **/
61586
61623
  handleContextmenu: function handleContextmenu(tabs, e) {
61587
61624
  var disabled = {};
@@ -61606,10 +61643,10 @@ var events = [function (tabs, index, that) {
61606
61643
  window.addEventListener('click', this.closeTabsEvents);
61607
61644
  },
61608
61645
 
61609
- /**
61610
- * @desc:tabs页签事件
61611
- * @author huangbo
61612
- * @date 2024年9月7日
61646
+ /**
61647
+ * @desc:tabs页签事件
61648
+ * @author huangbo
61649
+ * @date 2024年9月7日
61613
61650
  **/
61614
61651
  handleTabsEvents: function handleTabsEvents(num) {
61615
61652
  if (this.pane !== null) {
@@ -61627,10 +61664,10 @@ var events = [function (tabs, index, that) {
61627
61664
  window.removeEventListener('click', this.closeTabsEvents);
61628
61665
  },
61629
61666
 
61630
- /**
61631
- * @desc:handler工具栏点击事件
61632
- * @author huangbo
61633
- * @date 2024年9月7日
61667
+ /**
61668
+ * @desc:handler工具栏点击事件
61669
+ * @author huangbo
61670
+ * @date 2024年9月7日
61634
61671
  **/
61635
61672
  handleClick: function handleClick(res) {
61636
61673
  var type = res.type,
@@ -61708,10 +61745,10 @@ var events = [function (tabs, index, that) {
61708
61745
  this.$emit('handler-click', res);
61709
61746
  },
61710
61747
 
61711
- /**
61712
- * @desc:退出登录
61713
- * @author huangbo
61714
- * @date 2024年9月7日
61748
+ /**
61749
+ * @desc:退出登录
61750
+ * @author huangbo
61751
+ * @date 2024年9月7日
61715
61752
  **/
61716
61753
  handleQuit: function handleQuit() {
61717
61754
  var _this6 = this;
@@ -61786,10 +61823,10 @@ var events = [function (tabs, index, that) {
61786
61823
  }).catch(function (e) {});
61787
61824
  },
61788
61825
 
61789
- /**
61790
- * @desc:主题、消息回调
61791
- * @author huangbo
61792
- * @date 2024年9月7日
61826
+ /**
61827
+ * @desc:主题、消息回调
61828
+ * @author huangbo
61829
+ * @date 2024年9月7日
61793
61830
  **/
61794
61831
  handleChange: function handleChange(res) {
61795
61832
  var type = res.type,
@@ -61805,10 +61842,10 @@ var events = [function (tabs, index, that) {
61805
61842
  }
61806
61843
  },
61807
61844
 
61808
- /**
61809
- * @desc:菜单布局样式切换
61810
- * @author huangbo
61811
- * @date 2024年9月7日
61845
+ /**
61846
+ * @desc:菜单布局样式切换
61847
+ * @author huangbo
61848
+ * @date 2024年9月7日
61812
61849
  **/
61813
61850
  handleLayout: function handleLayout(res, active) {
61814
61851
  if (active) {
@@ -61817,10 +61854,10 @@ var events = [function (tabs, index, that) {
61817
61854
  this.$emit('chang-layout', res, active);
61818
61855
  },
61819
61856
 
61820
- /**
61821
- * @desc:消息修改总数
61822
- * @author huangbo
61823
- * @date 2024年9月7日
61857
+ /**
61858
+ * @desc:消息修改总数
61859
+ * @author huangbo
61860
+ * @date 2024年9月7日
61824
61861
  **/
61825
61862
  handleMenuTips: function handleMenuTips(id, num) {
61826
61863
  if (num) {
@@ -61831,10 +61868,10 @@ var events = [function (tabs, index, that) {
61831
61868
  }
61832
61869
  },
61833
61870
 
61834
- /**
61835
- * @desc:处理即时消息
61836
- * @author huangbo
61837
- * @date 2024年9月7日
61871
+ /**
61872
+ * @desc:处理即时消息
61873
+ * @author huangbo
61874
+ * @date 2024年9月7日
61838
61875
  **/
61839
61876
  handleOpened: function handleOpened(res) {
61840
61877
  var _this7 = this;
@@ -68923,19 +68960,19 @@ var QRCode = __webpack_require__(23);
68923
68960
  //设置logo大小
68924
68961
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
68925
68962
  //设置获取的logo将其变为圆角以及添加白色背景
68926
- /* ctx.fillStyle = "#fff";
68927
- ctx.beginPath();
68928
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
68929
- let w = 46; //圆角宽
68930
- let x = logoPosition - 5;
68931
- let y = logoPosition - 5;
68932
- let r = 5; //圆角半径
68933
- ctx.moveTo(x + r, y);
68934
- ctx.arcTo(x + w, y, x + w, y + h, r);
68935
- ctx.arcTo(x + w, y + h, x, y + h, r);
68936
- ctx.arcTo(x, y + h, x, y, r);
68937
- ctx.arcTo(x, y, x + w, y, r);
68938
- ctx.closePath();
68963
+ /* ctx.fillStyle = "#fff";
68964
+ ctx.beginPath();
68965
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
68966
+ let w = 46; //圆角宽
68967
+ let x = logoPosition - 5;
68968
+ let y = logoPosition - 5;
68969
+ let r = 5; //圆角半径
68970
+ ctx.moveTo(x + r, y);
68971
+ ctx.arcTo(x + w, y, x + w, y + h, r);
68972
+ ctx.arcTo(x + w, y + h, x, y + h, r);
68973
+ ctx.arcTo(x, y + h, x, y, r);
68974
+ ctx.arcTo(x, y, x + w, y, r);
68975
+ ctx.closePath();
68939
68976
  ctx.fill(); */
68940
68977
  logo.onload = function () {
68941
68978
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -86820,7 +86857,7 @@ if (typeof window !== 'undefined' && window.Vue) {
86820
86857
  }
86821
86858
 
86822
86859
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
86823
- version: '0.6.49',
86860
+ version: '0.6.51',
86824
86861
  install: install,
86825
86862
  Button: packages_button,
86826
86863
  ButtonGroup: button_group,