eoss-ui 0.6.49 → 0.6.50

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 +529 -516
  2. package/lib/flow-list.js +81 -81
  3. package/lib/flow.js +297 -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 +3108 -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
package/lib/flow.js CHANGED
@@ -4368,7 +4368,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4368
4368
  // ESM COMPAT FLAG
4369
4369
  __webpack_require__.r(__webpack_exports__);
4370
4370
 
4371
- // 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&
4371
+ // 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=4ea30461&
4372
4372
  var render = function () {
4373
4373
  var _vm = this
4374
4374
  var _h = _vm.$createElement
@@ -4395,12 +4395,19 @@ var render = function () {
4395
4395
  },
4396
4396
  on: {
4397
4397
  cancel: function ($event) {
4398
- _vm.closeProcess($event, "showTaskRead")
4398
+ _vm.closeProcess($event)
4399
4399
  },
4400
4400
  },
4401
4401
  })
4402
4402
  : _vm.typeCode == "supervise"
4403
- ? _c("Supervise", { attrs: { businessId: _vm.businessId } })
4403
+ ? _c("Supervise", {
4404
+ attrs: { businessId: _vm.businessId },
4405
+ on: {
4406
+ cancel: function ($event) {
4407
+ _vm.closeProcess($event)
4408
+ },
4409
+ },
4410
+ })
4404
4411
  : _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
4405
4412
  ? _c("reset", {
4406
4413
  staticStyle: { height: "100%" },
@@ -4409,6 +4416,11 @@ var render = function () {
4409
4416
  appId: _vm.resetAppId,
4410
4417
  flowParams: _vm.param,
4411
4418
  },
4419
+ on: {
4420
+ cancel: function ($event) {
4421
+ _vm.closeProcess($event)
4422
+ },
4423
+ },
4412
4424
  })
4413
4425
  : _c(
4414
4426
  "div",
@@ -6628,7 +6640,7 @@ var staticRenderFns = []
6628
6640
  render._withStripped = true
6629
6641
 
6630
6642
 
6631
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=74ef8ad5&
6643
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=4ea30461&
6632
6644
 
6633
6645
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6634
6646
  var regenerator_ = __webpack_require__(14);
@@ -7441,21 +7453,21 @@ var _components;
7441
7453
  return validSate;
7442
7454
  },
7443
7455
 
7444
- /**
7445
- * changeOpinion
7446
- * @desc:监听意见变化
7447
- * @author liufan
7448
- * @date 2022年10月28日
7456
+ /**
7457
+ * changeOpinion
7458
+ * @desc:监听意见变化
7459
+ * @author liufan
7460
+ * @date 2022年10月28日
7449
7461
  **/
7450
7462
  changeOpinion: function changeOpinion() {
7451
7463
  this.$emit('change', this.form.value);
7452
7464
  },
7453
7465
 
7454
- /**
7455
- * getCommonOpion
7456
- * @desc:获取意见
7457
- * @author liufan
7458
- * @date 2022年5月25日
7466
+ /**
7467
+ * getCommonOpion
7468
+ * @desc:获取意见
7469
+ * @author liufan
7470
+ * @date 2022年5月25日
7459
7471
  **/
7460
7472
  getCommonOpion: function getCommonOpion() {
7461
7473
  var _this = this;
@@ -7484,24 +7496,24 @@ var _components;
7484
7496
  });
7485
7497
  },
7486
7498
 
7487
- /**
7488
- * upDate
7489
- * @desc:修改常用语
7490
- * @author liufan
7491
- * @param {Object} val 修改值
7492
- * @date 2022年5月25日
7499
+ /**
7500
+ * upDate
7501
+ * @desc:修改常用语
7502
+ * @author liufan
7503
+ * @param {Object} val 修改值
7504
+ * @date 2022年5月25日
7493
7505
  **/
7494
7506
  upDate: function upDate(val) {
7495
7507
  this.FormData.id = val.id;
7496
7508
  this.addVisible = true;
7497
7509
  },
7498
7510
 
