eoss-ui 0.7.54 → 0.7.56

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 (268) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +854 -769
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +280 -280
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +245 -160
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/base.css +1 -1
  10. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  11. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  12. package/lib/theme-chalk/icon.css +1 -1
  13. package/lib/theme-chalk/index.css +1 -1
  14. package/lib/theme-chalk/main.css +1 -1
  15. package/lib/theme-chalk/menu.css +1 -1
  16. package/lib/theme-chalk/simplicity.css +1 -1
  17. package/lib/theme-chalk/sizer.css +1 -1
  18. package/lib/theme-chalk/upload.css +1 -1
  19. package/package.json +160 -160
  20. package/packages/.DS_Store +0 -0
  21. package/packages/button/index.js +5 -5
  22. package/packages/button/src/main.vue +418 -418
  23. package/packages/button-group/index.js +5 -5
  24. package/packages/button-group/src/main.vue +346 -346
  25. package/packages/calendar/index.js +5 -5
  26. package/packages/calogin/.DS_Store +0 -0
  27. package/packages/calogin/index.js +5 -5
  28. package/packages/calogin/src/main.vue +412 -412
  29. package/packages/calogin/src/plugin.js +915 -915
  30. package/packages/card/index.js +5 -5
  31. package/packages/card/src/main.vue +156 -156
  32. package/packages/cascader/index.js +5 -5
  33. package/packages/cascader/src/main.vue +168 -168
  34. package/packages/checkbox-group/index.js +5 -5
  35. package/packages/checkbox-group/src/main.vue +333 -333
  36. package/packages/clients/index.js +5 -5
  37. package/packages/clients/src/main.vue +151 -151
  38. package/packages/data-table/index.js +5 -5
  39. package/packages/data-table/src/children.vue +39 -39
  40. package/packages/data-table/src/column.vue +992 -992
  41. package/packages/data-table/src/main.vue +1840 -1840
  42. package/packages/data-table/src/sizer.vue +195 -195
  43. package/packages/data-table-form/index.js +5 -5
  44. package/packages/data-table-form/src/checkbox.vue +101 -101
  45. package/packages/data-table-form/src/colgroup.vue +17 -17
  46. package/packages/data-table-form/src/main.vue +181 -181
  47. package/packages/data-table-form/src/radio.vue +65 -65
  48. package/packages/data-table-form/src/table.vue +233 -233
  49. package/packages/data-table-form/src/tbody.vue +336 -336
  50. package/packages/data-table-form/src/thead.vue +68 -68
  51. package/packages/date-picker/.DS_Store +0 -0
  52. package/packages/date-picker/index.js +5 -5
  53. package/packages/date-picker/src/.DS_Store +0 -0
  54. package/packages/date-picker/src/main.vue +236 -236
  55. package/packages/dialog/.DS_Store +0 -0
  56. package/packages/dialog/index.js +5 -5
  57. package/packages/enable-drag/index.js +5 -5
  58. package/packages/enterprise/index.js +5 -5
  59. package/packages/enterprise/src/main.vue +66 -66
  60. package/packages/error-page/index.js +5 -5
  61. package/packages/error-page/src/main.vue +44 -44
  62. package/packages/flow/.DS_Store +0 -0
  63. package/packages/flow/index.js +5 -5
  64. package/packages/flow/src/.DS_Store +0 -0
  65. package/packages/flow/src/component/Circulate.vue +413 -413
  66. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  67. package/packages/flow/src/component/CustomPreset.vue +322 -322
  68. package/packages/flow/src/component/FileList.vue +97 -97
  69. package/packages/flow/src/component/FreeCirculation.vue +241 -241
  70. package/packages/flow/src/component/Preset.vue +255 -255
  71. package/packages/flow/src/component/SendMsg.vue +242 -242
  72. package/packages/flow/src/component/TimeLimit.vue +190 -190
  73. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  74. package/packages/flow/src/form.vue +121 -121
  75. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  76. package/packages/flow/src/main.vue +3878 -3878
  77. package/packages/flow/src/processForm.vue +1365 -1365
  78. package/packages/flow/src/processReject.vue +309 -309
  79. package/packages/flow/src/reset.vue +942 -942
  80. package/packages/flow/src/startTaskRead.vue +692 -692
  81. package/packages/flow/src/supervise.vue +159 -159
  82. package/packages/flow/src/table.vue +58 -58
  83. package/packages/flow-group/index.js +5 -5
  84. package/packages/flow-group/src/main.vue +717 -717
  85. package/packages/flow-list/.DS_Store +0 -0
  86. package/packages/flow-list/index.js +5 -5
  87. package/packages/flow-list/src/main.vue +1801 -1801
  88. package/packages/form/.DS_Store +0 -0
  89. package/packages/form/index.js +5 -5
  90. package/packages/form/src/main.vue +3901 -3901
  91. package/packages/form/src/table.vue +1512 -1512
  92. package/packages/handle-user/index.js +5 -5
  93. package/packages/handle-user/src/main.vue +137 -137
  94. package/packages/handler/index.js +5 -5
  95. package/packages/handler/src/main.vue +496 -496
  96. package/packages/icon/.DS_Store +0 -0
  97. package/packages/icon/index.js +5 -5
  98. package/packages/icon/src/main.vue +104 -104
  99. package/packages/icons/index.js +5 -5
  100. package/packages/icons/src/icon.json +1 -1
  101. package/packages/icons/src/main.vue +81 -81
  102. package/packages/input/index.js +5 -5
  103. package/packages/input/src/main.vue +356 -356
  104. package/packages/input-number/index.js +5 -5
  105. package/packages/input-number/src/main.vue +106 -106
  106. package/packages/label/index.js +5 -5
  107. package/packages/label/src/main.vue +457 -457
  108. package/packages/layout/index.js +5 -5
  109. package/packages/layout/src/item.vue +152 -152
  110. package/packages/layout/src/main.vue +31 -31
  111. package/packages/login/.DS_Store +0 -0
  112. package/packages/login/index.js +5 -5
  113. package/packages/login/src/main.vue +2082 -2082
  114. package/packages/login/src/resetPassword.vue +557 -557
  115. package/packages/main/.DS_Store +0 -0
  116. package/packages/main/index.js +5 -5
  117. package/packages/main/src/.DS_Store +0 -0
  118. package/packages/main/src/default/message.vue +249 -249
  119. package/packages/main/src/default/notice.vue +157 -157
  120. package/packages/main/src/default/userinfo.vue +503 -503
  121. package/packages/main/src/public/online.vue +89 -89
  122. package/packages/main/src/public/search.vue +464 -464
  123. package/packages/main/src/public/settings.vue +227 -227
  124. package/packages/main/src/simplicity/apps.vue +388 -388
  125. package/packages/main/src/simplicity/avatar.vue +82 -82
  126. package/packages/main/src/simplicity/handler.vue +160 -160
  127. package/packages/main/src/simplicity/index.vue +2307 -2277
  128. package/packages/main/src/simplicity/lists.vue +84 -84
  129. package/packages/main/src/simplicity/menu-list.vue +135 -135
  130. package/packages/main/src/simplicity/message.vue +293 -293
  131. package/packages/main/src/simplicity/notice.vue +222 -222
  132. package/packages/main/src/simplicity/router-page.vue +45 -45
  133. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  134. package/packages/main/src/simplicity/user.vue +259 -259
  135. package/packages/main/src/simplicity/userinfo.vue +401 -401
  136. package/packages/menu/.DS_Store +0 -0
  137. package/packages/menu/index.js +5 -5
  138. package/packages/menu/src/main.vue +595 -595
  139. package/packages/nav/index.js +5 -5
  140. package/packages/nav/src/main.vue +351 -351
  141. package/packages/notify/index.js +5 -5
  142. package/packages/notify/src/main.vue +538 -538
  143. package/packages/page/index.js +5 -5
  144. package/packages/page/src/main.vue +167 -167
  145. package/packages/pagination/index.js +5 -5
  146. package/packages/pagination/src/main.vue +96 -96
  147. package/packages/player/index.js +5 -5
  148. package/packages/player/src/main.vue +194 -194
  149. package/packages/qr-code/index.js +5 -5
  150. package/packages/qr-code/src/main.vue +170 -170
  151. package/packages/radio-group/index.js +6 -6
  152. package/packages/radio-group/src/main.vue +319 -319
  153. package/packages/retrial-auth/index.js +5 -5
  154. package/packages/retrial-auth/src/main.vue +280 -280
  155. package/packages/select/.DS_Store +0 -0
  156. package/packages/select/index.js +5 -5
  157. package/packages/select/src/main.vue +782 -782
  158. package/packages/select-ganged/index.js +5 -5
  159. package/packages/select-ganged/src/main.vue +724 -724
  160. package/packages/selector/.DS_Store +0 -0
  161. package/packages/selector/index.js +5 -5
  162. package/packages/selector/src/main.vue +761 -761
  163. package/packages/selector-panel/.DS_Store +0 -0
  164. package/packages/selector-panel/index.js +5 -5
  165. package/packages/selector-panel/src/main.vue +1027 -1027
  166. package/packages/selector-panel/src/selection.vue +170 -170
  167. package/packages/selector-panel/src/tree.vue +129 -129
  168. package/packages/sizer/index.js +5 -5
  169. package/packages/sizer/src/main.vue +254 -254
  170. package/packages/steps/index.js +5 -5
  171. package/packages/steps/src/main.vue +181 -181
  172. package/packages/switch/index.js +5 -5
  173. package/packages/switch/src/main.vue +170 -170
  174. package/packages/table-form/index.js +5 -5
  175. package/packages/tabs/index.js +5 -5
  176. package/packages/tabs/src/main.vue +788 -788
  177. package/packages/tabs-panel/index.js +5 -5
  178. package/packages/tabs-panel/src/main.vue +29 -29
  179. package/packages/theme-chalk/lib/base.css +1 -1
  180. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  181. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  182. package/packages/theme-chalk/lib/icon.css +1 -1
  183. package/packages/theme-chalk/lib/index.css +1 -1
  184. package/packages/theme-chalk/lib/main.css +1 -1
  185. package/packages/theme-chalk/lib/menu.css +1 -1
  186. package/packages/theme-chalk/lib/simplicity.css +1 -1
  187. package/packages/theme-chalk/lib/sizer.css +1 -1
  188. package/packages/theme-chalk/lib/upload.css +1 -1
  189. package/packages/theme-chalk/src/.DS_Store +0 -0
  190. package/packages/theme-chalk/src/base.scss +261 -261
  191. package/packages/theme-chalk/src/button-group.scss +176 -176
  192. package/packages/theme-chalk/src/button.scss +24 -24
  193. package/packages/theme-chalk/src/calendar.scss +113 -113
  194. package/packages/theme-chalk/src/card.scss +99 -99
  195. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  196. package/packages/theme-chalk/src/clients.scss +87 -87
  197. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  198. package/packages/theme-chalk/src/data-table.scss +297 -297
  199. package/packages/theme-chalk/src/date-picker.scss +7 -7
  200. package/packages/theme-chalk/src/dialog.scss +77 -77
  201. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  202. package/packages/theme-chalk/src/enterprise.scss +5 -5
  203. package/packages/theme-chalk/src/error-page.scss +18 -18
  204. package/packages/theme-chalk/src/flow-group.scss +110 -110
  205. package/packages/theme-chalk/src/flow-list.scss +39 -39
  206. package/packages/theme-chalk/src/flow.scss +351 -351
  207. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  208. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  209. package/packages/theme-chalk/src/form.scss +501 -501
  210. package/packages/theme-chalk/src/handle-user.scss +40 -40
  211. package/packages/theme-chalk/src/handler.scss +148 -148
  212. package/packages/theme-chalk/src/icon.scss +1608 -1540
  213. package/packages/theme-chalk/src/icons.scss +99 -99
  214. package/packages/theme-chalk/src/input.scss +9 -9
  215. package/packages/theme-chalk/src/label.scss +24 -24
  216. package/packages/theme-chalk/src/layout.scss +46 -46
  217. package/packages/theme-chalk/src/login.scss +1006 -1006
  218. package/packages/theme-chalk/src/main.scss +663 -663
  219. package/packages/theme-chalk/src/menu.scss +224 -224
  220. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  221. package/packages/theme-chalk/src/nav.scss +111 -111
  222. package/packages/theme-chalk/src/page.scss +3 -3
  223. package/packages/theme-chalk/src/pagination.scss +29 -29
  224. package/packages/theme-chalk/src/player.scss +9 -9
  225. package/packages/theme-chalk/src/qr-code.scss +17 -17
  226. package/packages/theme-chalk/src/radio-group.scss +9 -9
  227. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  228. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  229. package/packages/theme-chalk/src/select.scss +8 -8
  230. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  231. package/packages/theme-chalk/src/selector.scss +114 -114
  232. package/packages/theme-chalk/src/simplicity.scss +1403 -1395
  233. package/packages/theme-chalk/src/sizer.scss +36 -36
  234. package/packages/theme-chalk/src/steps.scss +88 -88
  235. package/packages/theme-chalk/src/switch.scss +3 -3
  236. package/packages/theme-chalk/src/table-form.scss +1 -1
  237. package/packages/theme-chalk/src/tabs.scss +87 -87
  238. package/packages/theme-chalk/src/tips.scss +7 -7
  239. package/packages/theme-chalk/src/toolbar.scss +179 -179
  240. package/packages/theme-chalk/src/tree-group.scss +72 -72
  241. package/packages/theme-chalk/src/tree.scss +165 -165
  242. package/packages/theme-chalk/src/upload.scss +172 -172
  243. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  244. package/packages/tips/index.js +5 -5
  245. package/packages/tips/src/main.vue +141 -141
  246. package/packages/toolbar/index.js +5 -5
  247. package/packages/toolbar/src/main.vue +430 -430
  248. package/packages/tree/index.js +5 -5
  249. package/packages/tree-group/index.js +5 -5
  250. package/packages/upload/.DS_Store +0 -0
  251. package/packages/upload/index.js +5 -5
  252. package/packages/upload/src/main.vue +1344 -1344
  253. package/packages/upload/src/picture.js +15 -15
  254. package/packages/wujie/index.js +5 -5
  255. package/packages/wujie/src/main.vue +145 -145
  256. package/packages/wxlogin/index.js +5 -5
  257. package/packages/wxlogin/src/main.vue +128 -128
  258. package/src/.DS_Store +0 -0
  259. package/src/config/api.js +317 -317
  260. package/src/config/image.js +2 -2
  261. package/src/index.js +163 -163
  262. package/src/utils/.DS_Store +0 -0
  263. package/src/utils/bus.js +3 -3
  264. package/src/utils/date-util.js +312 -312
  265. package/src/utils/http.js +50 -50
  266. package/src/utils/rules.js +18 -18
  267. package/src/utils/store.js +21 -21
  268. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -8443,21 +8443,21 @@ var _components;
