eoss-ui 0.6.60 → 0.6.61

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 (226) hide show
  1. package/lib/eoss-ui.common.js +601 -569
  2. package/lib/flow-list.js +81 -81
  3. package/lib/flow.js +369 -337
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +132 -132
  6. package/lib/qr-code.js +13 -13
  7. package/package.json +159 -159
  8. package/packages/button/index.js +5 -5
  9. package/packages/button/src/main.vue +418 -418
  10. package/packages/button-group/index.js +5 -5
  11. package/packages/button-group/src/main.vue +298 -298
  12. package/packages/calendar/index.js +5 -5
  13. package/packages/card/index.js +5 -5
  14. package/packages/card/src/main.vue +156 -156
  15. package/packages/cascader/index.js +5 -5
  16. package/packages/cascader/src/main.vue +168 -168
  17. package/packages/checkbox-group/index.js +5 -5
  18. package/packages/checkbox-group/src/main.vue +333 -333
  19. package/packages/clients/index.js +5 -5
  20. package/packages/clients/src/main.vue +151 -151
  21. package/packages/data-table/index.js +5 -5
  22. package/packages/data-table/src/children.vue +39 -39
  23. package/packages/data-table/src/column.vue +989 -989
  24. package/packages/data-table/src/main.vue +1822 -1822
  25. package/packages/data-table/src/sizer.vue +195 -195
  26. package/packages/data-table-form/index.js +5 -5
  27. package/packages/data-table-form/src/checkbox.vue +101 -101
  28. package/packages/data-table-form/src/colgroup.vue +17 -17
  29. package/packages/data-table-form/src/main.vue +181 -181
  30. package/packages/data-table-form/src/radio.vue +65 -65
  31. package/packages/data-table-form/src/table.vue +233 -233
  32. package/packages/data-table-form/src/tbody.vue +336 -336
  33. package/packages/data-table-form/src/thead.vue +68 -68
  34. package/packages/date-picker/index.js +5 -5
  35. package/packages/date-picker/src/main.vue +236 -236
  36. package/packages/dialog/index.js +5 -5
  37. package/packages/enable-drag/index.js +5 -5
  38. package/packages/enterprise/index.js +5 -5
  39. package/packages/enterprise/src/main.vue +66 -66
  40. package/packages/error-page/index.js +5 -5
  41. package/packages/error-page/src/main.vue +44 -44
  42. package/packages/flow/index.js +5 -5
  43. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  44. package/packages/flow/src/component/CustomPreset.vue +322 -322
  45. package/packages/flow/src/component/FileList.vue +99 -99
  46. package/packages/flow/src/component/Preset.vue +255 -255
  47. package/packages/flow/src/component/SendMsg.vue +229 -229
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/component/taskUnionExamine.vue +617 -611
  50. package/packages/flow/src/form.vue +121 -121
  51. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  52. package/packages/flow/src/main.vue +3186 -3175
  53. package/packages/flow/src/processForm.vue +1087 -1087
  54. package/packages/flow/src/processReject.vue +293 -293
  55. package/packages/flow/src/reset.vue +900 -900
  56. package/packages/flow/src/startTaskRead.vue +658 -646
  57. package/packages/flow/src/supervise.vue +144 -144
  58. package/packages/flow/src/table.vue +58 -58
  59. package/packages/flow-group/index.js +5 -5
  60. package/packages/flow-group/src/main.vue +688 -688
  61. package/packages/flow-list/index.js +5 -5
  62. package/packages/flow-list/src/main.vue +1691 -1691
  63. package/packages/form/index.js +5 -5
  64. package/packages/form/src/main.vue +3583 -3583
  65. package/packages/form/src/table.vue +1426 -1426
  66. package/packages/handle-user/index.js +5 -5
  67. package/packages/handle-user/src/main.vue +138 -138
  68. package/packages/handler/index.js +5 -5
  69. package/packages/handler/src/main.vue +493 -493
  70. package/packages/icon/index.js +5 -5
  71. package/packages/icon/src/main.vue +101 -101
  72. package/packages/icons/index.js +5 -5
  73. package/packages/icons/src/main.vue +81 -81
  74. package/packages/input/index.js +5 -5
  75. package/packages/input/src/main.vue +356 -356
  76. package/packages/input-number/index.js +5 -5
  77. package/packages/input-number/src/main.vue +106 -106
  78. package/packages/label/index.js +5 -5
  79. package/packages/label/src/main.vue +457 -457
  80. package/packages/layout/index.js +5 -5
  81. package/packages/layout/src/item.vue +152 -152
  82. package/packages/layout/src/main.vue +31 -31
  83. package/packages/login/index.js +5 -5
  84. package/packages/login/src/main.vue +1942 -1942
  85. package/packages/login/src/resetPassword.vue +562 -562
  86. package/packages/main/index.js +5 -5
  87. package/packages/main/src/default/message.vue +249 -249
  88. package/packages/main/src/default/notice.vue +157 -157
  89. package/packages/main/src/default/userinfo.vue +503 -503
  90. package/packages/main/src/public/online.vue +89 -89
  91. package/packages/main/src/public/search.vue +462 -462
  92. package/packages/main/src/public/settings.vue +221 -221
  93. package/packages/main/src/simplicity/apps.vue +388 -388
  94. package/packages/main/src/simplicity/avatar.vue +82 -82
  95. package/packages/main/src/simplicity/handler.vue +259 -259
  96. package/packages/main/src/simplicity/index.vue +2086 -2086
  97. package/packages/main/src/simplicity/lists.vue +84 -84
  98. package/packages/main/src/simplicity/menu-list.vue +135 -135
  99. package/packages/main/src/simplicity/message.vue +259 -259
  100. package/packages/main/src/simplicity/notice.vue +190 -190
  101. package/packages/main/src/simplicity/router-page.vue +45 -45
  102. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  103. package/packages/main/src/simplicity/user.vue +257 -257
  104. package/packages/main/src/simplicity/userinfo.vue +312 -312
  105. package/packages/menu/index.js +5 -5
  106. package/packages/menu/src/main.vue +584 -584
  107. package/packages/nav/index.js +5 -5
  108. package/packages/nav/src/main.vue +351 -351
  109. package/packages/notify/index.js +5 -5
  110. package/packages/notify/src/main.vue +538 -538
  111. package/packages/page/index.js +5 -5
  112. package/packages/page/src/main.vue +167 -167
  113. package/packages/pagination/index.js +5 -5
  114. package/packages/pagination/src/main.vue +96 -96
  115. package/packages/player/index.js +5 -5
  116. package/packages/player/src/main.vue +194 -194
  117. package/packages/qr-code/index.js +5 -5
  118. package/packages/qr-code/src/main.vue +170 -170
  119. package/packages/radio-group/index.js +6 -6
  120. package/packages/radio-group/src/main.vue +319 -319
  121. package/packages/retrial-auth/index.js +5 -5
  122. package/packages/retrial-auth/src/main.vue +280 -280
  123. package/packages/select/index.js +5 -5
  124. package/packages/select/src/main.vue +778 -778
  125. package/packages/select-ganged/index.js +5 -5
  126. package/packages/select-ganged/src/main.vue +724 -724
  127. package/packages/selector/index.js +5 -5
  128. package/packages/selector/src/main.vue +687 -687
  129. package/packages/selector-panel/index.js +5 -5
  130. package/packages/selector-panel/src/main.vue +1027 -1027
  131. package/packages/selector-panel/src/selection.vue +177 -177
  132. package/packages/selector-panel/src/tree.vue +129 -129
  133. package/packages/sizer/index.js +5 -5
  134. package/packages/sizer/src/main.vue +254 -254
  135. package/packages/steps/index.js +5 -5
  136. package/packages/steps/src/main.vue +181 -181
  137. package/packages/switch/index.js +5 -5
  138. package/packages/switch/src/main.vue +154 -154
  139. package/packages/table-form/index.js +5 -5
  140. package/packages/tabs/index.js +5 -5
  141. package/packages/tabs/src/main.vue +788 -788
  142. package/packages/tabs-panel/index.js +5 -5
  143. package/packages/tabs-panel/src/main.vue +29 -29
  144. package/packages/theme-chalk/src/base.scss +260 -260
  145. package/packages/theme-chalk/src/button-group.scss +176 -176
  146. package/packages/theme-chalk/src/button.scss +24 -24
  147. package/packages/theme-chalk/src/calendar.scss +113 -113
  148. package/packages/theme-chalk/src/card.scss +99 -99
  149. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  150. package/packages/theme-chalk/src/clients.scss +87 -87
  151. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  152. package/packages/theme-chalk/src/data-table.scss +293 -293
  153. package/packages/theme-chalk/src/date-picker.scss +7 -7
  154. package/packages/theme-chalk/src/dialog.scss +77 -77
  155. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  156. package/packages/theme-chalk/src/enterprise.scss +5 -5
  157. package/packages/theme-chalk/src/error-page.scss +18 -18
  158. package/packages/theme-chalk/src/flow-group.scss +110 -110
  159. package/packages/theme-chalk/src/flow-list.scss +39 -39
  160. package/packages/theme-chalk/src/flow.scss +343 -343
  161. package/packages/theme-chalk/src/form.scss +496 -496
  162. package/packages/theme-chalk/src/handle-user.scss +40 -40
  163. package/packages/theme-chalk/src/handler.scss +143 -143
  164. package/packages/theme-chalk/src/icon.scss +1792 -1792
  165. package/packages/theme-chalk/src/icons.scss +99 -99
  166. package/packages/theme-chalk/src/input.scss +9 -9
  167. package/packages/theme-chalk/src/label.scss +24 -24
  168. package/packages/theme-chalk/src/layout.scss +46 -46
  169. package/packages/theme-chalk/src/login.scss +969 -969
  170. package/packages/theme-chalk/src/main.scss +663 -663
  171. package/packages/theme-chalk/src/menu.scss +222 -222
  172. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  173. package/packages/theme-chalk/src/nav.scss +111 -111
  174. package/packages/theme-chalk/src/page.scss +3 -3
  175. package/packages/theme-chalk/src/pagination.scss +29 -29
  176. package/packages/theme-chalk/src/player.scss +9 -9
  177. package/packages/theme-chalk/src/qr-code.scss +17 -17
  178. package/packages/theme-chalk/src/radio-group.scss +9 -9
  179. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  180. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  181. package/packages/theme-chalk/src/select.scss +8 -8
  182. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  183. package/packages/theme-chalk/src/selector.scss +91 -91
  184. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  185. package/packages/theme-chalk/src/sizer.scss +36 -36
  186. package/packages/theme-chalk/src/steps.scss +88 -88
  187. package/packages/theme-chalk/src/switch.scss +3 -3
  188. package/packages/theme-chalk/src/table-form.scss +1 -1
  189. package/packages/theme-chalk/src/tabs.scss +87 -87
  190. package/packages/theme-chalk/src/tips.scss +7 -7
  191. package/packages/theme-chalk/src/toolbar.scss +179 -179
  192. package/packages/theme-chalk/src/tree-group.scss +72 -72
  193. package/packages/theme-chalk/src/tree.scss +165 -165
  194. package/packages/theme-chalk/src/upload.scss +168 -168
  195. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  196. package/packages/tips/index.js +5 -5
  197. package/packages/tips/src/main.vue +141 -141
  198. package/packages/toolbar/index.js +5 -5
  199. package/packages/toolbar/src/main.vue +430 -430
  200. package/packages/tree/index.js +5 -5
  201. package/packages/tree-group/index.js +5 -5
  202. package/packages/upload/index.js +5 -5
  203. package/packages/upload/src/main.vue +1347 -1347
  204. package/packages/upload/src/picture.js +15 -15
  205. package/packages/wujie/index.js +5 -5
  206. package/packages/wujie/src/main.vue +145 -145
  207. package/packages/wxlogin/index.js +5 -5
  208. package/packages/wxlogin/src/main.vue +128 -128
  209. package/src/config/api.js +286 -286
  210. package/src/config/image.js +2 -2
  211. package/src/index.js +160 -160
  212. package/src/utils/bus.js +3 -3
  213. package/src/utils/date-util.js +312 -312
  214. package/src/utils/http.js +50 -50
  215. package/src/utils/rules.js +18 -18
  216. package/src/utils/store.js +21 -21
  217. package/src/utils/webSocket.js +107 -107
  218. package/packages/.DS_Store +0 -0
  219. package/packages/autocomplete/.DS_Store +0 -0
  220. package/packages/menu/.DS_Store +0 -0
  221. package/packages/scrollbar/.DS_Store +0 -0
  222. package/packages/select/.DS_Store +0 -0
  223. package/packages/theme-chalk/src/.DS_Store +0 -0
  224. package/packages/upload/.DS_Store +0 -0
  225. package/src/.DS_Store +0 -0
  226. package/src/utils/.DS_Store +0 -0