7499
- /**
7500
- * selectChange
7501
- * @desc:常用语选择
7502
- * @author liufan
7503
- * @param {String} val 选中值
7504
- * @date 2022年5月25日
7511
+ /**
7512
+ * selectChange
7513
+ * @desc:常用语选择
7514
+ * @author liufan
7515
+ * @param {String} val 选中值
7516
+ * @date 2022年5月25日
7505
7517
  **/
7506
7518
  selectChange: function selectChange(val) {
7507
7519
  var _this2 = this;
@@ -7520,12 +7532,12 @@ var _components;
7520
7532
  });
7521
7533
  },
7522
7534
 
7523
- /**
7524
- * del
7525
- * @desc:删除常用语
7526
- * @author liufan
7527
- * @param {Object} val 删除的数据
7528
- * @date 2022年5月25日
7535
+ /**
7536
+ * del
7537
+ * @desc:删除常用语
7538
+ * @author liufan
7539
+ * @param {Object} val 删除的数据
7540
+ * @date 2022年5月25日
7529
7541
  **/
7530
7542
  del: function del(val) {
7531
7543
  var _this3 = this;
@@ -7567,12 +7579,12 @@ var _components;
7567
7579
  }).catch(function (e) {});
7568
7580
  },
7569
7581
 
7570
- /**
7571
- * submit
7572
- * @desc:新增/编辑意见保存
7573
- * @author liufan
7574
- * @param {Object} val 保存数据
7575
- * @date 2022年5月25日
7582
+ /**
7583
+ * submit
7584
+ * @desc:新增/编辑意见保存
7585
+ * @author liufan
7586
+ * @param {Object} val 保存数据
7587
+ * @date 2022年5月25日
7576
7588
  **/
7577
7589
  submit: function submit(val) {
7578
7590
  var _this4 = this;
@@ -10459,11 +10471,11 @@ var processFormvue_type_script_lang_js_components;
10459
10471
  });
10460
10472
  },
10461
10473
 
10462
- /**
10463
- * isMultiple
10464
- * @desc:是否多选
10465
- * @author liufan
10466
- * @date 2022年9月13日
10474
+ /**
10475
+ * isMultiple
10476
+ * @desc:是否多选
10477
+ * @author liufan
10478
+ * @date 2022年9月13日
10467
10479
  **/
10468
10480
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10469
10481
  var multiple = false;
@@ -14270,11 +14282,11 @@ var resetvue_type_script_lang_js_components;
14270
14282
  });
14271
14283
  },
14272
14284
 
14273
- /**
14274
- * isMultiple
14275
- * @desc:是否多选
14276
- * @author liufan
14277
- * @date 2022年9月13日
14285
+ /**
14286
+ * isMultiple
14287
+ * @desc:是否多选
14288
+ * @author liufan
14289
+ * @date 2022年9月13日
14278
14290
  **/
14279
14291
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14280
14292
  var multiple = false;
@@ -18638,11 +18650,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18638
18650
  });
18639
18651
  },
18640
18652
 
18641
- /**
18642
- * saveInfo
18643
- * @desc:暂存
18644
- * @author liufan
18645
- * @date 2022年9月9日
18653
+ /**
18654
+ * saveInfo
18655
+ * @desc:暂存
18656
+ * @author liufan
18657
+ * @date 2022年9月9日
18646
18658
  **/
18647
18659
  saveInfo: function saveInfo(type, btn) {
18648
18660
  var _this6 = this;
@@ -18704,11 +18716,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18704
18716
  });
18705
18717
  },
18706
18718
 
18707
- /**
18708
- * rejectBtn
18709
- * @desc:点击驳回
18710
- * @author liufan
18711
- * @date 2022年5月25日
18719
+ /**
18720
+ * rejectBtn
18721
+ * @desc:点击驳回
18722
+ * @author liufan
18723
+ * @date 2022年5月25日
18712
18724
  **/
18713
18725
  rejectBtn: function rejectBtn() {
18714
18726
  var _this8 = this;
@@ -18726,11 +18738,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18726
18738
  }
18727
18739
  },
18728
18740
 