8443
8443
  return validSate;
8444
8444
  },
8445
8445
 
8446
- /**
8447
- * changeOpinion
8448
- * @desc:监听意见变化
8449
- * @author liufan
8450
- * @date 2022年10月28日
8446
+ /**
8447
+ * changeOpinion
8448
+ * @desc:监听意见变化
8449
+ * @author liufan
8450
+ * @date 2022年10月28日
8451
8451
  **/
8452
8452
  changeOpinion: function changeOpinion() {
8453
8453
  this.$emit('change', this.form.value);
8454
8454
  },
8455
8455
 
8456
- /**
8457
- * getCommonOpion
8458
- * @desc:获取意见
8459
- * @author liufan
8460
- * @date 2022年5月25日
8456
+ /**
8457
+ * getCommonOpion
8458
+ * @desc:获取意见
8459
+ * @author liufan
8460
+ * @date 2022年5月25日
8461
8461
  **/
8462
8462
  getCommonOpion: function getCommonOpion() {
8463
8463
  var _this = this;
@@ -8486,24 +8486,24 @@ var _components;
8486
8486
  });
8487
8487
  },
8488
8488
 
8489
- /**
8490
- * upDate
8491
- * @desc:修改常用语
8492
- * @author liufan
8493
- * @param {Object} val 修改值
8494
- * @date 2022年5月25日
8489
+ /**
8490
+ * upDate
8491
+ * @desc:修改常用语
8492
+ * @author liufan
8493
+ * @param {Object} val 修改值
8494
+ * @date 2022年5月25日
8495
8495
  **/