@@ -25254,8 +25254,8 @@ form_src_main.install = function (Vue) {
25254
25254
  };
25255
25255
 
25256
25256
  /* harmony default export */ var packages_form = (form_src_main);
25257
- // 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=cb2a9dc2&
25258
- var mainvue_type_template_id_cb2a9dc2_render = function () {
25257
+ // 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=35c05d83&
25258
+ var mainvue_type_template_id_35c05d83_render = function () {
25259
25259
  var _vm = this
25260
25260
  var _h = _vm.$createElement
25261
25261
  var _c = _vm._self._c || _h
@@ -25276,6 +25276,7 @@ var mainvue_type_template_id_cb2a9dc2_render = function () {
25276
25276
  opinion: _vm.value,
25277
25277
  type: "create",
25278
25278
  typeCode: "read",
25279
+ param: _vm.param,
25279
25280
  resetAppId: _vm.resetAppId,
25280
25281
  taskExamine: _vm.taskExamineInfo,
25281
25282
  "news-info": _vm.nextNode.notificationMsg,
@@ -27559,6 +27560,7 @@ var mainvue_type_template_id_cb2a9dc2_render = function () {
27559
27560
  attrs: {
27560
27561
  pendingId: _vm.pendingId,
27561
27562
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
27563
+ oldOption: _vm.value,
27562
27564
  type: _vm.flowType,
27563
27565
  multiple: _vm.flowMultiple,
27564
27566
  disabled: _vm.flowDisabled,
@@ -27633,11 +27635,11 @@ var mainvue_type_template_id_cb2a9dc2_render = function () {
27633
27635
  )
27634
27636
  : _vm._e()
27635
27637
  }
27636
- var mainvue_type_template_id_cb2a9dc2_staticRenderFns = []
27637
- mainvue_type_template_id_cb2a9dc2_render._withStripped = true
27638
+ var mainvue_type_template_id_35c05d83_staticRenderFns = []
27639
+ mainvue_type_template_id_35c05d83_render._withStripped = true
27638
27640
 
27639
27641
 
27640
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
27642
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=35c05d83&
27641
27643
 
27642
27644
  // 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&
27643
27645
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28437,21 +28439,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28437
28439
  return validSate;
28438
28440
  },
28439
28441
 
28440
- /**
28441
- * changeOpinion
28442
- * @desc:监听意见变化
28443
- * @author liufan
28444
- * @date 2022年10月28日
28442
+ /**
28443
+ * changeOpinion
28444
+ * @desc:监听意见变化
28445
+ * @author liufan
28446
+ * @date 2022年10月28日
28445
28447
  **/
28446
28448
  changeOpinion: function changeOpinion() {
28447
28449
  this.$emit('change', this.form.value);
28448
28450
  },
28449
28451
 
28450
- /**
28451
- * getCommonOpion
28452
- * @desc:获取意见
28453
- * @author liufan
28454
- * @date 2022年5月25日
28452
+ /**
28453
+ * getCommonOpion
28454
+ * @desc:获取意见
28455
+ * @author liufan
28456
+ * @date 2022年5月25日
28455
28457
  **/
28456
28458
  getCommonOpion: function getCommonOpion() {
28457
28459
  var _this = this;
@@ -28480,24 +28482,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28480
28482
  });
28481
28483
  },
28482
28484
 
28483
- /**
28484
- * upDate
28485
- * @desc:修改常用语
28486
- * @author liufan
28487
- * @param {Object} val 修改值
28488
- * @date 2022年5月25日
28485
+ /**
28486
+ * upDate
28487
+ * @desc:修改常用语
28488
+ * @author liufan
28489
+ * @param {Object} val 修改值
28490
+ * @date 2022年5月25日
28489
28491
  **/
28490
28492
  upDate: function upDate(val) {
28491
28493
  this.FormData.id = val.id;
28492
28494
  this.addVisible = true;
28493
28495
  },
28494
28496
 
28495
- /**
28496
- * selectChange
28497
- * @desc:常用语选择
28498
- * @author liufan
28499
- * @param {String} val 选中值
28500
- * @date 2022年5月25日
28497
+ /**
28498
+ * selectChange
28499
+ * @desc:常用语选择
28500
+ * @author liufan
28501
+ * @param {String} val 选中值
28502
+ * @date 2022年5月25日
28501
28503
  **/
28502
28504
  selectChange: function selectChange(val) {
28503
28505
  var _this2 = this;
@@ -28516,12 +28518,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28516
28518
  });
28517
28519
  },
28518
28520
 
28519
- /**
28520
- * del
28521
- * @desc:删除常用语
28522
- * @author liufan
28523
- * @param {Object} val 删除的数据
28524
- * @date 2022年5月25日
28521
+ /**
28522
+ * del
28523
+ * @desc:删除常用语
28524
+ * @author liufan
28525
+ * @param {Object} val 删除的数据
28526
+ * @date 2022年5月25日
28525
28527
  **/
28526
28528
  del: function del(val) {
28527
28529
  var _this3 = this;
@@ -28563,12 +28565,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28563
28565
  }).catch(function (e) {});
28564
28566
  },
28565
28567
 
28566
- /**
28567
- * submit
28568
- * @desc:新增/编辑意见保存
28569
- * @author liufan
28570
- * @param {Object} val 保存数据
28571
- * @date 2022年5月25日
28568
+ /**
28569
+ * submit
28570
+ * @desc:新增/编辑意见保存
28571
+ * @author liufan
28572
+ * @param {Object} val 保存数据
28573
+ * @date 2022年5月25日
28572
28574
  **/
28573
28575
  submit: function submit(val) {
28574
28576
  var _this4 = this;
@@ -31578,11 +31580,11 @@ var processFormvue_type_script_lang_js_components;
31578
31580
  });
31579
31581
  },
31580
31582
 
31581
- /**
31582
- * isMultiple
31583
- * @desc:是否多选
31584
- * @author liufan
31585
- * @date 2022年9月13日
31583
+ /**
31584
+ * isMultiple
31585
+ * @desc:是否多选
31586
+ * @author liufan
31587
+ * @date 2022年9月13日
31586
31588
  **/
31587
31589
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31588
31590
  var multiple = false;
@@ -33317,8 +33319,8 @@ var processReject_component = normalizeComponent(
33317
33319
  )
33318
33320
 
33319
33321
  /* harmony default export */ var processReject = (processReject_component.exports);
33320
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33321
- var startTaskReadvue_type_template_id_4cea7d04_render = function () {
33322
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=fc718680&
33323
+ var startTaskReadvue_type_template_id_fc718680_render = function () {
33322
33324
  var _vm = this
33323
33325
  var _h = _vm.$createElement
33324
33326
  var _c = _vm._self._c || _h
@@ -33742,11 +33744,11 @@ var startTaskReadvue_type_template_id_4cea7d04_render = function () {
33742
33744
  1
33743
33745
  )
33744
33746
  }
33745
- var startTaskReadvue_type_template_id_4cea7d04_staticRenderFns = []
33746
- startTaskReadvue_type_template_id_4cea7d04_render._withStripped = true
33747
+ var startTaskReadvue_type_template_id_fc718680_staticRenderFns = []
33748
+ startTaskReadvue_type_template_id_fc718680_render._withStripped = true
33747
33749
 
33748
33750
 
33749
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33751
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fc718680&
33750
33752
 
33751
33753
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
33752
33754
  var startTaskReadvue_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; };
@@ -33934,6 +33936,7 @@ var startTaskReadvue_type_script_lang_js_components;
33934
33936
  option: { type: String, default: '' },
33935
33937
  typeCode: { type: String, default: '' },
33936
33938
  resetAppId: { type: String, default: '' },
33939
+ param: { type: Object, default: function _default() {} },
33937
33940
  taskExamine: { type: Object, default: function _default() {} },
33938
33941
  readParams: {
33939
33942
  type: [Object, undefined],
@@ -33997,7 +34000,7 @@ var startTaskReadvue_type_script_lang_js_components;
33997
34000
  },