18729
- /**
18730
- * taskReadBtn
18731
- * @desc:点击分阅
18732
- * @author liufan
18733
- * @date 2022年5月25日
18741
+ /**
18742
+ * taskReadBtn
18743
+ * @desc:点击分阅
18744
+ * @author liufan
18745
+ * @date 2022年5月25日
18734
18746
  **/
18735
18747
  taskReadBtn: function taskReadBtn() {
18736
18748
  var _this9 = this;
@@ -18749,11 +18761,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18749
18761
  }
18750
18762
  },
18751
18763
 
18752
- /**
18753
- * getFind
18754
- * @desc:获取通知方式
18755
- * @author liufan
18756
- * @date 2022年5月25日
18764
+ /**
18765
+ * getFind
18766
+ * @desc:获取通知方式
18767
+ * @author liufan
18768
+ * @date 2022年5月25日
18757
18769
  **/
18758
18770
  getFind: function getFind() {
18759
18771
  var _this10 = this;
@@ -18808,12 +18820,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18808
18820
  });
18809
18821
  },
18810
18822
 
18811
- /**
18812
- * endFlows
18813
- * @desc:直接办结
18814
- * @author liufan
18815
- * @param {Object} res 直接办结数据
18816
- * @date 2022年5月25日
18823
+ /**
18824
+ * endFlows
18825
+ * @desc:直接办结
18826
+ * @author liufan
18827
+ * @param {Object} res 直接办结数据
18828
+ * @date 2022年5月25日
18817
18829
  **/
18818
18830
  endFlows: function endFlows(res) {
18819
18831
  var _this12 = this;
@@ -18867,12 +18879,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18867
18879
  }).catch(function (e) {});
18868
18880
  },
18869
18881
 
18870
- /**
18871
- * goView
18872
- * @desc:更多流程按钮操作
18873
- * @author liufan
18874
- * @param {Object} res 当前点击操作按钮数据
18875
- * @date 2022年5月25日
18882
+ /**
18883
+ * goView
18884
+ * @desc:更多流程按钮操作
18885
+ * @author liufan
18886
+ * @param {Object} res 当前点击操作按钮数据
18887
+ * @date 2022年5月25日
18876
18888
  **/
18877
18889
  goView: function goView(res) {
18878
18890
  // 驳回并办结:rejectAndEndHtml
@@ -18957,11 +18969,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18957
18969
  // isCanStartSubFlow
18958
18970
  },
18959
18971
 
18960
- /**
18961
- * toTakeAdvice
18962
- * @desc:征求意见
18963
- * @author liufan
18964
- * @date 2022年9月29日
18972
+ /**
18973
+ * toTakeAdvice
18974
+ * @desc:征求意见
18975
+ * @author liufan
18976
+ * @date 2022年9月29日
18965
18977
  **/
18966
18978
  toTakeAdvice: function toTakeAdvice(res) {
18967
18979
  var _this14 = this;
@@ -19005,11 +19017,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19005
19017
  });
19006
19018
  },
19007
19019
 
19008
- /**
19009
- * toStartDraf
19010
- * @desc: 稿件递送、联合审核、复核
19011
- * @author liufan
19012
- * @date 2022年9月29日
19020
+ /**
19021
+ * toStartDraf
19022
+ * @desc: 稿件递送、联合审核、复核
19023
+ * @author liufan
19024
+ * @date 2022年9月29日
19013
19025
  **/
19014
19026
  toStartDraf: function toStartDraf(res) {
19015
19027
  var _this16 = this;
@@ -19023,11 +19035,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19023
19035
  }
19024
19036
  },
19025
19037
 
19026
- /**
19027
- * toSendMsg
19028
- * @desc:核稿通知
19029
- * @author liufan
19030
- * @date 2022年9月29日
19038
+ /**
19039
+ * toSendMsg
19040
+ * @desc:核稿通知
19041
+ * @author liufan
19042
+ * @date 2022年9月29日
19031
19043
  **/
19032
19044
  toSendMsg: function toSendMsg(res) {
19033
19045
  var _this17 = this;
@@ -19041,11 +19053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19041
19053
  }
19042
19054
  },
19043
19055
 