8496
8496
  upDate: function upDate(val) {
8497
8497
  this.FormData.id = val.id;
8498
8498
  this.addVisible = true;
8499
8499
  },
8500
8500
 
8501
- /**
8502
- * selectChange
8503
- * @desc:常用语选择
8504
- * @author liufan
8505
- * @param {String} val 选中值
8506
- * @date 2022年5月25日
8501
+ /**
8502
+ * selectChange
8503
+ * @desc:常用语选择
8504
+ * @author liufan
8505
+ * @param {String} val 选中值
8506
+ * @date 2022年5月25日
8507
8507
  **/
8508
8508
  selectChange: function selectChange(val) {
8509
8509
  var _this2 = this;
@@ -8522,12 +8522,12 @@ var _components;
8522
8522
  });
8523
8523
  },
8524
8524
 
8525
- /**
8526
- * del
8527
- * @desc:删除常用语
8528
- * @author liufan
8529
- * @param {Object} val 删除的数据
8530
- * @date 2022年5月25日
8525
+ /**
8526
+ * del
8527
+ * @desc:删除常用语
8528
+ * @author liufan
8529
+ * @param {Object} val 删除的数据
8530
+ * @date 2022年5月25日
8531
8531
  **/
8532
8532
  del: function del(val) {
8533
8533
  var _this3 = this;
@@ -8569,12 +8569,12 @@ var _components;
8569
8569
  }).catch(function (e) {});