33998
34001
  mounted: function mounted() {
33999
34002
  this.newsNoice = this.newsInfo;
34000
- if (this.readParams) {
34003
+ if (this.readParams || this.typeCode == 'read') {
34001
34004
  this.getMessage();
34002
34005
  }
34003
34006
  this.getFind();
@@ -34011,9 +34014,18 @@ var startTaskReadvue_type_script_lang_js_components;
34011
34014
  getMessage: function getMessage() {
34012
34015
  var _this = this;
34013
34016
 
34014
- var params = {
34015
- appId: this.readParams.appId
34016
- };
34017
+ var params = {};
34018
+ if (this.typeCode == 'read') {
34019
+ params = {
34020
+ processDefinitionId: this.param.processDefinitionId,
34021
+ businessId: this.param.businessId,
34022
+ businessName: this.param.businessName,
34023
+ bCode: this.param.bCode,
34024
+ bName: this.param.bName
34025
+ };
34026
+ } else {
34027
+ params.appId = this.readParams.appId;
34028
+ }
34017
34029
  utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34018
34030
  if (res.status === 'success') {
34019
34031
  _this.newsNoice = res.message;
@@ -34159,11 +34171,11 @@ var startTaskReadvue_type_script_lang_js_components;
34159
34171
 
34160
34172
  var params = {
34161
34173
  url: api["Xb" /* toStartTaskRead */],
34162
- params: { pendingId: this.pendingId, taskAction: this.type }
34174
+ params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
34163
34175
  };
34164
34176
  if (this.typeCode == 'read') {
34165
34177
  delete params.params.pendingId;
34166
- params.params.appid = this.resetAppId;
34178
+ // params.params.appid = this.resetAppId;
34167
34179
  }
34168
34180
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
34169
34181
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -34315,21 +34327,23 @@ var startTaskReadvue_type_script_lang_js_components;
34315
34327
  bCode: bCode,
34316
34328
  bName: bName,
34317
34329
  appId: appId,
34318
- businessId: businessId,
34330
+ businessId: businessId || _this8.param.businessId,
34319
34331
  choiceDeptId: choiceDeptId,
34320
34332
  choiceOrgId: choiceOrgId,
34321
34333
  businessName: businessName,
34322
34334
  processDefinitionId: processDefinitionId,
34323
- currentOrgProcessKey: processDefinitionId,
34335
+ currentOrgProcessKey: processDefinitionId || _this8.param.currentOrgProcessKey,
34324
34336
  pendingId: _this8.pendingId,
34325
34337
  opinion: _this8.option, // 审批意见
34326
34338
  userId: utils_util["a" /* default */].getStorage('userId'),
34327
34339
  nextReadUserId: _this8.mixList.join('|'),
34328
- noticeType: noticeType,
34340
+ notificationType: noticeType,
34341
+ notificationMsg: _this8.newsNoice,
34329
34342
  taskAction: _this8.type
34330
34343
  // nextNodeId: this.form.nextNodeId
34331
34344
  });
34332
34345
  delete params.nextUser;
34346
+ delete params.noticeType;
34333
34347
  var _configInfo = _this8.configInfo,
34334
34348
  fyDoresult = _configInfo.fyDoresult,
34335
34349
  fyeh = _configInfo.fyeh,
@@ -34426,8 +34440,8 @@ var startTaskReadvue_type_script_lang_js_components;
34426
34440
 
34427
34441
  var startTaskRead_component = normalizeComponent(
34428
34442
  src_startTaskReadvue_type_script_lang_js_,
34429
- startTaskReadvue_type_template_id_4cea7d04_render,
34430
- startTaskReadvue_type_template_id_4cea7d04_staticRenderFns,
34443
+ startTaskReadvue_type_template_id_fc718680_render,
34444
+ startTaskReadvue_type_template_id_fc718680_staticRenderFns,
34431
34445
  false,
34432
34446
  null,
34433
34447
  null,
@@ -34436,8 +34450,8 @@ var startTaskRead_component = normalizeComponent(
34436
34450
  )
34437
34451
 
34438
34452
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
34439
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=6b258c7a&
34440
- var resetvue_type_template_id_6b258c7a_render = function () {
34453
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
34454
+ var resetvue_type_template_id_7924ff92_render = function () {
34441
34455
  var _vm = this
34442
34456
  var _h = _vm.$createElement
34443
34457
  var _c = _vm._self._c || _h
@@ -34863,11 +34877,11 @@ var resetvue_type_template_id_6b258c7a_render = function () {
34863
34877
  1
34864
34878
  )
34865
34879
  }
34866
- var resetvue_type_template_id_6b258c7a_staticRenderFns = []
34867
- resetvue_type_template_id_6b258c7a_render._withStripped = true
34880
+ var resetvue_type_template_id_7924ff92_staticRenderFns = []
34881
+ resetvue_type_template_id_7924ff92_render._withStripped = true
34868
34882
 
34869
34883
 
34870
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=6b258c7a&
34884
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
34871
34885
 
34872
34886
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
34873
34887
  var resetvue_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; };
@@ -35591,11 +35605,11 @@ var resetvue_type_script_lang_js_components;
35591
35605
  });
35592
35606
  },
35593
35607
 
35594
- /**
35595
- * isMultiple
35596
- * @desc:是否多选
35597
- * @author liufan
35598
- * @date 2022年9月13日
35608
+ /**
35609
+ * isMultiple
35610
+ * @desc:是否多选
35611
+ * @author liufan
35612
+ * @date 2022年9月13日
35599
35613
  **/
35600
35614
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35601
35615
  var multiple = false;
@@ -35728,8 +35742,8 @@ var resetvue_type_script_lang_js_components;
35728
35742
 
35729
35743
  var reset_component = normalizeComponent(
35730
35744
  src_resetvue_type_script_lang_js_,
35731
- resetvue_type_template_id_6b258c7a_render,
35732
- resetvue_type_template_id_6b258c7a_staticRenderFns,
35745
+ resetvue_type_template_id_7924ff92_render,
35746
+ resetvue_type_template_id_7924ff92_staticRenderFns,
35733
35747
  false,
35734
35748
  null,
35735
35749
  null,
@@ -35738,8 +35752,8 @@ var reset_component = normalizeComponent(
35738
35752
  )
35739
35753
 
35740
35754
  /* harmony default export */ var src_reset = (reset_component.exports);
35741
- // 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/taskUnionExamine.vue?vue&type=template&id=51053046&
35742
- var taskUnionExaminevue_type_template_id_51053046_render = function () {
35755
+ // 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/taskUnionExamine.vue?vue&type=template&id=50ceceb4&
35756
+ var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
35743
35757
  var _vm = this
35744
35758
  var _h = _vm.$createElement
35745
35759
  var _c = _vm._self._c || _h
@@ -35992,11 +36006,11 @@ var taskUnionExaminevue_type_template_id_51053046_render = function () {
35992
36006
  1
35993
36007
  )
35994
36008
  }
35995
- var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
35996
- taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
36009
+ var taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns = []
36010
+ taskUnionExaminevue_type_template_id_50ceceb4_render._withStripped = true
35997
36011
 
35998
36012
 
35999
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
36013
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=50ceceb4&
36000
36014
 
36001
36015
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
36002
36016
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -36142,6 +36156,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36142
36156
  pendingId: { type: String, default: '' },
36143
36157
  type: { type: String, default: '' },
36144
36158
  defaultOpinion: { type: String, default: '' },
36159
+ oldOption: { type: String, default: '' },
36145
36160
  disabled: { type: Boolean, default: false },
36146
36161
  multiple: { type: Boolean, default: true }
36147
36162
  },
@@ -36185,6 +36200,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36185
36200
  mounted: function mounted() {
36186
36201
  this.loading = true;
36187
36202
  this.newMultiple = this.multiple;
36203
+ this.opinion = this.oldOption;
36188
36204
  this.getNodeType();
36189
36205
  if (this.type === 'taskReview') return this.getTaskReview();
36190
36206
  this.getInfo();
@@ -36259,7 +36275,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
36259
36275
  initiatorUser = _res$data.initiatorUser,
36260
36276
  taskExamine = _res$data.taskExamine;
36261
36277
 
36262
- _this2.opinion = taskExamine.opinion;
36278
+ if (taskExamine.opinion) {
36279
+ _this2.opinion = taskExamine.opinion;
36280
+ }
36263
36281
  _this2.infoList.nextOtherOrgObj.push(initiatorUser.userId);
36264
36282
  _this2.onlyName = initiatorUser.username;
36265
36283
  _this2.isSubFlow = taskExamine.isSubFlow;
@@ -36333,7 +36351,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
36333
36351
  _this3.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
36334
36352
  _this3.isSinglePage = taskExamine.isSinglePage;
36335
36353
  _this3.isSubFlow = taskExamine.isSubFlow;
36336
- _this3.opinion = taskExamine.opinion;
36354
+ if (taskExamine.opinion) {
36355
+ _this3.opinion = taskExamine.opinion;
36356
+ }
36337
36357
  _this3.choiceDeptId = choiceDeptId;
36338
36358
  _this3.choiceOrgId = choiceOrgId;
36339
36359
  if (_this3.type == 'takeAdvice' || _this3.type == 'startDraf') {
@@ -36551,8 +36571,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
36551
36571
 
36552
36572
  var taskUnionExamine_component = normalizeComponent(
36553
36573
  component_taskUnionExaminevue_type_script_lang_js_,
36554
- taskUnionExaminevue_type_template_id_51053046_render,
36555
- taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
36574
+ taskUnionExaminevue_type_template_id_50ceceb4_render,
36575
+ taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns,
36556
36576
  false,
36557
36577
  null,
36558
36578
  null,
@@ -39959,11 +39979,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39959
39979
  });
39960
39980
  },
39961
39981
 
39962
- /**
39963
- * saveInfo
39964
- * @desc:暂存
39965
- * @author liufan
39966
- * @date 2022年9月9日
39982
+ /**
39983
+ * saveInfo
39984
+ * @desc:暂存
39985
+ * @author liufan
39986
+ * @date 2022年9月9日
39967
39987
  **/
39968
39988
  saveInfo: function saveInfo(type, btn) {
39969
39989
  var _this6 = this;
@@ -40025,11 +40045,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40025
40045
  });
40026
40046
  },
40027
40047
 
40028
- /**
40029
- * rejectBtn
40030
- * @desc:点击驳回
40031
- * @author liufan
40032
- * @date 2022年5月25日
40048
+ /**
40049
+ * rejectBtn
40050
+ * @desc:点击驳回
40051
+ * @author liufan
40052
+ * @date 2022年5月25日
40033
40053
  **/
40034
40054
  rejectBtn: function rejectBtn() {
40035
40055
  var _this8 = this;
@@ -40047,11 +40067,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40047
40067
  }
40048
40068
  },
40049
40069
 
40050
- /**
40051
- * taskReadBtn
40052
- * @desc:点击分阅
40053
- * @author liufan
40054
- * @date 2022年5月25日
40070
+ /**
40071
+ * taskReadBtn
40072
+ * @desc:点击分阅
40073
+ * @author liufan
40074
+ * @date 2022年5月25日
40055
40075
  **/
40056
40076
  taskReadBtn: function taskReadBtn() {
40057
40077
  var _this9 = this;
@@ -40070,11 +40090,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40070
40090
  }
40071
40091
  },
40072
40092
 
40073
- /**
40074
- * getFind
40075
- * @desc:获取通知方式
40076
- * @author liufan
40077
- * @date 2022年5月25日
40093
+ /**
40094
+ * getFind
40095
+ * @desc:获取通知方式
40096
+ * @author liufan
40097
+ * @date 2022年5月25日
40078
40098
  **/
40079
40099
  getFind: function getFind() {
40080
40100
  var _this10 = this;
@@ -40129,12 +40149,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40129
40149
  });
40130
40150
  },
40131
40151
 
40132
- /**
40133
- * endFlows
40134
- * @desc:直接办结
40135
- * @author liufan
40136
- * @param {Object} res 直接办结数据
40137
- * @date 2022年5月25日
40152
+ /**
40153
+ * endFlows
40154
+ * @desc:直接办结
40155
+ * @author liufan
40156
+ * @param {Object} res 直接办结数据
40157
+ * @date 2022年5月25日
40138
40158
  **/
40139
40159
  endFlows: function endFlows(res) {
40140
40160
  var _this12 = this;
@@ -40188,12 +40208,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40188
40208
  }).catch(function (e) {});
40189
40209
  },
40190
40210
 
40191
- /**
40192
- * goView
40193
- * @desc:更多流程按钮操作
40194
- * @author liufan
40195
- * @param {Object} res 当前点击操作按钮数据
40196
- * @date 2022年5月25日
40211
+ /**
40212
+ * goView
40213
+ * @desc:更多流程按钮操作
40214
+ * @author liufan
40215
+ * @param {Object} res 当前点击操作按钮数据
40216
+ * @date 2022年5月25日
40197
40217
  **/