19044
- /**
19045
- * toTaskReadAndEnd
19046
- * @desc:分阅并办结
19047
- * @author liufan
19048
- * @date 2022年9月29日
19056
+ /**
19057
+ * toTaskReadAndEnd
19058
+ * @desc:分阅并办结
19059
+ * @author liufan
19060
+ * @date 2022年9月29日
19049
19061
  **/
19050
19062
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19051
19063
  var _this18 = this;
@@ -19063,11 +19075,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19063
19075
  }
19064
19076
  },
19065
19077
 
19066
- /**
19067
- * rejectAndEnd
19068
- * @desc:驳回并办结
19069
- * @author liufan
19070
- * @date 2022年9月29日
19078
+ /**
19079
+ * rejectAndEnd
19080
+ * @desc:驳回并办结
19081
+ * @author liufan
19082
+ * @date 2022年9月29日
19071
19083
  **/
19072
19084
  rejectAndEnd: function rejectAndEnd(res) {
19073
19085
  var _this19 = this;
@@ -19122,11 +19134,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19122
19134
  });
19123
19135
  },
19124
19136
 
19125
- /**
19126
- * toTransfer
19127
- * @desc:转办
19128
- * @author liufan
19129
- * @date 2022年9月29日
19137
+ /**
19138
+ * toTransfer
19139
+ * @desc:转办
19140
+ * @author liufan
19141
+ * @date 2022年9月29日
19130
19142
  **/
19131
19143
  toTransfer: function toTransfer(res) {
19132
19144
  var _this21 = this;
@@ -19142,11 +19154,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19142
19154
  }
19143
19155
  },
19144
19156
 
19145
- /**
19146
- * getNodeInfo
19147
- * @desc:获取节点信息
19148
- * @author liufan
19149
- * @date 2022年5月25日
19157
+ /**
19158
+ * getNodeInfo
19159
+ * @desc:获取节点信息
19160
+ * @author liufan
19161
+ * @date 2022年5月25日
19150
19162
  **/
19151
19163
  getNodeInfo: function getNodeInfo() {
19152
19164
  var _this22 = this;
@@ -19245,12 +19257,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19245
19257
  });
19246
19258
  },
19247
19259
 
19248
- /**
19249
- * selecNext
19250
- * @desc:下步节点变化时更新数据
19251
- * @author liufan
19252
- * @param {String} val 当前选中值
19253
- * @date 2022年5月25日
19260
+ /**
19261
+ * selecNext
19262
+ * @desc:下步节点变化时更新数据
19263
+ * @author liufan
19264
+ * @param {String} val 当前选中值
19265
+ * @date 2022年5月25日
19254
19266
  **/
19255
19267
  selecNext: function selecNext(val, type, isDef) {
19256
19268
  var _this23 = this;
@@ -19359,11 +19371,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19359
19371
  if (isDef !== true) this.getNodeInfo();
19360
19372
  },
19361
19373
 
19362
- /**
19363
- * isMultiple
19364
- * @desc:是否多选
19365
- * @author liufan
19366
- * @date 2022年9月13日
19374
+ /**
19375
+ * isMultiple
19376
+ * @desc:是否多选
19377
+ * @author liufan
19378
+ * @date 2022年9月13日
19367
19379
  **/
19368
19380
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19369
19381
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19395,11 +19407,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19395
19407
  }
19396
19408
  },
19397
19409
 
19398
- /**
19399
- * getHedInfo
19400
- * @desc:获取审核页面数据
19401
- * @author liufan
19402
- * @date 2022年5月25日
19410
+ /**
19411
+ * getHedInfo
19412
+ * @desc:获取审核页面数据
19413
+ * @author liufan
19414
+ * @date 2022年5月25日
19403
19415
  **/
19404
19416
  getHedInfo: function getHedInfo() {
19405
19417
  var _this24 = this;
@@ -19635,13 +19647,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19635
19647
  });
19636
19648
  },
19637
19649
 