8570
8570
  },
8571
8571
 
8572
- /**
8573
- * submit
8574
- * @desc:新增/编辑意见保存
8575
- * @author liufan
8576
- * @param {Object} val 保存数据
8577
- * @date 2022年5月25日
8572
+ /**
8573
+ * submit
8574
+ * @desc:新增/编辑意见保存
8575
+ * @author liufan
8576
+ * @param {Object} val 保存数据
8577
+ * @date 2022年5月25日
8578
8578
  **/
8579
8579
  submit: function submit(val) {
8580
8580
  var _this4 = this;
@@ -12040,11 +12040,11 @@ var processFormvue_type_script_lang_js_components;
12040
12040
  });
12041
12041
  },
12042
12042
 
12043
- /**
12044
- * isMultiple
12045
- * @desc:是否多选
12046
- * @author liufan
12047
- * @date 2022年9月13日
12043
+ /**
12044
+ * isMultiple
12045
+ * @desc:是否多选
12046
+ * @author liufan
12047
+ * @date 2022年9月13日
12048
12048
  **/
12049
12049
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12050
12050
  var multiple = false;
@@ -16089,11 +16089,11 @@ var resetvue_type_script_lang_js_components;
16089
16089
  });
16090
16090
  },
16091
16091
 
16092
- /**
16093
- * isMultiple
16094
- * @desc:是否多选
16095
- * @author liufan
16096
- * @date 2022年9月13日
16092
+ /**
16093
+ * isMultiple
16094
+ * @desc:是否多选
16095
+ * @author liufan
16096
+ * @date 2022年9月13日
16097
16097
  **/
16098
16098
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16099
16099
  var multiple = false;
@@ -20665,11 +20665,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20665
20665
  });
20666
20666
  },
20667
20667
 
20668
- /**
20669
- * saveInfo
20670
- * @desc:暂存
20671
- * @author liufan
20672
- * @date 2022年9月9日
20668
+ /**
20669
+ * saveInfo
20670
+ * @desc:暂存
20671
+ * @author liufan
20672
+ * @date 2022年9月9日
20673
20673
  **/
20674
20674
  saveInfo: function saveInfo(type, btn) {
20675
20675
  var _this6 = this;
@@ -20731,11 +20731,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20731
20731
  });
20732
20732
  },
20733
20733
 
20734
- /**
20735
- * rejectBtn
20736
- * @desc:点击驳回
20737
- * @author liufan
20738
- * @date 2022年5月25日
20734
+ /**
20735
+ * rejectBtn
20736
+ * @desc:点击驳回
20737
+ * @author liufan
20738
+ * @date 2022年5月25日
20739
20739
  **/
20740
20740
  rejectBtn: function rejectBtn() {
20741
20741
  var _this8 = this;
@@ -20753,11 +20753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20753
20753
  }
20754
20754
  },
20755
20755
 
20756
- /**
20757
- * taskReadBtn
20758
- * @desc:点击分阅
20759
- * @author liufan
20760
- * @date 2022年5月25日
20756
+ /**
20757
+ * taskReadBtn
20758
+ * @desc:点击分阅
20759
+ * @author liufan
20760
+ * @date 2022年5月25日
20761
20761
  **/
20762
20762
  taskReadBtn: function taskReadBtn() {
20763
20763
  var _this9 = this;
@@ -20776,11 +20776,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20776
20776
  }
20777
20777
  },
20778
20778
 
20779
- /**
20780
- * getFind
20781
- * @desc:获取通知方式
20782
- * @author liufan
20783
- * @date 2022年5月25日
20779
+ /**
20780
+ * getFind
20781
+ * @desc:获取通知方式
20782
+ * @author liufan
20783
+ * @date 2022年5月25日
20784
20784
  **/
20785
20785
  getFind: function getFind() {
20786
20786
  var _this10 = this;
@@ -20835,12 +20835,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20835
20835
  });
20836
20836
  },
20837
20837
 
20838
- /**
20839
- * endFlows
20840
- * @desc:直接办结
20841
- * @author liufan
20842
- * @param {Object} res 直接办结数据
20843
- * @date 2022年5月25日
20838
+ /**
20839
+ * endFlows
20840
+ * @desc:直接办结
20841
+ * @author liufan
20842
+ * @param {Object} res 直接办结数据
20843
+ * @date 2022年5月25日
20844
20844
  **/
20845
20845
  endFlows: function endFlows(res) {
20846
20846
  var _this12 = this;
@@ -20894,12 +20894,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20894
20894
  }).catch(function (e) {});
20895
20895
  },
20896
20896
 