40198
40218
  goView: function goView(res) {
40199
40219
  // 驳回并办结:rejectAndEndHtml
@@ -40278,11 +40298,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40278
40298
  // isCanStartSubFlow
40279
40299
  },
40280
40300
 
40281
- /**
40282
- * toTakeAdvice
40283
- * @desc:征求意见
40284
- * @author liufan
40285
- * @date 2022年9月29日
40301
+ /**
40302
+ * toTakeAdvice
40303
+ * @desc:征求意见
40304
+ * @author liufan
40305
+ * @date 2022年9月29日
40286
40306
  **/
40287
40307
  toTakeAdvice: function toTakeAdvice(res) {
40288
40308
  var _this14 = this;
@@ -40326,11 +40346,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40326
40346
  });
40327
40347
  },
40328
40348
 
40329
- /**
40330
- * toStartDraf
40331
- * @desc: 稿件递送、联合审核、复核
40332
- * @author liufan
40333
- * @date 2022年9月29日
40349
+ /**
40350
+ * toStartDraf
40351
+ * @desc: 稿件递送、联合审核、复核
40352
+ * @author liufan
40353
+ * @date 2022年9月29日
40334
40354
  **/
40335
40355
  toStartDraf: function toStartDraf(res) {
40336
40356
  var _this16 = this;
@@ -40344,11 +40364,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40344
40364
  }
40345
40365
  },
40346
40366
 
40347
- /**
40348
- * toSendMsg
40349
- * @desc:核稿通知
40350
- * @author liufan
40351
- * @date 2022年9月29日
40367
+ /**
40368
+ * toSendMsg
40369
+ * @desc:核稿通知
40370
+ * @author liufan
40371
+ * @date 2022年9月29日
40352
40372
  **/
40353
40373
  toSendMsg: function toSendMsg(res) {
40354
40374
  var _this17 = this;
@@ -40362,11 +40382,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40362
40382
  }
40363
40383
  },
40364
40384
 
40365
- /**
40366
- * toTaskReadAndEnd
40367
- * @desc:分阅并办结
40368
- * @author liufan
40369
- * @date 2022年9月29日
40385
+ /**
40386
+ * toTaskReadAndEnd
40387
+ * @desc:分阅并办结
40388
+ * @author liufan
40389
+ * @date 2022年9月29日
40370
40390
  **/
40371
40391
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40372
40392
  var _this18 = this;
@@ -40384,11 +40404,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40384
40404
  }
40385
40405
  },
40386
40406
 
40387
- /**
40388
- * rejectAndEnd
40389
- * @desc:驳回并办结
40390
- * @author liufan
40391
- * @date 2022年9月29日
40407
+ /**
40408
+ * rejectAndEnd
40409
+ * @desc:驳回并办结
40410
+ * @author liufan
40411
+ * @date 2022年9月29日
40392
40412
  **/
40393
40413
  rejectAndEnd: function rejectAndEnd(res) {
40394
40414
  var _this19 = this;
@@ -40443,11 +40463,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40443
40463
  });
40444
40464
  },
40445
40465
 
40446
- /**
40447
- * toTransfer
40448
- * @desc:转办
40449
- * @author liufan
40450
- * @date 2022年9月29日
40466
+ /**
40467
+ * toTransfer
40468
+ * @desc:转办
40469
+ * @author liufan
40470
+ * @date 2022年9月29日
40451
40471
  **/
40452
40472
  toTransfer: function toTransfer(res) {
40453
40473
  var _this21 = this;
@@ -40463,11 +40483,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40463
40483
  }
40464
40484
  },
40465
40485
 
40466
- /**
40467
- * getNodeInfo
40468
- * @desc:获取节点信息
40469
- * @author liufan
40470
- * @date 2022年5月25日
40486
+ /**
40487
+ * getNodeInfo
40488
+ * @desc:获取节点信息
40489
+ * @author liufan
40490
+ * @date 2022年5月25日
40471
40491
  **/
40472
40492
  getNodeInfo: function getNodeInfo() {
40473
40493
  var _this22 = this;
@@ -40566,12 +40586,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40566
40586
  });
40567
40587
  },
40568
40588
 
40569
- /**
40570
- * selecNext
40571
- * @desc:下步节点变化时更新数据
40572
- * @author liufan
40573
- * @param {String} val 当前选中值
40574
- * @date 2022年5月25日
40589
+ /**
40590
+ * selecNext
40591
+ * @desc:下步节点变化时更新数据
40592
+ * @author liufan
40593
+ * @param {String} val 当前选中值
40594
+ * @date 2022年5月25日
40575
40595
  **/
40576
40596
  selecNext: function selecNext(val, type, isDef) {
40577
40597
  var _this23 = this;
@@ -40680,11 +40700,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40680
40700
  if (isDef !== true) this.getNodeInfo();
40681
40701
  },
40682
40702
 
40683
- /**
40684
- * isMultiple
40685
- * @desc:是否多选
40686
- * @author liufan
40687
- * @date 2022年9月13日
40703
+ /**
40704
+ * isMultiple
40705
+ * @desc:是否多选
40706
+ * @author liufan
40707
+ * @date 2022年9月13日
40688
40708
  **/
40689
40709
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40690
40710
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40716,11 +40736,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40716
40736
  }
40717
40737
  },
40718
40738
 
40719
- /**
40720
- * getHedInfo
40721
- * @desc:获取审核页面数据
40722
- * @author liufan
40723
- * @date 2022年5月25日
40739
+ /**
40740
+ * getHedInfo
40741
+ * @desc:获取审核页面数据
40742
+ * @author liufan
40743
+ * @date 2022年5月25日
40724
40744
  **/
40725
40745
  getHedInfo: function getHedInfo() {
40726
40746
  var _this24 = this;
@@ -40956,13 +40976,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40956
40976
  });
40957
40977
  },
40958
40978
 
40959
- /**
40960
- * closeProcess
40961
- * @desc:关闭弹窗
40962
- * @author liufan
40963
- * @param {boolean} val 当前是否办理流程
40964
- * @param {String} type 当前点击的弹窗类型
40965
- * @date 2022年5月25日
40979
+ /**
40980
+ * closeProcess
40981
+ * @desc:关闭弹窗
40982
+ * @author liufan
40983
+ * @param {boolean} val 当前是否办理流程
40984
+ * @param {String} type 当前点击的弹窗类型
40985
+ * @date 2022年5月25日
40966
40986
  **/
40967
40987
  closeProcess: function closeProcess(val, type, closeParent) {
40968
40988
  if (closeParent) {
@@ -40979,23 +40999,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40979
40999
  }
40980
41000
  },
40981
41001
 
40982
- /**
40983
- * selectChange
40984
- * @desc:常用语选择
40985
- * @author liufan
40986
- * @param {String} val 选中值
40987
- * @date 2022年5月25日
41002
+ /**
41003
+ * selectChange
41004
+ * @desc:常用语选择
41005
+ * @author liufan
41006
+ * @param {String} val 选中值
41007
+ * @date 2022年5月25日
40988
41008
  **/
40989
41009
  selectChange: function selectChange(val) {
40990
41010
  this.value = val;
40991
41011
  },
40992
41012
 
40993
- /**
40994
- * upDate
40995
- * @desc:修改常用语
40996
- * @author liufan
40997
- * @param {Object} val 修改值
40998
- * @date 2022年5月25日
41013
+ /**
41014
+ * upDate
41015
+ * @desc:修改常用语
41016
+ * @author liufan
41017
+ * @param {Object} val 修改值
41018
+ * @date 2022年5月25日
40999
41019
  **/
41000
41020
  upDate: function upDate(val) {
41001
41021
  this.FormData.id = val.id;
@@ -41003,11 +41023,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41003
41023
  },
41004
41024
 
41005
41025
 
41006
- /**
41007
- * getProcess
41008
- * @desc:获取选择流程
41009
- * @author liufan
41010
- * @date 2022年5月25日
41026
+ /**
41027
+ * getProcess
41028
+ * @desc:获取选择流程
41029
+ * @author liufan
41030
+ * @date 2022年5月25日
41011
41031
  **/
41012
41032
  getProcess: function getProcess() {
41013
41033
  var _this25 = this;
@@ -41061,11 +41081,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41061
41081
  });
41062
41082
  },
41063
41083
 
41064
- /**
41065
- * getPendedhistoryList
41066
- * @desc:获取流程列表
41067
- * @author liufan
41068
- * @date 2022年5月25日
41084
+ /**
41085
+ * getPendedhistoryList
41086
+ * @desc:获取流程列表
41087
+ * @author liufan
41088
+ * @date 2022年5月25日
41069
41089
  **/
41070
41090
  getPendedhistoryList: function getPendedhistoryList() {
41071
41091
  var _this26 = this;
@@ -41097,12 +41117,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41097
41117
  },
41098
41118
 
41099
41119
  // 提交流程
41100
- /**
41101
- * subProcess
41102
- * @desc:提交流程
41103
- * @author liufan
41104
- * @param {String} formName 当前form表单ref值
41105
- * @date 2022年5月25日
41120
+ /**
41121
+ * subProcess
41122
+ * @desc:提交流程
41123
+ * @author liufan
41124
+ * @param {String} formName 当前form表单ref值
41125
+ * @date 2022年5月25日
41106
41126
  **/
41107
41127
  subProcess: function subProcess(val) {
41108
41128
  var _this27 = this;
@@ -42559,6 +42579,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42559
42579
  //
42560
42580
  //
42561
42581
  //
42582
+ //
42583
+ //
42584
+ //
42585
+ //
42586
+ //
42587
+ //
42588
+ //
42589
+ //
42590
+ //
42591
+ //
42592
+ //
42562
42593
 
42563
42594
 
42564
42595
 
@@ -43217,11 +43248,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43217
43248
  });
43218
43249
  },
43219
43250
 
43220
- /**
43221
- * saveInfo
43222
- * @desc:暂存
43223
- * @author liufan
43224
- * @date 2022年9月9日
43251
+ /**
43252
+ * saveInfo
43253
+ * @desc:暂存
43254
+ * @author liufan
43255
+ * @date 2022年9月9日
43225
43256
  **/
43226
43257
  saveInfo: function saveInfo(type, btn) {
43227
43258
  var _this8 = this;
@@ -43283,11 +43314,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43283
43314
  });
43284
43315
  },
43285
43316
 
43286
- /**
43287
- * rejectBtn
43288
- * @desc:点击驳回
43289
- * @author liufan
43290
- * @date 2022年5月25日
43317
+ /**
43318
+ * rejectBtn
43319
+ * @desc:点击驳回
43320
+ * @author liufan
43321
+ * @date 2022年5月25日
43291
43322
  **/
43292
43323
  rejectBtn: function rejectBtn() {
43293
43324
  var _this10 = this;
@@ -43305,11 +43336,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43305
43336
  }
43306
43337
  },
43307
43338
 