19638
- /**
19639
- * closeProcess
19640
- * @desc:关闭弹窗
19641
- * @author liufan
19642
- * @param {boolean} val 当前是否办理流程
19643
- * @param {String} type 当前点击的弹窗类型
19644
- * @date 2022年5月25日
19650
+ /**
19651
+ * closeProcess
19652
+ * @desc:关闭弹窗
19653
+ * @author liufan
19654
+ * @param {boolean} val 当前是否办理流程
19655
+ * @param {String} type 当前点击的弹窗类型
19656
+ * @date 2022年5月25日
19645
19657
  **/
19646
19658
  closeProcess: function closeProcess(val, type, closeParent) {
19647
19659
  if (closeParent) {
@@ -19658,23 +19670,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19658
19670
  }
19659
19671
  },
19660
19672
 
19661
- /**
19662
- * selectChange
19663
- * @desc:常用语选择
19664
- * @author liufan
19665
- * @param {String} val 选中值
19666
- * @date 2022年5月25日
19673
+ /**
19674
+ * selectChange
19675
+ * @desc:常用语选择
19676
+ * @author liufan
19677
+ * @param {String} val 选中值
19678
+ * @date 2022年5月25日
19667
19679
  **/
19668
19680
  selectChange: function selectChange(val) {
19669
19681
  this.value = val;
19670
19682
  },
19671
19683
 
19672
- /**
19673
- * upDate
19674
- * @desc:修改常用语
19675
- * @author liufan
19676
- * @param {Object} val 修改值
19677
- * @date 2022年5月25日
19684
+ /**
19685
+ * upDate
19686
+ * @desc:修改常用语
19687
+ * @author liufan
19688
+ * @param {Object} val 修改值
19689
+ * @date 2022年5月25日
19678
19690
  **/
19679
19691
  upDate: function upDate(val) {
19680
19692
  this.FormData.id = val.id;
@@ -19682,11 +19694,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19682
19694
  },
19683
19695
 
19684
19696
 
19685
- /**
19686
- * getProcess
19687
- * @desc:获取选择流程
19688
- * @author liufan
19689
- * @date 2022年5月25日
19697
+ /**
19698
+ * getProcess
19699
+ * @desc:获取选择流程
19700
+ * @author liufan
19701
+ * @date 2022年5月25日
19690
19702
  **/
19691
19703
  getProcess: function getProcess() {
19692
19704
  var _this25 = this;
@@ -19740,11 +19752,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19740
19752
  });
19741
19753
  },
19742
19754
 
19743
- /**
19744
- * getPendedhistoryList
19745
- * @desc:获取流程列表
19746
- * @author liufan
19747
- * @date 2022年5月25日
19755
+ /**
19756
+ * getPendedhistoryList
19757
+ * @desc:获取流程列表
19758
+ * @author liufan
19759
+ * @date 2022年5月25日
19748
19760
  **/
19749
19761
  getPendedhistoryList: function getPendedhistoryList() {
19750
19762
  var _this26 = this;
@@ -19776,12 +19788,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19776
19788
  },
19777
19789
 
19778
19790
  // 提交流程
19779
- /**
19780
- * subProcess
19781
- * @desc:提交流程
19782
- * @author liufan
19783
- * @param {String} formName 当前form表单ref值
19784
- * @date 2022年5月25日
19791
+ /**
19792
+ * subProcess
19793
+ * @desc:提交流程
19794
+ * @author liufan
19795
+ * @param {String} formName 当前form表单ref值
19796
+ * @date 2022年5月25日
19785
19797
  **/
19786
19798
  subProcess: function subProcess(val) {
19787
19799
  var _this27 = this;
@@ -21201,6 +21213,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21201
21213
  //
21202
21214
  //
21203
21215
  //
21216
+ //
21204
21217
 
21205
21218
 
21206
21219
 
@@ -21826,11 +21839,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21826
21839
  });
21827
21840
  },
21828
21841
 
21829
- /**
21830
- * saveInfo
21831
- * @desc:暂存
21832
- * @author liufan
21833
- * @date 2022年9月9日
21842
+ /**
21843
+ * saveInfo
21844
+ * @desc:暂存
21845
+ * @author liufan
21846
+ * @date 2022年9月9日
21834
21847
  **/
21835
21848
  saveInfo: function saveInfo(type, btn) {
21836
21849
  var _this8 = this;
@@ -21892,11 +21905,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21892
21905
  });