20897
- /**
20898
- * goView
20899
- * @desc:更多流程按钮操作
20900
- * @author liufan
20901
- * @param {Object} res 当前点击操作按钮数据
20902
- * @date 2022年5月25日
20897
+ /**
20898
+ * goView
20899
+ * @desc:更多流程按钮操作
20900
+ * @author liufan
20901
+ * @param {Object} res 当前点击操作按钮数据
20902
+ * @date 2022年5月25日
20903
20903
  **/
20904
20904
  goView: function goView(res) {
20905
20905
  // 驳回并办结:rejectAndEndHtml
@@ -20984,11 +20984,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20984
20984
  // isCanStartSubFlow
20985
20985
  },
20986
20986
 
20987
- /**
20988
- * toTakeAdvice
20989
- * @desc:征求意见
20990
- * @author liufan
20991
- * @date 2022年9月29日
20987
+ /**
20988
+ * toTakeAdvice
20989
+ * @desc:征求意见
20990
+ * @author liufan
20991
+ * @date 2022年9月29日
20992
20992
  **/
20993
20993
  toTakeAdvice: function toTakeAdvice(res) {
20994
20994
  var _this14 = this;
@@ -21032,11 +21032,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21032
21032
  });
21033
21033
  },
21034
21034
 
21035
- /**
21036
- * toStartDraf
21037
- * @desc: 稿件递送、联合审核、复核
21038
- * @author liufan
21039
- * @date 2022年9月29日
21035
+ /**
21036
+ * toStartDraf
21037
+ * @desc: 稿件递送、联合审核、复核
21038
+ * @author liufan
21039
+ * @date 2022年9月29日
21040
21040
  **/
21041
21041
  toStartDraf: function toStartDraf(res) {
21042
21042
  var _this16 = this;
@@ -21050,11 +21050,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21050
21050
  }
21051
21051
  },
21052
21052
 
21053
- /**
21054
- * toSendMsg
21055
- * @desc:核稿通知
21056
- * @author liufan
21057
- * @date 2022年9月29日
21053
+ /**
21054
+ * toSendMsg
21055
+ * @desc:核稿通知
21056
+ * @author liufan
21057
+ * @date 2022年9月29日
21058
21058
  **/
21059
21059
  toSendMsg: function toSendMsg(res) {
21060
21060
  var _this17 = this;
@@ -21068,11 +21068,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21068
21068
  }
21069
21069
  },
21070
21070
 
21071
- /**
21072
- * toTaskReadAndEnd
21073
- * @desc:分阅并办结
21074
- * @author liufan
21075
- * @date 2022年9月29日
21071
+ /**
21072
+ * toTaskReadAndEnd
21073
+ * @desc:分阅并办结
21074
+ * @author liufan
21075
+ * @date 2022年9月29日
21076
21076
  **/
21077
21077
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21078
21078
  var _this18 = this;
@@ -21090,11 +21090,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21090
21090
  }
21091
21091
  },
21092
21092
 
21093
- /**
21094
- * rejectAndEnd
21095
- * @desc:驳回并办结
21096
- * @author liufan
21097
- * @date 2022年9月29日
21093
+ /**
21094
+ * rejectAndEnd
21095
+ * @desc:驳回并办结
21096
+ * @author liufan
21097
+ * @date 2022年9月29日
21098
21098
  **/
21099
21099
  rejectAndEnd: function rejectAndEnd(res) {
21100
21100
  var _this19 = this;
@@ -21149,11 +21149,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21149
21149
  });
21150
21150
  },
21151
21151
 
21152
- /**
21153
- * toTransfer
21154
- * @desc:转办
21155
- * @author liufan
21156
- * @date 2022年9月29日
21152
+ /**
21153
+ * toTransfer
21154
+ * @desc:转办
21155
+ * @author liufan
21156
+ * @date 2022年9月29日
21157
21157
  **/
21158
21158
  toTransfer: function toTransfer(res) {
21159
21159
  var _this21 = this;
@@ -21169,11 +21169,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21169
21169
  }
21170
21170
  },
21171
21171
 
21172
- /**
21173
- * getNodeInfo
21174
- * @desc:获取节点信息
21175
- * @author liufan
21176
- * @date 2022年5月25日
21172
+ /**
21173
+ * getNodeInfo
21174
+ * @desc:获取节点信息
21175
+ * @author liufan
21176
+ * @date 2022年5月25日
21177
21177
  **/
21178
21178
  getNodeInfo: function getNodeInfo() {
21179
21179
  var _this22 = this;
@@ -21272,12 +21272,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21272
21272
  });
21273
21273
  },
21274
21274
 
21275
- /**
21276
- * selecNext
21277
- * @desc:下步节点变化时更新数据
21278
- * @author liufan
21279
- * @param {String} val 当前选中值
21280
- * @date 2022年5月25日
21275
+ /**
21276
+ * selecNext
21277
+ * @desc:下步节点变化时更新数据
21278
+ * @author liufan
21279
+ * @param {String} val 当前选中值
21280
+ * @date 2022年5月25日
21281
21281
  **/
21282
21282
  selecNext: function selecNext(val, type, isDef) {
21283
21283
  var _this23 = this;
@@ -21386,11 +21386,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21386
21386
  if (isDef !== true) this.getNodeInfo();
21387
21387
  },
21388
21388
 
21389
- /**
21390
- * isMultiple
21391
- * @desc:是否多选
21392
- * @author liufan
21393
- * @date 2022年9月13日
21389
+ /**
21390
+ * isMultiple
21391
+ * @desc:是否多选
21392
+ * @author liufan
21393
+ * @date 2022年9月13日
21394
21394
  **/
21395
21395
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21396
21396
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21422,11 +21422,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21422
21422
  }