43308
- /**
43309
- * taskReadBtn
43310
- * @desc:点击分阅
43311
- * @author liufan
43312
- * @date 2022年5月25日
43339
+ /**
43340
+ * taskReadBtn
43341
+ * @desc:点击分阅
43342
+ * @author liufan
43343
+ * @date 2022年5月25日
43313
43344
  **/
43314
43345
  taskReadBtn: function taskReadBtn() {
43315
43346
  var _this11 = this;
@@ -43328,11 +43359,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43328
43359
  }
43329
43360
  },
43330
43361
 
43331
- /**
43332
- * getFind
43333
- * @desc:获取通知方式
43334
- * @author liufan
43335
- * @date 2022年5月25日
43362
+ /**
43363
+ * getFind
43364
+ * @desc:获取通知方式
43365
+ * @author liufan
43366
+ * @date 2022年5月25日
43336
43367
  **/
43337
43368
  getFind: function getFind() {
43338
43369
  var _this12 = this;
@@ -43398,12 +43429,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43398
43429
  });
43399
43430
  },
43400
43431
 
43401
- /**
43402
- * endFlows
43403
- * @desc:直接办结
43404
- * @author liufan
43405
- * @param {Object} res 直接办结数据
43406
- * @date 2022年5月25日
43432
+ /**
43433
+ * endFlows
43434
+ * @desc:直接办结
43435
+ * @author liufan
43436
+ * @param {Object} res 直接办结数据
43437
+ * @date 2022年5月25日
43407
43438
  **/
43408
43439
  endFlows: function endFlows(res) {
43409
43440
  var _this14 = this;
@@ -43457,12 +43488,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43457
43488
  }).catch(function (e) {});
43458
43489
  },
43459
43490
 
43460
- /**
43461
- * goView
43462
- * @desc:更多流程按钮操作
43463
- * @author liufan
43464
- * @param {Object} res 当前点击操作按钮数据
43465
- * @date 2022年5月25日
43491
+ /**
43492
+ * goView
43493
+ * @desc:更多流程按钮操作
43494
+ * @author liufan
43495
+ * @param {Object} res 当前点击操作按钮数据
43496
+ * @date 2022年5月25日
43466
43497
  **/
43467
43498
  goView: function goView(res) {
43468
43499
  // 驳回并办结:rejectAndEndHtml
@@ -43547,11 +43578,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43547
43578
  // isCanStartSubFlow
43548
43579
  },
43549
43580
 
43550
- /**
43551
- * toTakeAdvice
43552
- * @desc:征求意见
43553
- * @author liufan
43554
- * @date 2022年9月29日
43581
+ /**
43582
+ * toTakeAdvice
43583
+ * @desc:征求意见
43584
+ * @author liufan
43585
+ * @date 2022年9月29日
43555
43586
  **/
43556
43587
  toTakeAdvice: function toTakeAdvice(res) {
43557
43588
  var _this16 = this;
@@ -43595,11 +43626,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43595
43626
  });
43596
43627
  },
43597
43628
 
43598
- /**
43599
- * toStartDraf
43600
- * @desc: 稿件递送、联合审核、复核
43601
- * @author liufan
43602
- * @date 2022年9月29日
43629
+ /**
43630
+ * toStartDraf
43631
+ * @desc: 稿件递送、联合审核、复核
43632
+ * @author liufan
43633
+ * @date 2022年9月29日
43603
43634
  **/
43604
43635
  toStartDraf: function toStartDraf(res) {
43605
43636
  var _this18 = this;
@@ -43613,11 +43644,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43613
43644
  }
43614
43645
  },
43615
43646
 
43616
- /**
43617
- * toSendMsg
43618
- * @desc:核稿通知
43619
- * @author liufan
43620
- * @date 2022年9月29日
43647
+ /**
43648
+ * toSendMsg
43649
+ * @desc:核稿通知
43650
+ * @author liufan
43651
+ * @date 2022年9月29日
43621
43652
  **/
43622
43653
  toSendMsg: function toSendMsg(res) {
43623
43654
  var _this19 = this;
@@ -43631,11 +43662,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43631
43662
  }
43632
43663
  },
43633
43664
 
43634
- /**
43635
- * toTaskReadAndEnd
43636
- * @desc:分阅并办结
43637
- * @author liufan
43638
- * @date 2022年9月29日
43665
+ /**
43666
+ * toTaskReadAndEnd
43667
+ * @desc:分阅并办结
43668
+ * @author liufan
43669
+ * @date 2022年9月29日
43639
43670
  **/
43640
43671
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43641
43672
  var _this20 = this;
@@ -43653,11 +43684,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43653
43684
  }
43654
43685
  },
43655
43686
 
43656
- /**
43657
- * rejectAndEnd
43658
- * @desc:驳回并办结
43659
- * @author liufan
43660
- * @date 2022年9月29日
43687
+ /**
43688
+ * rejectAndEnd
43689
+ * @desc:驳回并办结
43690
+ * @author liufan
43691
+ * @date 2022年9月29日
43661
43692
  **/
43662
43693
  rejectAndEnd: function rejectAndEnd(res) {
43663
43694
  var _this21 = this;
@@ -43712,11 +43743,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43712
43743
  });
43713
43744
  },
43714
43745
 
43715
- /**
43716
- * toTransfer
43717
- * @desc:转办
43718
- * @author liufan
43719
- * @date 2022年9月29日
43746
+ /**
43747
+ * toTransfer
43748
+ * @desc:转办
43749
+ * @author liufan
43750
+ * @date 2022年9月29日
43720
43751
  **/
43721
43752
  toTransfer: function toTransfer(res) {
43722
43753
  var _this23 = this;
@@ -43732,11 +43763,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43732
43763
  }
43733
43764
  },
43734
43765
 
43735
- /**
43736
- * getNodeInfo
43737
- * @desc:获取节点信息
43738
- * @author liufan
43739
- * @date 2022年5月25日
43766
+ /**
43767
+ * getNodeInfo
43768
+ * @desc:获取节点信息
43769
+ * @author liufan
43770
+ * @date 2022年5月25日
43740
43771
  **/
43741
43772
  getNodeInfo: function getNodeInfo() {
43742
43773
  var _this24 = this;
@@ -43836,17 +43867,18 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43836
43867
  });
43837
43868
  },
43838
43869
 
43839
- /**
43840
- * selecNext
43841
- * @desc:下步节点变化时更新数据
43842
- * @author liufan
43843
- * @param {String} val 当前选中值
43844
- * @date 2022年5月25日
43870
+ /**
43871
+ * selecNext
43872
+ * @desc:下步节点变化时更新数据
43873
+ * @author liufan
43874
+ * @param {String} val 当前选中值
43875
+ * @date 2022年5月25日
43845
43876
  **/
43846
43877
  selecNext: function selecNext(val, type, isDef) {
43847
43878
  var _this25 = this;
43848
43879
 
43849
43880
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
43881
+ console.log(val, type, isDef);
43850
43882
  if (this.multiple) {
43851
43883
  this.nextNode.nextUserId = [];
43852
43884
  } else {
@@ -43873,7 +43905,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43873
43905
  this.nextNode.isSerialSubmit = 0;
43874
43906
  this.nodeInfos = [];
43875
43907
  this.operationList.forEach(function (item) {
43876
- console.log(item, val, 'aaa');
43877
43908
  if (item.key === val) {
43878
43909
  if (!item.taskNodeList) {
43879
43910
  _this25.nodeInfos = [];
@@ -43948,14 +43979,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43948
43979
  } else {}
43949
43980
  }
43950
43981
 
43951
- if (isDef !== true) this.getNodeInfo();
43982
+ this.getNodeInfo();
43952
43983
  },
43953
43984
 
43954
- /**
43955
- * isMultiple
43956
- * @desc:是否多选
43957
- * @author liufan
43958
- * @date 2022年9月13日
43985
+ /**
43986
+ * isMultiple
43987
+ * @desc:是否多选
43988
+ * @author liufan
43989
+ * @date 2022年9月13日
43959
43990
  **/
43960
43991
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43961
43992
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43987,11 +44018,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43987
44018
  }
43988
44019
  },
43989
44020
 
43990
- /**
43991
- * getHedInfo
43992
- * @desc:获取审核页面数据
43993
- * @author liufan
43994
- * @date 2022年5月25日
44021
+ /**
44022
+ * getHedInfo
44023
+ * @desc:获取审核页面数据
44024
+ * @author liufan
44025
+ * @date 2022年5月25日
43995
44026
  **/
43996
44027
  getHedInfo: function getHedInfo() {
43997
44028
  var _this26 = this;
@@ -44077,6 +44108,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44077
44108
  }
44078
44109
  if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this26.removeUsers = canRemoveSignUserList;
44079
44110
  if (taskOperations && taskOperations.length != 0) {
44111
+ var isSelected = false;
44080
44112
  taskOperations.map(function (item) {
44081
44113
  if (item.key === 9) _this26.isReject = true;
44082
44114
  if (item.isSelected) {
@@ -44085,16 +44117,16 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44085
44117
  if (item.taskNodeList != null) {
44086
44118
  _this26.nodeInfos = item.taskNodeList;
44087
44119
  }
44088
- }
44089
- if (taskOperations.length > 0) {
44090
- _this26.nodeInfos = [];
44091
- _this26.nextNode.nextOperate = taskOperations[0].key;
44092
- if (taskOperations[0].taskNodeList != null) {
44093
- _this26.nodeInfos = taskOperations[0].taskNodeList;
44094
- }
44120
+ isSelected = true;
44095
44121
  }
44096
44122
  });
44097
- _this26.selecNext(_this26.nextNode.nextOperate, true, true);
44123
+ if (taskOperations.length > 0 && !isSelected) {
44124
+ _this26.nodeInfos = [];
44125
+ _this26.nextNode.nextOperate = taskOperations[0].key;
44126
+ if (taskOperations[0].taskNodeList != null) {
44127
+ _this26.nodeInfos = taskOperations[0].taskNodeList;
44128
+ }
44129
+ }
44098
44130
  }
44099
44131
  if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
44100
44132
  _this26.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
@@ -44149,16 +44181,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44149
44181
  _this26.taskExamineInfo.choiceOrgId = choiceOrgId;
44150
44182
  _this26.taskExamineInfo.choiceDeptId = choiceDeptId;
44151
44183
  _this26.endFlowInfo.processType = taskExamine.processType;
44152
- _this26.endFlowInfo.isReturnSubmitter = taskExamine.isReturnSubmitter;
44153
- _this26.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
44154
- _this26.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
44155
- _this26.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
44156
- _this26.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
44157
- _this26.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
44158
- _this26.nextNode.isReadDealReply = taskExamine.isReadDealReply;
44159
- _this26.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
44160
- _this26.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
44161
- _this26.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
44184
+ // this.endFlowInfo.isReturnSubmitter =
44185
+ // taskExamine.isReturnSubmitter;
44186
+ // this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
44187
+ // this.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
44188
+ // this.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
44189
+ // this.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
44190
+ // this.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
44191
+ // this.nextNode.isReadDealReply = taskExamine.isReadDealReply;
44192
+ // this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
44193
+ // this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
44194
+ // this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
44162
44195
  _this26.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
44163
44196
  _this26.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
44164
44197
  _this26.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
@@ -44211,8 +44244,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44211
44244
  _this26.presetTaskNodeMap = presetTaskNodeMap;
44212
44245
  _this26.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
44213
44246
  _this26.getFind();
44214
-
44215
- _this26.getNodeInfo();
44247
+ _this26.selecNext(_this26.nextNode.nextOperate, true, true);
44248
+ // this.getNodeInfo();
44216
44249
  _this26.StartTaskReadKey++;
44217
44250
  } else {
44218
44251
  if (res.status === 'taskCompleted') {
@@ -44231,13 +44264,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44231
44264
  });