21893
21906
  },
21894
21907
 
21895
- /**
21896
- * rejectBtn
21897
- * @desc:点击驳回
21898
- * @author liufan
21899
- * @date 2022年5月25日
21908
+ /**
21909
+ * rejectBtn
21910
+ * @desc:点击驳回
21911
+ * @author liufan
21912
+ * @date 2022年5月25日
21900
21913
  **/
21901
21914
  rejectBtn: function rejectBtn() {
21902
21915
  var _this10 = this;
@@ -21914,11 +21927,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21914
21927
  }
21915
21928
  },
21916
21929
 
21917
- /**
21918
- * taskReadBtn
21919
- * @desc:点击分阅
21920
- * @author liufan
21921
- * @date 2022年5月25日
21930
+ /**
21931
+ * taskReadBtn
21932
+ * @desc:点击分阅
21933
+ * @author liufan
21934
+ * @date 2022年5月25日
21922
21935
  **/
21923
21936
  taskReadBtn: function taskReadBtn() {
21924
21937
  var _this11 = this;
@@ -21937,11 +21950,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21937
21950
  }
21938
21951
  },
21939
21952
 
21940
- /**
21941
- * getFind
21942
- * @desc:获取通知方式
21943
- * @author liufan
21944
- * @date 2022年5月25日
21953
+ /**
21954
+ * getFind
21955
+ * @desc:获取通知方式
21956
+ * @author liufan
21957
+ * @date 2022年5月25日
21945
21958
  **/
21946
21959
  getFind: function getFind() {
21947
21960
  var _this12 = this;
@@ -22006,12 +22019,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22006
22019
  });
22007
22020
  },
22008
22021
 
22009
- /**
22010
- * endFlows
22011
- * @desc:直接办结
22012
- * @author liufan
22013
- * @param {Object} res 直接办结数据
22014
- * @date 2022年5月25日
22022
+ /**
22023
+ * endFlows
22024
+ * @desc:直接办结
22025
+ * @author liufan
22026
+ * @param {Object} res 直接办结数据
22027
+ * @date 2022年5月25日
22015
22028
  **/
22016
22029
  endFlows: function endFlows(res) {
22017
22030
  var _this14 = this;
@@ -22065,12 +22078,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22065
22078
  }).catch(function (e) {});
22066
22079
  },
22067
22080
 
22068
- /**
22069
- * goView
22070
- * @desc:更多流程按钮操作
22071
- * @author liufan
22072
- * @param {Object} res 当前点击操作按钮数据
22073
- * @date 2022年5月25日
22081
+ /**
22082
+ * goView
22083
+ * @desc:更多流程按钮操作
22084
+ * @author liufan
22085
+ * @param {Object} res 当前点击操作按钮数据
22086
+ * @date 2022年5月25日
22074
22087
  **/
22075
22088
  goView: function goView(res) {
22076
22089
  // 驳回并办结:rejectAndEndHtml
@@ -22155,11 +22168,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22155
22168
  // isCanStartSubFlow
22156
22169
  },
22157
22170
 
22158
- /**
22159
- * toTakeAdvice
22160
- * @desc:征求意见
22161
- * @author liufan
22162
- * @date 2022年9月29日
22171
+ /**
22172
+ * toTakeAdvice
22173
+ * @desc:征求意见
22174
+ * @author liufan
22175
+ * @date 2022年9月29日
22163
22176
  **/
22164
22177
  toTakeAdvice: function toTakeAdvice(res) {
22165
22178
  var _this16 = this;
@@ -22203,11 +22216,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22203
22216
  });
22204
22217
  },
22205
22218
 
22206
- /**
22207
- * toStartDraf
22208
- * @desc: 稿件递送、联合审核、复核
22209
- * @author liufan
22210
- * @date 2022年9月29日
22219
+ /**
22220
+ * toStartDraf
22221
+ * @desc: 稿件递送、联合审核、复核
22222
+ * @author liufan
22223
+ * @date 2022年9月29日
22211
22224
  **/
22212
22225
  toStartDraf: function toStartDraf(res) {
22213
22226
  var _this18 = this;
@@ -22221,11 +22234,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22221
22234
  }