21423
21423
  },
21424
21424
 
21425
- /**
21426
- * getHedInfo
21427
- * @desc:获取审核页面数据
21428
- * @author liufan
21429
- * @date 2022年5月25日
21425
+ /**
21426
+ * getHedInfo
21427
+ * @desc:获取审核页面数据
21428
+ * @author liufan
21429
+ * @date 2022年5月25日
21430
21430
  **/
21431
21431
  getHedInfo: function getHedInfo() {
21432
21432
  var _this24 = this;
@@ -21662,13 +21662,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21662
21662
  });
21663
21663
  },
21664
21664
 
21665
- /**
21666
- * closeProcess
21667
- * @desc:关闭弹窗
21668
- * @author liufan
21669
- * @param {boolean} val 当前是否办理流程
21670
- * @param {String} type 当前点击的弹窗类型
21671
- * @date 2022年5月25日
21665
+ /**
21666
+ * closeProcess
21667
+ * @desc:关闭弹窗
21668
+ * @author liufan
21669
+ * @param {boolean} val 当前是否办理流程
21670
+ * @param {String} type 当前点击的弹窗类型
21671
+ * @date 2022年5月25日
21672
21672
  **/
21673
21673
  closeProcess: function closeProcess(val, type, closeParent) {
21674
21674
  if (closeParent) {
@@ -21685,23 +21685,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21685
21685
  }
21686
21686
  },
21687
21687
 
21688
- /**
21689
- * selectChange
21690
- * @desc:常用语选择
21691
- * @author liufan
21692
- * @param {String} val 选中值
21693
- * @date 2022年5月25日
21688
+ /**
21689
+ * selectChange
21690
+ * @desc:常用语选择
21691
+ * @author liufan
21692
+ * @param {String} val 选中值
21693
+ * @date 2022年5月25日
21694
21694
  **/
21695
21695
  selectChange: function selectChange(val) {
21696
21696
  this.value = val;
21697
21697
  },
21698
21698
 
21699
- /**
21700
- * upDate
21701
- * @desc:修改常用语
21702
- * @author liufan
21703
- * @param {Object} val 修改值
21704
- * @date 2022年5月25日
21699
+ /**
21700
+ * upDate
21701
+ * @desc:修改常用语
21702
+ * @author liufan
21703
+ * @param {Object} val 修改值
21704
+ * @date 2022年5月25日
21705
21705
  **/
21706
21706
  upDate: function upDate(val) {
21707
21707
  this.FormData.id = val.id;
@@ -21709,11 +21709,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21709
21709
  },
21710
21710
 
21711
21711
 
21712
- /**
21713
- * getProcess
21714
- * @desc:获取选择流程
21715
- * @author liufan
21716
- * @date 2022年5月25日
21712
+ /**
21713
+ * getProcess
21714
+ * @desc:获取选择流程
21715
+ * @author liufan
21716
+ * @date 2022年5月25日
21717
21717
  **/
21718
21718
  getProcess: function getProcess() {
21719
21719
  var _this25 = this;
@@ -21767,11 +21767,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21767
21767
  });
21768
21768
  },
21769
21769
 
21770
- /**
21771
- * getPendedhistoryList
21772
- * @desc:获取流程列表
21773
- * @author liufan
21774
- * @date 2022年5月25日
21770
+ /**
21771
+ * getPendedhistoryList
21772
+ * @desc:获取流程列表
21773
+ * @author liufan
21774
+ * @date 2022年5月25日
21775
21775
  **/
21776
21776
  getPendedhistoryList: function getPendedhistoryList() {
21777
21777
  var _this26 = this;
@@ -21803,12 +21803,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21803
21803
  },
21804
21804
 
21805
21805
  // 提交流程
21806
- /**
21807
- * subProcess
21808
- * @desc:提交流程
21809
- * @author liufan
21810
- * @param {String} formName 当前form表单ref值
21811
- * @date 2022年5月25日
21806
+ /**
21807
+ * subProcess
21808
+ * @desc:提交流程
21809
+ * @author liufan
21810
+ * @param {String} formName 当前form表单ref值
21811
+ * @date 2022年5月25日
21812
21812
  **/
21813
21813
  subProcess: function subProcess(val) {
21814
21814
  var _this27 = this;
@@ -25403,11 +25403,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25403
25403
  });
25404
25404
  },
25405
25405
 
25406
- /**
25407
- * saveInfo
25408
- * @desc:暂存
25409
- * @author liufan
25410
- * @date 2022年9月9日
25406
+ /**
25407
+ * saveInfo
25408
+ * @desc:暂存
25409
+ * @author liufan
25410
+ * @date 2022年9月9日
25411
25411
  **/
25412
25412
  saveInfo: function saveInfo(type, btn) {
25413
25413
  var _this11 = this;
@@ -25469,11 +25469,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25469
25469
  });
25470
25470
  },
25471
25471
 
25472
- /**
25473
- * rejectBtn
25474
- * @desc:点击驳回
25475
- * @author liufan
25476
- * @date 2022年5月25日
25472
+ /**
25473
+ * rejectBtn
25474
+ * @desc:点击驳回
25475
+ * @author liufan
25476
+ * @date 2022年5月25日
25477
25477
  **/
25478
25478
  rejectBtn: function rejectBtn() {
25479
25479
  var _this13 = this;
@@ -25491,11 +25491,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25491
25491
  }
25492
25492
  },
25493
25493
 
25494
- /**
25495
- * taskReadBtn
25496
- * @desc:点击分阅
25497
- * @author liufan
25498
- * @date 2022年5月25日
25494
+ /**
25495
+ * taskReadBtn
25496
+ * @desc:点击分阅
25497
+ * @author liufan
25498
+ * @date 2022年5月25日
25499
25499
  **/