44232
44265
  },
44233
44266
 
44234
- /**
44235
- * closeProcess
44236
- * @desc:关闭弹窗
44237
- * @author liufan
44238
- * @param {boolean} val 当前是否办理流程
44239
- * @param {String} type 当前点击的弹窗类型
44240
- * @date 2022年5月25日
44267
+ /**
44268
+ * closeProcess
44269
+ * @desc:关闭弹窗
44270
+ * @author liufan
44271
+ * @param {boolean} val 当前是否办理流程
44272
+ * @param {String} type 当前点击的弹窗类型
44273
+ * @date 2022年5月25日
44241
44274
  **/
44242
44275
  closeProcess: function closeProcess(val, type, closeParent) {
44243
44276
  if (closeParent) {
@@ -44254,23 +44287,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44254
44287
  }
44255
44288
  },
44256
44289
 
44257
- /**
44258
- * selectChange
44259
- * @desc:常用语选择
44260
- * @author liufan
44261
- * @param {String} val 选中值
44262
- * @date 2022年5月25日
44290
+ /**
44291
+ * selectChange
44292
+ * @desc:常用语选择
44293
+ * @author liufan
44294
+ * @param {String} val 选中值
44295
+ * @date 2022年5月25日
44263
44296
  **/
44264
44297
  selectChange: function selectChange(val) {
44265
44298
  this.value = val;
44266
44299
  },
44267
44300
 
44268
- /**
44269
- * upDate
44270
- * @desc:修改常用语
44271
- * @author liufan
44272
- * @param {Object} val 修改值
44273
- * @date 2022年5月25日
44301
+ /**
44302
+ * upDate
44303
+ * @desc:修改常用语
44304
+ * @author liufan
44305
+ * @param {Object} val 修改值
44306
+ * @date 2022年5月25日
44274
44307
  **/
44275
44308
  upDate: function upDate(val) {
44276
44309
  this.FormData.id = val.id;
@@ -44278,11 +44311,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44278
44311
  },
44279
44312
 
44280
44313
 
44281
- /**
44282
- * getProcess
44283
- * @desc:获取选择流程
44284
- * @author liufan
44285
- * @date 2022年5月25日
44314
+ /**
44315
+ * getProcess
44316
+ * @desc:获取选择流程
44317
+ * @author liufan
44318
+ * @date 2022年5月25日
44286
44319
  **/
44287
44320
  getProcess: function getProcess(val) {
44288
44321
  var _this27 = this;
@@ -44334,11 +44367,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44334
44367
  });
44335
44368
  },
44336
44369
 
44337
- /**
44338
- * getPendedhistoryList
44339
- * @desc:获取流程列表
44340
- * @author liufan
44341
- * @date 2022年5月25日
44370
+ /**
44371
+ * getPendedhistoryList
44372
+ * @desc:获取流程列表
44373
+ * @author liufan
44374
+ * @date 2022年5月25日
44342
44375
  **/
44343
44376
  getPendedhistoryList: function getPendedhistoryList() {
44344
44377
  var _this28 = this;
@@ -44406,12 +44439,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44406
44439
  },
44407
44440
 
44408
44441
  // 提交流程
44409
- /**
44410
- * subProcess
44411
- * @desc:提交流程
44412
- * @author liufan
44413
- * @param {String} formName 当前form表单ref值
44414
- * @date 2022年5月25日
44442
+ /**
44443
+ * subProcess
44444
+ * @desc:提交流程
44445
+ * @author liufan
44446
+ * @param {String} formName 当前form表单ref值
44447
+ * @date 2022年5月25日
44415
44448
  **/
44416
44449
  subProcess: function subProcess(val, type) {
44417
44450
  var _this30 = this;
@@ -44664,7 +44697,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44664
44697
 
44665
44698
  // 单位选择完回调
44666
44699
  disposeAppUnit: function disposeAppUnit(res, type) {
44667
- console.log(res, type, 'res');
44668
44700
  var label = type.substring(0, type.lastIndexOf('Select'));
44669
44701
  this.nextNode[label + 'Name'] = '';
44670
44702
  res.options && (this[type] = res.options);
@@ -44710,8 +44742,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44710
44742
 
44711
44743
  var flow_src_main_component = normalizeComponent(
44712
44744
  packages_flow_src_mainvue_type_script_lang_js_,
44713
- mainvue_type_template_id_cb2a9dc2_render,
44714
- mainvue_type_template_id_cb2a9dc2_staticRenderFns,
44745
+ mainvue_type_template_id_35c05d83_render,
44746
+ mainvue_type_template_id_35c05d83_staticRenderFns,
44715
44747
  false,
44716
44748
  null,
44717
44749
  null,
@@ -48059,12 +48091,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48059
48091
  }
48060
48092
  },
48061
48093
 
48062
- /**
48063
- * handleFormSubmit
48064
- * @desc:删除节点点击事件
48065
- * @param {Object} formData 点击删除的form数据
48066
- * @author liufan
48067
- * @date 2022年11月29日
48094
+ /**
48095
+ * handleFormSubmit
48096
+ * @desc:删除节点点击事件
48097
+ * @param {Object} formData 点击删除的form数据
48098
+ * @author liufan
48099
+ * @date 2022年11月29日
48068
48100
  **/
48069
48101
  handleFormSubmit: function handleFormSubmit(formData) {
48070
48102
  var _this9 = this;
@@ -48095,48 +48127,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48095
48127
  });
48096
48128
  },
48097
48129
 
48098
- /**
48099
- * del
48100
- * @desc:展示删除弹窗
48101
- * @param {String} id 当前点击数据id
48102
- * @author liufan
48103
- * @date 2022年11月29日
48130
+ /**
48131
+ * del
48132
+ * @desc:展示删除弹窗
48133
+ * @param {String} id 当前点击数据id
48134
+ * @author liufan
48135
+ * @date 2022年11月29日
48104
48136
  **/
48105
48137
  del: function del(id) {
48106
48138
  this.historyId = id;
48107
48139
  this.showDel = true;
48108
48140
  },
48109
48141
 
48110
- /**
48111
- * handleCurrentChange
48112
- * @desc:监听页码变化
48113
- * @param {String} val 当前页
48114
- * @author liufan
48115
- * @date 2022年11月29日
48142
+ /**
48143
+ * handleCurrentChange
48144
+ * @desc:监听页码变化
48145
+ * @param {String} val 当前页
48146
+ * @author liufan
48147
+ * @date 2022年11月29日
48116
48148
  **/
48117
48149
  handleCurrentChange: function handleCurrentChange(val) {
48118
48150
  this.currentPage = val;
48119
48151
  this.getPressList();
48120
48152
  },
48121
48153
 
48122
- /**
48123
- * handleSizeChange
48124
- * @desc:监听每页数据显示数量变化
48125
- * @param {String} val 每页展示数量
48126
- * @author liufan
48127
- * @date 2022年11月29日
48154
+ /**
48155
+ * handleSizeChange
48156
+ * @desc:监听每页数据显示数量变化
48157
+ * @param {String} val 每页展示数量
48158
+ * @author liufan
48159
+ * @date 2022年11月29日
48128
48160
  **/
48129
48161
  handleSizeChange: function handleSizeChange(val) {
48130
48162
  this.pageSize = val;
48131
48163
  this.getPressList();
48132
48164
  },
48133
48165
 
48134
- /**
48135
- * sortChange
48136
- * @desc:监听排序变化
48137
- * @param {Object} info 需要排序的字段及排序方式
48138
- * @author liufan
48139
- * @date 2022年11月29日
48166
+ /**
48167
+ * sortChange
48168
+ * @desc:监听排序变化
48169
+ * @param {Object} info 需要排序的字段及排序方式
48170
+ * @author liufan
48171
+ * @date 2022年11月29日
48140
48172
  **/
48141
48173
  sortChange: function sortChange(info) {
48142
48174
  var prop = info.prop,
@@ -48147,11 +48179,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48147
48179
  this.getPressList();
48148
48180
  },
48149
48181
 
48150
- /**
48151
- * getPressList
48152
- * @desc:催办列表数据
48153
- * @author liufan
48154
- * @date 2022年11月29日
48182
+ /**
48183
+ * getPressList
48184
+ * @desc:催办列表数据
48185
+ * @author liufan
48186
+ * @date 2022年11月29日
48155
48187
  **/
48156
48188
  getPressList: function getPressList() {
48157
48189
  var _this10 = this;
@@ -48181,12 +48213,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48181
48213
  });
48182
48214
  },
48183
48215
 
48184
- /**
48185
- * goPress
48186
- * @desc:催办列表查看
48187
- * @param {String} id 催办列表id
48188
- * @author liufan
48189
- * @date 2022年11月29日
48216
+ /**
48217
+ * goPress
48218
+ * @desc:催办列表查看
48219
+ * @param {String} id 催办列表id
48220
+ * @author liufan
48221
+ * @date 2022年11月29日
48190
48222
  **/
48191
48223
  goPress: function goPress(id) {
48192
48224
  this.historyId = id;
@@ -48194,23 +48226,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48194
48226
  this.getPressList();
48195
48227
  },
48196
48228
 
48197
- /**
48198
- * showFile
48199
- * @desc:附件查看
48200
- * @param {String} ownId 附件id
48201
- * @author liufan
48202
- * @date 2022年11月29日
48229
+ /**
48230
+ * showFile
48231
+ * @desc:附件查看
48232
+ * @param {String} ownId 附件id
48233
+ * @author liufan
48234
+ * @date 2022年11月29日
48203
48235
  **/
48204
48236
  showFile: function showFile(ownId) {
48205
48237
  this.wfpendingid = ownId;
48206
48238
  this.showFileList = true;
48207
48239
  },
48208
48240
 
48209
- /**
48210
- * handleChange
48211
- * @desc:切换排序方式
48212
- * @author liufan
48213
- * @date 2022年11月22日
48241
+ /**
48242
+ * handleChange
48243
+ * @desc:切换排序方式
48244
+ * @author liufan
48245
+ * @date 2022年11月22日
48214
48246
  **/
48215
48247
  handleChange: function handleChange(key, value) {
48216
48248
  if (value) {
@@ -48254,11 +48286,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48254
48286
  }))();
48255
48287
  },
48256
48288
 
48257
- /**
48258
- * getFlowList
48259
- * @desc:获取流程列表
48260
- * @author liufan
48261
- * @date 2022年11月22日
48289
+ /**
48290
+ * getFlowList
48291
+ * @desc:获取流程列表
48292
+ * @author liufan
48293
+ * @date 2022年11月22日
48262
48294
  **/
48263
48295
  getFlowList: function getFlowList() {
48264
48296
  var _this12 = this;
@@ -48319,12 +48351,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48319
48351
  });
48320
48352
  },
48321
48353
 