22222
22235
  },
22223
22236
 
22224
- /**
22225
- * toSendMsg
22226
- * @desc:核稿通知
22227
- * @author liufan
22228
- * @date 2022年9月29日
22237
+ /**
22238
+ * toSendMsg
22239
+ * @desc:核稿通知
22240
+ * @author liufan
22241
+ * @date 2022年9月29日
22229
22242
  **/
22230
22243
  toSendMsg: function toSendMsg(res) {
22231
22244
  var _this19 = this;
@@ -22239,11 +22252,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22239
22252
  }
22240
22253
  },
22241
22254
 
22242
- /**
22243
- * toTaskReadAndEnd
22244
- * @desc:分阅并办结
22245
- * @author liufan
22246
- * @date 2022年9月29日
22255
+ /**
22256
+ * toTaskReadAndEnd
22257
+ * @desc:分阅并办结
22258
+ * @author liufan
22259
+ * @date 2022年9月29日
22247
22260
  **/
22248
22261
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22249
22262
  var _this20 = this;
@@ -22261,11 +22274,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22261
22274
  }
22262
22275
  },
22263
22276
 
22264
- /**
22265
- * rejectAndEnd
22266
- * @desc:驳回并办结
22267
- * @author liufan
22268
- * @date 2022年9月29日
22277
+ /**
22278
+ * rejectAndEnd
22279
+ * @desc:驳回并办结
22280
+ * @author liufan
22281
+ * @date 2022年9月29日
22269
22282
  **/
22270
22283
  rejectAndEnd: function rejectAndEnd(res) {
22271
22284
  var _this21 = this;
@@ -22320,11 +22333,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22320
22333
  });
22321
22334
  },
22322
22335
 
22323
- /**
22324
- * toTransfer
22325
- * @desc:转办
22326
- * @author liufan
22327
- * @date 2022年9月29日
22336
+ /**
22337
+ * toTransfer
22338
+ * @desc:转办
22339
+ * @author liufan
22340
+ * @date 2022年9月29日
22328
22341
  **/
22329
22342
  toTransfer: function toTransfer(res) {
22330
22343
  var _this23 = this;
@@ -22340,11 +22353,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22340
22353
  }
22341
22354
  },
22342
22355
 
22343
- /**
22344
- * getNodeInfo
22345
- * @desc:获取节点信息
22346
- * @author liufan
22347
- * @date 2022年5月25日
22356
+ /**
22357
+ * getNodeInfo
22358
+ * @desc:获取节点信息
22359
+ * @author liufan
22360
+ * @date 2022年5月25日
22348
22361
  **/
22349
22362
  getNodeInfo: function getNodeInfo() {
22350
22363
  var _this24 = this;
@@ -22443,12 +22456,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22443
22456
  });
22444
22457
  },
22445
22458
 
22446
- /**
22447
- * selecNext
22448
- * @desc:下步节点变化时更新数据
22449
- * @author liufan
22450
- * @param {String} val 当前选中值
22451
- * @date 2022年5月25日
22459
+ /**
22460
+ * selecNext
22461
+ * @desc:下步节点变化时更新数据
22462
+ * @author liufan
22463
+ * @param {String} val 当前选中值
22464
+ * @date 2022年5月25日
22452
22465
  **/
22453
22466
  selecNext: function selecNext(val, type, isDef) {
22454
22467
  var _this25 = this;
@@ -22557,11 +22570,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22557
22570
  if (isDef !== true) this.getNodeInfo();
22558
22571
  },
22559
22572
 
22560
- /**
22561
- * isMultiple
22562
- * @desc:是否多选
22563
- * @author liufan
22564
- * @date 2022年9月13日
22573
+ /**
22574
+ * isMultiple
22575
+ * @desc:是否多选
22576
+ * @author liufan
22577
+ * @date 2022年9月13日
22565
22578
  **/
22566
22579
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22567
22580
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22593,11 +22606,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22593
22606
  }
22594
22607
  },
22595
22608
 