25500
25500
  taskReadBtn: function taskReadBtn() {
25501
25501
  var _this14 = this;
@@ -25514,11 +25514,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25514
25514
  }
25515
25515
  },
25516
25516
 
25517
- /**
25518
- * getFind
25519
- * @desc:获取通知方式
25520
- * @author liufan
25521
- * @date 2022年5月25日
25517
+ /**
25518
+ * getFind
25519
+ * @desc:获取通知方式
25520
+ * @author liufan
25521
+ * @date 2022年5月25日
25522
25522
  **/
25523
25523
  getFind: function getFind() {
25524
25524
  var _this15 = this;
@@ -25584,12 +25584,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25584
25584
  });
25585
25585
  },
25586
25586
 
25587
- /**
25588
- * endFlows
25589
- * @desc:直接办结
25590
- * @author liufan
25591
- * @param {Object} res 直接办结数据
25592
- * @date 2022年5月25日
25587
+ /**
25588
+ * endFlows
25589
+ * @desc:直接办结
25590
+ * @author liufan
25591
+ * @param {Object} res 直接办结数据
25592
+ * @date 2022年5月25日
25593
25593
  **/
25594
25594
  endFlows: function endFlows(res) {
25595
25595
  var _this17 = this;
@@ -25644,12 +25644,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25644
25644
  }).catch(function (e) {});
25645
25645
  },
25646
25646
 
25647
- /**
25648
- * goView
25649
- * @desc:更多流程按钮操作
25650
- * @author liufan
25651
- * @param {Object} res 当前点击操作按钮数据
25652
- * @date 2022年5月25日
25647
+ /**
25648
+ * goView
25649
+ * @desc:更多流程按钮操作
25650
+ * @author liufan
25651
+ * @param {Object} res 当前点击操作按钮数据
25652
+ * @date 2022年5月25日
25653
25653
  **/
25654
25654
  goView: function goView(res) {
25655
25655
  // 驳回并办结:rejectAndEndHtml
@@ -25736,11 +25736,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25736
25736
  // isCanStartSubFlow
25737
25737
  },
25738
25738
 
25739
- /**
25740
- * toTakeAdvice
25741
- * @desc:征求意见
25742
- * @author liufan
25743
- * @date 2022年9月29日
25739
+ /**
25740
+ * toTakeAdvice
25741
+ * @desc:征求意见
25742
+ * @author liufan
25743
+ * @date 2022年9月29日
25744
25744
  **/
25745
25745
  toTakeAdvice: function toTakeAdvice(res) {
25746
25746
  var _this19 = this;
@@ -25784,11 +25784,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25784
25784
  });
25785
25785
  },
25786
25786
 
25787
- /**
25788
- * toStartDraf
25789
- * @desc: 稿件递送、联合审核、复核
25790
- * @author liufan
25791
- * @date 2022年9月29日
25787
+ /**
25788
+ * toStartDraf
25789
+ * @desc: 稿件递送、联合审核、复核
25790
+ * @author liufan
25791
+ * @date 2022年9月29日
25792
25792
  **/
25793
25793
  toStartDraf: function toStartDraf(res) {
25794
25794
  var _this21 = this;
@@ -25802,11 +25802,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25802
25802
  }
25803
25803
  },
25804
25804
 
25805
- /**
25806
- * toSendMsg
25807
- * @desc:核稿通知
25808
- * @author liufan
25809
- * @date 2022年9月29日
25805
+ /**
25806
+ * toSendMsg
25807
+ * @desc:核稿通知
25808
+ * @author liufan
25809
+ * @date 2022年9月29日
25810
25810
  **/
25811
25811
  toSendMsg: function toSendMsg(res) {
25812
25812
  var _this22 = this;
@@ -25820,11 +25820,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25820
25820
  }
25821
25821
  },
25822
25822
 
25823
- /**
25824
- * toTaskReadAndEnd
25825
- * @desc:分阅并办结
25826
- * @author liufan
25827
- * @date 2022年9月29日
25823
+ /**
25824
+ * toTaskReadAndEnd
25825
+ * @desc:分阅并办结
25826
+ * @author liufan
25827
+ * @date 2022年9月29日
25828
25828
  **/
25829
25829
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25830
25830
  var _this23 = this;
@@ -25842,11 +25842,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25842
25842
  }
25843
25843
  },
25844
25844
 
25845
- /**
25846
- * rejectAndEnd
25847
- * @desc:驳回并办结
25848
- * @author liufan
25849
- * @date 2022年9月29日
25845
+ /**
25846
+ * rejectAndEnd
25847
+ * @desc:驳回并办结
25848
+ * @author liufan
25849
+ * @date 2022年9月29日
25850
25850
  **/
25851
25851
  rejectAndEnd: function rejectAndEnd(res) {
25852
25852
  var _this24 = this;
@@ -25902,11 +25902,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25902
25902
  });
25903
25903
  },
25904
25904
 
25905
- /**
25906
- * toTransfer
25907
- * @desc:转办
25908
- * @author liufan
25909
- * @date 2022年9月29日
25905
+ /**
25906
+ * toTransfer
25907
+ * @desc:转办
25908
+ * @author liufan
25909
+ * @date 2022年9月29日
25910
25910
  **/
25911
25911
  toTransfer: function toTransfer(res) {
25912
25912
  var _this26 = this;
@@ -25925,11 +25925,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25925
25925
  this.nextNode.customLimitTime = val;
25926
25926
  },
25927
25927
 