48322
- /**
48323
- * handleClick
48324
- * @desc:表单点击事件
48325
- * @param {Object} val 当前点击行数据及按钮
48326
- * @author liufan
48327
- * @date 2022年11月10日
48354
+ /**
48355
+ * handleClick
48356
+ * @desc:表单点击事件
48357
+ * @param {Object} val 当前点击行数据及按钮
48358
+ * @author liufan
48359
+ * @date 2022年11月10日
48328
48360
  **/
48329
48361
  handleClick: function handleClick(val) {
48330
48362
  var _this13 = this;
@@ -48370,13 +48402,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48370
48402
  }
48371
48403
  },
48372
48404
 
48373
- /**
48374
- * getCodeValue
48375
- * @desc:获取代码表过滤后的值
48376
- * @param {String} value 展示数据的代码值
48377
- * @param {String} type 代码表类型
48378
- * @author liufan
48379
- * @date 2022年11月10日
48405
+ /**
48406
+ * getCodeValue
48407
+ * @desc:获取代码表过滤后的值
48408
+ * @param {String} value 展示数据的代码值
48409
+ * @param {String} type 代码表类型
48410
+ * @author liufan
48411
+ * @date 2022年11月10日
48380
48412
  **/
48381
48413
  getCodeValue: function getCodeValue(value, type) {
48382
48414
  var val = this[type].filter(function (item) {
@@ -48385,12 +48417,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48385
48417
  return val[0].shortName;
48386
48418
  },
48387
48419
 
48388
- /**
48389
- * getSysInfo
48390
- * @desc:获取代码表
48391
- * @param {String} code 编码code值
48392
- * @author liufan
48393
- * @date 2022年11月10日
48420
+ /**
48421
+ * getSysInfo
48422
+ * @desc:获取代码表
48423
+ * @param {String} code 编码code值
48424
+ * @author liufan
48425
+ * @date 2022年11月10日
48394
48426
  **/
48395
48427
  getSysInfo: function getSysInfo(code) {
48396
48428
  var _this14 = this;
@@ -48412,11 +48444,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
48412
48444
  }).catch(function (e) {});
48413
48445
  },
48414
48446
 
48415
- /**
48416
- * getListInfo
48417
- * @desc:获取预设列表数据
48418
- * @author liufan
48419
- * @date 2022年11月10日
48447
+ /**
48448
+ * getListInfo
48449
+ * @desc:获取预设列表数据
48450
+ * @author liufan
48451
+ * @date 2022年11月10日
48420
48452
  **/
48421
48453
  getListInfo: function getListInfo() {
48422
48454
  var _this15 = this;
@@ -57469,10 +57501,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
57469
57501
  this.$emit('click', res);
57470
57502
  },
57471
57503
 
57472
- /**
57473
- * @desc:获取气泡提醒
57474
- * @author huangbo
57475
- * @date 2024年9月7日
57504
+ /**
57505
+ * @desc:获取气泡提醒
57506
+ * @author huangbo
57507
+ * @date 2024年9月7日
57476
57508
  **/