22596
- /**
22597
- * getHedInfo
22598
- * @desc:获取审核页面数据
22599
- * @author liufan
22600
- * @date 2022年5月25日
22609
+ /**
22610
+ * getHedInfo
22611
+ * @desc:获取审核页面数据
22612
+ * @author liufan
22613
+ * @date 2022年5月25日
22601
22614
  **/
22602
22615
  getHedInfo: function getHedInfo() {
22603
22616
  var _this26 = this;
@@ -22837,13 +22850,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22837
22850
  });
22838
22851
  },
22839
22852
 
22840
- /**
22841
- * closeProcess
22842
- * @desc:关闭弹窗
22843
- * @author liufan
22844
- * @param {boolean} val 当前是否办理流程
22845
- * @param {String} type 当前点击的弹窗类型
22846
- * @date 2022年5月25日
22853
+ /**
22854
+ * closeProcess
22855
+ * @desc:关闭弹窗
22856
+ * @author liufan
22857
+ * @param {boolean} val 当前是否办理流程
22858
+ * @param {String} type 当前点击的弹窗类型
22859
+ * @date 2022年5月25日
22847
22860
  **/
22848
22861
  closeProcess: function closeProcess(val, type, closeParent) {
22849
22862
  if (closeParent) {
@@ -22860,23 +22873,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22860
22873
  }
22861
22874
  },
22862
22875
 
22863
- /**
22864
- * selectChange
22865
- * @desc:常用语选择
22866
- * @author liufan
22867
- * @param {String} val 选中值
22868
- * @date 2022年5月25日
22876
+ /**
22877
+ * selectChange
22878
+ * @desc:常用语选择
22879
+ * @author liufan
22880
+ * @param {String} val 选中值
22881
+ * @date 2022年5月25日
22869
22882
  **/
22870
22883
  selectChange: function selectChange(val) {
22871
22884
  this.value = val;
22872
22885
  },
22873
22886
 
22874
- /**
22875
- * upDate
22876
- * @desc:修改常用语
22877
- * @author liufan
22878
- * @param {Object} val 修改值
22879
- * @date 2022年5月25日
22887
+ /**
22888
+ * upDate
22889
+ * @desc:修改常用语
22890
+ * @author liufan
22891
+ * @param {Object} val 修改值
22892
+ * @date 2022年5月25日
22880
22893
  **/
22881
22894
  upDate: function upDate(val) {
22882
22895
  this.FormData.id = val.id;
@@ -22884,11 +22897,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22884
22897
  },
22885
22898
 
22886
22899
 
22887
- /**
22888
- * getProcess
22889
- * @desc:获取选择流程
22890
- * @author liufan
22891
- * @date 2022年5月25日
22900
+ /**
22901
+ * getProcess
22902
+ * @desc:获取选择流程
22903
+ * @author liufan
22904
+ * @date 2022年5月25日
22892
22905
  **/
22893
22906
  getProcess: function getProcess(val) {
22894
22907
  var _this27 = this;
@@ -22940,11 +22953,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22940
22953
  });
22941
22954
  },
22942
22955
 
22943
- /**
22944
- * getPendedhistoryList
22945
- * @desc:获取流程列表
22946
- * @author liufan
22947
- * @date 2022年5月25日
22956
+ /**
22957
+ * getPendedhistoryList
22958
+ * @desc:获取流程列表
22959
+ * @author liufan
22960
+ * @date 2022年5月25日
22948
22961
  **/
22949
22962
  getPendedhistoryList: function getPendedhistoryList() {
22950
22963
  var _this28 = this;
@@ -23011,12 +23024,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23011
23024
  },
23012
23025
 
23013
23026
  // 提交流程
23014
- /**
23015
- * subProcess
23016
- * @desc:提交流程
23017
- * @author liufan
23018
- * @param {String} formName 当前form表单ref值
23019
- * @date 2022年5月25日
23027
+ /**
23028
+ * subProcess
23029
+ * @desc:提交流程
23030
+ * @author liufan
23031
+ * @param {String} formName 当前form表单ref值
23032
+ * @date 2022年5月25日
23020
23033
  **/
23021
23034
  subProcess: function subProcess(val, type) {
23022
23035
  var _this30 = this;