25928
- /**
25929
- * getNodeInfo
25930
- * @desc:获取节点信息
25931
- * @author liufan
25932
- * @date 2022年5月25日
25928
+ /**
25929
+ * getNodeInfo
25930
+ * @desc:获取节点信息
25931
+ * @author liufan
25932
+ * @date 2022年5月25日
25933
25933
  **/
25934
25934
  getNodeInfo: function getNodeInfo() {
25935
25935
  var _this27 = this;
@@ -26036,12 +26036,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26036
26036
  });
26037
26037
  },
26038
26038
 
26039
- /**
26040
- * selecNext
26041
- * @desc:下步节点变化时更新数据
26042
- * @author liufan
26043
- * @param {String} val 当前选中值
26044
- * @date 2022年5月25日
26039
+ /**
26040
+ * selecNext
26041
+ * @desc:下步节点变化时更新数据
26042
+ * @author liufan
26043
+ * @param {String} val 当前选中值
26044
+ * @date 2022年5月25日
26045
26045
  **/
26046
26046
  selecNext: function selecNext(val, type, isDef) {
26047
26047
  var _this28 = this;
@@ -26173,11 +26173,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26173
26173
  this.getNodeInfo();
26174
26174
  },
26175
26175
 
26176
- /**
26177
- * isMultiple
26178
- * @desc:是否多选
26179
- * @author liufan
26180
- * @date 2022年9月13日
26176
+ /**
26177
+ * isMultiple
26178
+ * @desc:是否多选
26179
+ * @author liufan
26180
+ * @date 2022年9月13日
26181
26181
  **/
26182
26182
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26183
26183
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26209,11 +26209,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26209
26209
  }
26210
26210
  },
26211
26211
 
26212
- /**
26213
- * getHedInfo
26214
- * @desc:获取审核页面数据
26215
- * @author liufan
26216
- * @date 2022年5月25日
26212
+ /**
26213
+ * getHedInfo
26214
+ * @desc:获取审核页面数据
26215
+ * @author liufan
26216
+ * @date 2022年5月25日
26217
26217
  **/
26218
26218
  getHedInfo: function getHedInfo() {
26219
26219
  var _this29 = this;
@@ -26517,13 +26517,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26517
26517
  });
26518
26518
  },
26519
26519
 
26520
- /**
26521
- * closeProcess
26522
- * @desc:关闭弹窗
26523
- * @author liufan
26524
- * @param {boolean} val 当前是否办理流程
26525
- * @param {String} type 当前点击的弹窗类型
26526
- * @date 2022年5月25日
26520
+ /**
26521
+ * closeProcess
26522
+ * @desc:关闭弹窗
26523
+ * @author liufan
26524
+ * @param {boolean} val 当前是否办理流程
26525
+ * @param {String} type 当前点击的弹窗类型
26526
+ * @date 2022年5月25日
26527
26527
  **/
26528
26528
  closeProcess: function closeProcess(val, type, closeParent) {
26529
26529
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26543,23 +26543,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26543
26543
  }
26544
26544
  },
26545
26545
 
26546
- /**
26547
- * selectChange
26548
- * @desc:常用语选择
26549
- * @author liufan
26550
- * @param {String} val 选中值
26551
- * @date 2022年5月25日
26546
+ /**
26547
+ * selectChange
26548
+ * @desc:常用语选择
26549
+ * @author liufan
26550
+ * @param {String} val 选中值
26551
+ * @date 2022年5月25日
26552
26552
  **/
26553
26553
  selectChange: function selectChange(val) {
26554
26554
  this.value = val;
26555
26555
  },
26556
26556
 
26557
- /**
26558
- * upDate
26559
- * @desc:修改常用语
26560
- * @author liufan
26561
- * @param {Object} val 修改值
26562
- * @date 2022年5月25日
26557
+ /**
26558
+ * upDate
26559
+ * @desc:修改常用语
26560
+ * @author liufan
26561
+ * @param {Object} val 修改值
26562
+ * @date 2022年5月25日
26563
26563
  **/
26564
26564
  upDate: function upDate(val) {
26565
26565
  this.FormData.id = val.id;
@@ -26567,11 +26567,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26567
26567
  },
26568
26568
 
26569
26569
 
26570
- /**
26571
- * getProcess
26572
- * @desc:获取选择流程
26573
- * @author liufan
26574
- * @date 2022年5月25日
26570
+ /**
26571
+ * getProcess
26572
+ * @desc:获取选择流程
26573
+ * @author liufan
26574
+ * @date 2022年5月25日
26575
26575
  **/
26576
26576
  getProcess: function getProcess(val) {
26577
26577
  var _this30 = this;
@@ -26631,11 +26631,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26631
26631
  });
26632
26632
  },
26633
26633
 
26634
- /**
26635
- * getPendedhistoryList
26636
- * @desc:获取流程列表
26637
- * @author liufan
26638
- * @date 2022年5月25日
26634
+ /**
26635
+ * getPendedhistoryList
26636
+ * @desc:获取流程列表
26637
+ * @author liufan
26638
+ * @date 2022年5月25日
26639
26639
  **/
26640
26640
  getPendedhistoryList: function getPendedhistoryList() {
26641
26641
  var _this31 = this;
@@ -26703,12 +26703,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26703
26703
  },
26704
26704
 
26705
26705
  // 提交流程
26706
- /**
26707
- * subProcess
26708
- * @desc:提交流程
26709
- * @author liufan
26710
- * @param {String} formName 当前form表单ref值
26711
- * @date 2022年5月25日
26706
+ /**
26707
+ * subProcess
26708
+ * @desc:提交流程
26709
+ * @author liufan
26710
+ * @param {String} formName 当前form表单ref值
26711
+ * @date 2022年5月25日
26712
26712
  **/
26713
26713
  subProcess: function subProcess(val, type) {
26714
26714
  var _this33 = this;