57477
57509
  getBadge: function getBadge(res) {
57478
57510
  var num = res.tips || 0;
@@ -61493,10 +61525,10 @@ var events = [function (tabs, index, that) {
61493
61525
  },
61494
61526
 
61495
61527
  methods: {
61496
- /**
61497
- * @desc:匹配路由
61498
- * @author huangbo
61499
- * @date 2024年9月7日
61528
+ /**
61529
+ * @desc:匹配路由
61530
+ * @author huangbo
61531
+ * @date 2024年9月7日
61500
61532
  **/
61501
61533
  hasRouter: function hasRouter(res, url, code) {
61502
61534
  if (!url) {
@@ -61540,10 +61572,10 @@ var events = [function (tabs, index, that) {
61540
61572
  return false;
61541
61573
  },
61542
61574
 
61543
- /**
61544
- * @desc:获取初始数据
61545
- * @author huangbo
61546
- * @date 2024年9月7日
61575
+ /**
61576
+ * @desc:获取初始数据
61577
+ * @author huangbo
61578
+ * @date 2024年9月7日
61547
61579
  **/
61548
61580
  init: function init(results, first) {
61549
61581
  this.setConfig(results);
@@ -61552,10 +61584,10 @@ var events = [function (tabs, index, that) {
61552
61584
  }
61553
61585
  },
61554
61586
 
61555
- /**
61556
- * @desc:设置用户配置及信息
61557
- * @author huangbo
61558
- * @date 2024年9月7日
61587
+ /**
61588
+ * @desc:设置用户配置及信息
61589
+ * @author huangbo
61590
+ * @date 2024年9月7日
61559
61591
  **/
61560
61592
  setConfig: function setConfig(results) {
61561
61593
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -61685,10 +61717,10 @@ var events = [function (tabs, index, that) {
61685
61717
  }
61686
61718
  },
61687
61719
 
61688
- /**
61689
- * @desc:获取所有应用
61690
- * @author huangbo
61691
- * @date 2024年9月7日
61720
+ /**
61721
+ * @desc:获取所有应用
61722
+ * @author huangbo
61723
+ * @date 2024年9月7日
61692
61724
  **/
61693
61725
  getApplications: function getApplications() {
61694
61726
  var _this = this;
@@ -61736,10 +61768,10 @@ var events = [function (tabs, index, that) {
61736
61768
  });
61737
61769
  },
61738
61770
 
61739
- /**
61740
- * @desc:获取菜单列表
61741
- * @author huangbo
61742
- * @date 2024年9月7日
61771
+ /**
61772
+ * @desc:获取菜单列表
61773
+ * @author huangbo
61774
+ * @date 2024年9月7日
61743
61775
  **/
61744
61776
  getMenus: function getMenus(loading) {
61745
61777
  var _this2 = this;
@@ -61772,10 +61804,10 @@ var events = [function (tabs, index, that) {
61772
61804
  });
61773
61805
  },
61774
61806
 
61775
- /**
61776
- * @desc:处理菜单列表
61777
- * @author huangbo
61778
- * @date 2024年9月7日
61807
+ /**
61808
+ * @desc:处理菜单列表
61809
+ * @author huangbo
61810
+ * @date 2024年9月7日
61779
61811
  **/
61780
61812
  renderMenus: function renderMenus(res) {
61781
61813
  this.menus = res;
@@ -61865,10 +61897,10 @@ var events = [function (tabs, index, that) {
61865
61897
  }
61866
61898
  },
61867
61899
 
61868
- /**
61869
- * @desc:设置页面加载类型
61870
- * @author huangbo
61871
- * @date 2024年9月7日
61900
+ /**
61901
+ * @desc:设置页面加载类型
61902
+ * @author huangbo
61903
+ * @date 2024年9月7日
61872
61904
  **/
61873
61905
  setIframeType: function setIframeType(res) {
61874
61906
  var url = res.url;
@@ -61924,10 +61956,10 @@ var events = [function (tabs, index, that) {
61924
61956
  return res;
61925
61957
  },
61926
61958
 
61927
- /**
61928
- * @desc:获取菜单
61929
- * @author huangbo
61930
- * @date 2024年9月7日
61959
+ /**
61960
+ * @desc:获取菜单
61961
+ * @author huangbo
61962
+ * @date 2024年9月7日
61931
61963
  **/
61932
61964
  getMenu: function getMenu(menus, res, key) {
61933
61965
  if (Array.isArray(menus)) {
@@ -61956,10 +61988,10 @@ var events = [function (tabs, index, that) {
61956
61988
  return false;
61957
61989
  },
61958
61990
 
61959
- /**
61960
- * @desc:获取菜单第一条数据
61961
- * @author huangbo
61962
- * @date 2024年9月7日
61991
+ /**
61992
+ * @desc:获取菜单第一条数据
61993
+ * @author huangbo
61994
+ * @date 2024年9月7日
61963
61995
  **/
61964
61996
  getFirst: function getFirst(obj) {
61965
61997
  if (!obj) {
@@ -61978,10 +62010,10 @@ var events = [function (tabs, index, that) {
61978
62010
  }
61979
62011
  },
61980
62012
 
61981
- /**
61982
- * @desc:遍历设置菜单气泡提醒
61983
- * @author huangbo
61984
- * @date 2024年9月7日
62013
+ /**
62014
+ * @desc:遍历设置菜单气泡提醒
62015
+ * @author huangbo
62016
+ * @date 2024年9月7日
61985
62017
  **/
61986
62018
  setTips: function setTips(obj) {
61987
62019
  var _this3 = this;
@@ -62044,10 +62076,10 @@ var events = [function (tabs, index, that) {
62044
62076
  }
62045
62077
  },
62046
62078
 
62047
- /**
62048
- * @desc:获取气泡提醒
62049
- * @author huangbo
62050
- * @date 2024年9月7日
62079
+ /**
62080
+ * @desc:获取气泡提醒
62081
+ * @author huangbo
62082
+ * @date 2024年9月7日
62051
62083
  **/
62052
62084
  getBadge: function getBadge(res) {
62053
62085
  var num = res.tips || 0;
@@ -62061,10 +62093,10 @@ var events = [function (tabs, index, that) {
62061
62093
  };
62062
62094
  },
62063
62095
 
62064
- /**
62065
- * @desc:开启weosocket
62066
- * @author huangbo
62067
- * @date 2024年9月7日
62096
+ /**
62097
+ * @desc:开启weosocket
62098
+ * @author huangbo
62099
+ * @date 2024年9月7日
62068
62100
  **/
62069
62101
  initWebSocket: function initWebSocket() {
62070
62102
  var _this5 = this;
@@ -62112,10 +62144,10 @@ var events = [function (tabs, index, that) {
62112
62144
  });
62113
62145
  },
62114
62146
 
62115
- /**
62116
- * @desc:显示用户信息
62117
- * @author huangbo
62118
- * @date 2024年9月7日
62147
+ /**
62148
+ * @desc:显示用户信息
62149
+ * @author huangbo
62150
+ * @date 2024年9月7日
62119
62151
  **/
62120
62152
  showUserInfo: function showUserInfo() {
62121
62153
  if (this.showUser === false) {
@@ -62123,19 +62155,19 @@ var events = [function (tabs, index, that) {
62123
62155
  }
62124
62156
  },
62125
62157
 
62126
- /**
62127
- * @desc:删除更多应用菜单点击
62128
- * @author huangbo
62129
- * @date 2024年9月7日
62158
+ /**
62159
+ * @desc:删除更多应用菜单点击
62160
+ * @author huangbo
62161
+ * @date 2024年9月7日
62130
62162
  **/
62131
62163
  handleDelete: function handleDelete(index) {
62132
62164
  this.newApps.splice(index, 1);
62133
62165
  },
62134
62166
 
62135
- /**
62136
- * @desc:储存更多应用菜单点击
62137
- * @author huangbo
62138
- * @date 2024年9月7日
62167
+ /**
62168
+ * @desc:储存更多应用菜单点击
62169
+ * @author huangbo
62170
+ * @date 2024年9月7日
62139
62171
  **/
62140
62172
  handlerClickApps: function handlerClickApps(res) {
62141
62173
  if (res.permission === false) {
@@ -62148,10 +62180,10 @@ var events = [function (tabs, index, that) {
62148
62180
  this.handlerClickApp(res);
62149
62181
  },
62150
62182
 
62151
- /**
62152
- * @desc:侧边应用菜单点击
62153
- * @author huangbo
62154
- * @date 2024年9月7日
62183
+ /**
62184
+ * @desc:侧边应用菜单点击
62185
+ * @author huangbo
62186
+ * @date 2024年9月7日
62155
62187
  **/
62156
62188
  handlerClickApp: function handlerClickApp(res) {
62157
62189
  this.showMsg = false;
@@ -62238,10 +62270,10 @@ var events = [function (tabs, index, that) {
62238
62270
  }
62239
62271
  },
62240
62272
 
62241
- /**
62242
- * @desc:显示Drawer界面
62243
- * @author huangbo
62244
- * @date 2024年9月7日
62273
+ /**
62274
+ * @desc:显示Drawer界面
62275
+ * @author huangbo
62276
+ * @date 2024年9月7日
62245
62277
  **/
62246
62278
  handlerSetDrawer: function handlerSetDrawer(res, type) {
62247
62279
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -62261,19 +62293,19 @@ var events = [function (tabs, index, that) {
62261
62293
  }
62262
62294
  },
62263
62295
 
62264
- /**
62265
- * @desc:关闭Drawer界面
62266
- * @author huangbo
62267
- * @date 2024年9月7日
62296
+ /**
62297
+ * @desc:关闭Drawer界面
62298
+ * @author huangbo
62299
+ * @date 2024年9月7日
62268
62300
  **/
62269
62301
  handleCloseDrawer: function handleCloseDrawer() {
62270
62302
  this.drawer = { visible: false };
62271
62303
  },
62272
62304
 
62273
- /**
62274
- * @desc:菜单点击
62275
- * @author huangbo
62276
- * @date 2024年9月7日
62305
+ /**
62306
+ * @desc:菜单点击
62307
+ * @author huangbo
62308
+ * @date 2024年9月7日
62277
62309
  **/
62278
62310
  handlerClickMenu: function handlerClickMenu(res) {
62279
62311
  utils_util["a" /* default */].ajax({
@@ -62322,19 +62354,19 @@ var events = [function (tabs, index, that) {
62322
62354
  },
62323
62355
 
62324
62356
 
62325
- /**
62326
- * @desc:用户详情请求成功
62327
- * @author huangbo
62328
- * @date 2024年9月7日
62357
+ /**
62358
+ * @desc:用户详情请求成功
62359
+ * @author huangbo
62360
+ * @date 2024年9月7日
62329
62361
  **/
62330
62362
  handleSuccess: function handleSuccess(res) {
62331
62363
  this.simpleUserInfo = res.simpleUserInfo;
62332
62364
  },
62333
62365
 
62334
- /**
62335
- * @desc:修改用户配置
62336
- * @author huangbo
62337
- * @date 2024年9月7日
62366
+ /**
62367
+ * @desc:修改用户配置
62368
+ * @author huangbo
62369
+ * @date 2024年9月7日
62338
62370
  **/
62339
62371
  handleChangeConfig: function handleChangeConfig(name, res) {
62340
62372
  if (name == 'userHeadUrl') {
@@ -62350,10 +62382,10 @@ var events = [function (tabs, index, that) {
62350
62382
  }
62351
62383
  },
62352
62384
 
62353
- /**
62354
- * @desc:关闭webSocket
62355
- * @author huangbo
62356
- * @date 2024年9月7日
62385
+ /**
62386
+ * @desc:关闭webSocket
62387
+ * @author huangbo
62388
+ * @date 2024年9月7日
62357
62389
  **/
62358
62390
  handlerClose: function handlerClose() {
62359
62391
  if (this.webSocket) {
@@ -62361,10 +62393,10 @@ var events = [function (tabs, index, that) {
62361
62393
  }
62362
62394
  },
62363
62395
 
62364
- /**
62365
- * @desc:刷新选中iframe页签
62366
- * @author huangbo
62367
- * @date 2024年9月7日
62396
+ /**
62397
+ * @desc:刷新选中iframe页签
62398
+ * @author huangbo
62399
+ * @date 2024年9月7日
62368
62400
  **/
62369
62401
  handleRefresh: function handleRefresh() {
62370
62402
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -62385,10 +62417,10 @@ var events = [function (tabs, index, that) {
62385
62417
  }
62386
62418
  },
62387
62419
 
62388
- /**
62389
- * @desc:删除iframe
62390
- * @author huangbo
62391
- * @date 2024年9月7日
62420
+ /**
62421
+ * @desc:删除iframe
62422
+ * @author huangbo
62423
+ * @date 2024年9月7日
62392
62424
  **/
62393
62425
  handleRemove: function handleRemove(name) {
62394
62426
  var len = this.tabs.length - 1;
@@ -62405,10 +62437,10 @@ var events = [function (tabs, index, that) {
62405
62437
  }
62406
62438
  },
62407
62439
 
62408
- /**
62409
- * @desc:tabs鼠标右键事件
62410
- * @author huangbo
62411
- * @date 2024年9月7日
62440
+ /**
62441
+ * @desc:tabs鼠标右键事件
62442
+ * @author huangbo
62443
+ * @date 2024年9月7日
62412
62444
  **/
62413
62445
  handleContextmenu: function handleContextmenu(tabs, e) {
62414
62446
  var disabled = {};
@@ -62433,10 +62465,10 @@ var events = [function (tabs, index, that) {
62433
62465
  window.addEventListener('click', this.closeTabsEvents);
62434
62466
  },
62435
62467
 
62436
- /**
62437
- * @desc:tabs页签事件
62438
- * @author huangbo
62439
- * @date 2024年9月7日
62468
+ /**
62469
+ * @desc:tabs页签事件
62470
+ * @author huangbo
62471
+ * @date 2024年9月7日
62440
62472
  **/
62441
62473
  handleTabsEvents: function handleTabsEvents(num) {
62442
62474
  if (this.pane !== null) {
@@ -62454,10 +62486,10 @@ var events = [function (tabs, index, that) {
62454
62486
  window.removeEventListener('click', this.closeTabsEvents);
62455
62487
  },
62456
62488
 
62457
- /**
62458
- * @desc:handler工具栏点击事件
62459
- * @author huangbo
62460
- * @date 2024年9月7日
62489
+ /**
62490
+ * @desc:handler工具栏点击事件
62491
+ * @author huangbo
62492
+ * @date 2024年9月7日
62461
62493
  **/
62462
62494
  handleClick: function handleClick(res) {
62463
62495
  var type = res.type,
@@ -62535,10 +62567,10 @@ var events = [function (tabs, index, that) {
62535
62567
  this.$emit('handler-click', res);
62536
62568
  },
62537
62569
 
62538
- /**
62539
- * @desc:退出登录
62540
- * @author huangbo
62541
- * @date 2024年9月7日
62570
+ /**
62571
+ * @desc:退出登录
62572
+ * @author huangbo
62573
+ * @date 2024年9月7日
62542
62574
  **/
62543
62575
  handleQuit: function handleQuit() {
62544
62576
  var _this6 = this;
@@ -62613,10 +62645,10 @@ var events = [function (tabs, index, that) {
62613
62645
  }).catch(function (e) {});
62614
62646
  },
62615
62647
 
62616
- /**
62617
- * @desc:主题、消息回调
62618
- * @author huangbo
62619
- * @date 2024年9月7日
62648
+ /**
62649
+ * @desc:主题、消息回调
62650
+ * @author huangbo
62651
+ * @date 2024年9月7日
62620
62652
  **/
62621
62653
  handleChange: function handleChange(res) {
62622
62654
  var type = res.type,
@@ -62632,10 +62664,10 @@ var events = [function (tabs, index, that) {
62632
62664
  }
62633
62665
  },
62634
62666
 
62635
- /**
62636
- * @desc:菜单布局样式切换
62637
- * @author huangbo
62638
- * @date 2024年9月7日
62667
+ /**
62668
+ * @desc:菜单布局样式切换
62669
+ * @author huangbo
62670
+ * @date 2024年9月7日
62639
62671
  **/
62640
62672
  handleLayout: function handleLayout(res, active) {
62641
62673
  if (active) {
@@ -62644,10 +62676,10 @@ var events = [function (tabs, index, that) {
62644
62676
  this.$emit('chang-layout', res, active);
62645
62677
  },
62646
62678
 
62647
- /**
62648
- * @desc:消息修改总数
62649
- * @author huangbo
62650
- * @date 2024年9月7日
62679
+ /**
62680
+ * @desc:消息修改总数
62681
+ * @author huangbo
62682
+ * @date 2024年9月7日
62651
62683
  **/
62652
62684
  handleMenuTips: function handleMenuTips(id, num) {
62653
62685
  if (num) {
@@ -62658,10 +62690,10 @@ var events = [function (tabs, index, that) {
62658
62690
  }
62659
62691
  },
62660
62692
 
62661
- /**
62662
- * @desc:处理即时消息
62663
- * @author huangbo
62664
- * @date 2024年9月7日
62693
+ /**
62694
+ * @desc:处理即时消息
62695
+ * @author huangbo
62696
+ * @date 2024年9月7日
62665
62697
  **/
62666
62698
  handleOpened: function handleOpened(res) {
62667
62699
  var _this7 = this;
@@ -69803,19 +69835,19 @@ var QRCode = __webpack_require__(23);
69803
69835
  //设置logo大小
69804
69836
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69805
69837
  //设置获取的logo将其变为圆角以及添加白色背景
69806
- /* ctx.fillStyle = "#fff";
69807
- ctx.beginPath();
69808
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69809
- let w = 46; //圆角宽
69810
- let x = logoPosition - 5;
69811
- let y = logoPosition - 5;
69812
- let r = 5; //圆角半径
69813
- ctx.moveTo(x + r, y);
69814
- ctx.arcTo(x + w, y, x + w, y + h, r);
69815
- ctx.arcTo(x + w, y + h, x, y + h, r);
69816
- ctx.arcTo(x, y + h, x, y, r);
69817
- ctx.arcTo(x, y, x + w, y, r);
69818
- ctx.closePath();
69838
+ /* ctx.fillStyle = "#fff";
69839
+ ctx.beginPath();
69840
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69841
+ let w = 46; //圆角宽
69842
+ let x = logoPosition - 5;
69843
+ let y = logoPosition - 5;
69844
+ let r = 5; //圆角半径
69845
+ ctx.moveTo(x + r, y);
69846
+ ctx.arcTo(x + w, y, x + w, y + h, r);
69847
+ ctx.arcTo(x + w, y + h, x, y + h, r);
69848
+ ctx.arcTo(x, y + h, x, y, r);
69849
+ ctx.arcTo(x, y, x + w, y, r);
69850
+ ctx.closePath();
69819
69851
  ctx.fill(); */
69820
69852
  logo.onload = function () {
69821
69853
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -87706,7 +87738,7 @@ if (typeof window !== 'undefined' && window.Vue) {
87706
87738
  }
87707
87739
 
87708
87740
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
87709
- version: '0.6.60',
87741
+ version: '0.6.61',
87710
87742
  install: install,
87711
87743
  Button: packages_button,
87712
87744
  ButtonGroup: button_group,