eoss-ui 0.7.23 → 0.7.25

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 (285) hide show
  1. package/lib/button-group.js +46 -3
  2. package/lib/button.js +46 -3
  3. package/lib/calogin.js +279 -236
  4. package/lib/checkbox-group.js +46 -3
  5. package/lib/data-table-form.js +46 -3
  6. package/lib/data-table.js +46 -3
  7. package/lib/date-picker.js +46 -3
  8. package/lib/dialog.js +46 -3
  9. package/lib/eoss-ui.common.js +862 -777
  10. package/lib/flow-group.js +68 -5
  11. package/lib/flow-list.js +127 -84
  12. package/lib/flow.js +326 -283
  13. package/lib/form.js +46 -3
  14. package/lib/handle-user.js +46 -3
  15. package/lib/handler.js +46 -3
  16. package/lib/icon.js +46 -3
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +46 -3
  19. package/lib/input.js +46 -3
  20. package/lib/login.js +62 -11
  21. package/lib/main.js +202 -145
  22. package/lib/nav.js +46 -3
  23. package/lib/page.js +46 -3
  24. package/lib/pagination.js +46 -3
  25. package/lib/player.js +46 -3
  26. package/lib/qr-code.js +59 -16
  27. package/lib/radio-group.js +46 -3
  28. package/lib/retrial-auth.js +46 -3
  29. package/lib/select-ganged.js +46 -3
  30. package/lib/select.js +46 -3
  31. package/lib/selector-panel.js +46 -3
  32. package/lib/selector.js +46 -3
  33. package/lib/sizer.js +46 -3
  34. package/lib/steps.js +46 -3
  35. package/lib/switch.js +46 -3
  36. package/lib/table-form.js +46 -3
  37. package/lib/tabs.js +46 -3
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +46 -3
  41. package/lib/toolbar.js +4 -4
  42. package/lib/tree-group.js +46 -3
  43. package/lib/tree.js +46 -3
  44. package/lib/upload.js +46 -3
  45. package/lib/utils/util.js +46 -3
  46. package/lib/wujie.js +46 -3
  47. package/lib/wxlogin.js +46 -3
  48. package/package.json +160 -160
  49. package/packages/.DS_Store +0 -0
  50. package/packages/button/index.js +5 -5
  51. package/packages/button/src/main.vue +418 -418
  52. package/packages/button-group/index.js +5 -5
  53. package/packages/button-group/src/main.vue +346 -346
  54. package/packages/calendar/index.js +5 -5
  55. package/packages/calogin/.DS_Store +0 -0
  56. package/packages/calogin/index.js +5 -5
  57. package/packages/calogin/src/main.vue +412 -412
  58. package/packages/calogin/src/plugin.js +915 -915
  59. package/packages/card/index.js +5 -5
  60. package/packages/card/src/main.vue +156 -156
  61. package/packages/cascader/index.js +5 -5
  62. package/packages/cascader/src/main.vue +168 -168
  63. package/packages/checkbox-group/index.js +5 -5
  64. package/packages/checkbox-group/src/main.vue +333 -333
  65. package/packages/clients/index.js +5 -5
  66. package/packages/clients/src/main.vue +151 -151
  67. package/packages/data-table/index.js +5 -5
  68. package/packages/data-table/src/children.vue +39 -39
  69. package/packages/data-table/src/column.vue +988 -988
  70. package/packages/data-table/src/main.vue +1831 -1831
  71. package/packages/data-table/src/sizer.vue +195 -195
  72. package/packages/data-table-form/index.js +5 -5
  73. package/packages/data-table-form/src/checkbox.vue +101 -101
  74. package/packages/data-table-form/src/colgroup.vue +17 -17
  75. package/packages/data-table-form/src/main.vue +181 -181
  76. package/packages/data-table-form/src/radio.vue +65 -65
  77. package/packages/data-table-form/src/table.vue +233 -233
  78. package/packages/data-table-form/src/tbody.vue +336 -336
  79. package/packages/data-table-form/src/thead.vue +68 -68
  80. package/packages/date-picker/.DS_Store +0 -0
  81. package/packages/date-picker/index.js +5 -5
  82. package/packages/date-picker/src/.DS_Store +0 -0
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/.DS_Store +0 -0
  91. package/packages/flow/index.js +5 -5
  92. package/packages/flow/src/.DS_Store +0 -0
  93. package/packages/flow/src/component/Circulate.vue +413 -413
  94. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  95. package/packages/flow/src/component/CustomPreset.vue +322 -322
  96. package/packages/flow/src/component/FileList.vue +97 -97
  97. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  98. package/packages/flow/src/component/Preset.vue +255 -255
  99. package/packages/flow/src/component/SendMsg.vue +242 -242
  100. package/packages/flow/src/component/TimeLimit.vue +190 -190
  101. package/packages/flow/src/component/taskUnionExamine.vue +738 -738
  102. package/packages/flow/src/form.vue +121 -121
  103. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  104. package/packages/flow/src/main.vue +3843 -3843
  105. package/packages/flow/src/processForm.vue +1370 -1370
  106. package/packages/flow/src/processReject.vue +308 -308
  107. package/packages/flow/src/reset.vue +941 -941
  108. package/packages/flow/src/startTaskRead.vue +691 -691
  109. package/packages/flow/src/supervise.vue +159 -159
  110. package/packages/flow/src/table.vue +58 -58
  111. package/packages/flow-group/index.js +5 -5
  112. package/packages/flow-group/src/main.vue +717 -696
  113. package/packages/flow-list/.DS_Store +0 -0
  114. package/packages/flow-list/index.js +5 -5
  115. package/packages/flow-list/src/main.vue +1770 -1770
  116. package/packages/form/.DS_Store +0 -0
  117. package/packages/form/index.js +5 -5
  118. package/packages/form/src/main.vue +3901 -3901
  119. package/packages/form/src/table.vue +1512 -1512
  120. package/packages/handle-user/index.js +5 -5
  121. package/packages/handle-user/src/main.vue +137 -137
  122. package/packages/handler/index.js +5 -5
  123. package/packages/handler/src/main.vue +496 -496
  124. package/packages/icon/index.js +5 -5
  125. package/packages/icon/src/main.vue +104 -104
  126. package/packages/icons/index.js +5 -5
  127. package/packages/icons/src/main.vue +81 -81
  128. package/packages/input/index.js +5 -5
  129. package/packages/input/src/main.vue +356 -356
  130. package/packages/input-number/index.js +5 -5
  131. package/packages/input-number/src/main.vue +106 -106
  132. package/packages/label/index.js +5 -5
  133. package/packages/label/src/main.vue +457 -457
  134. package/packages/layout/index.js +5 -5
  135. package/packages/layout/src/item.vue +152 -152
  136. package/packages/layout/src/main.vue +31 -31
  137. package/packages/login/.DS_Store +0 -0
  138. package/packages/login/index.js +5 -5
  139. package/packages/login/src/main.vue +2020 -2011
  140. package/packages/login/src/resetPassword.vue +557 -557
  141. package/packages/main/.DS_Store +0 -0
  142. package/packages/main/index.js +5 -5
  143. package/packages/main/src/.DS_Store +0 -0
  144. package/packages/main/src/default/message.vue +249 -249
  145. package/packages/main/src/default/notice.vue +157 -157
  146. package/packages/main/src/default/userinfo.vue +502 -502
  147. package/packages/main/src/public/online.vue +89 -89
  148. package/packages/main/src/public/search.vue +464 -464
  149. package/packages/main/src/public/settings.vue +221 -221
  150. package/packages/main/src/simplicity/apps.vue +388 -388
  151. package/packages/main/src/simplicity/avatar.vue +82 -82
  152. package/packages/main/src/simplicity/handler.vue +263 -263
  153. package/packages/main/src/simplicity/index.vue +2130 -2125
  154. package/packages/main/src/simplicity/lists.vue +84 -84
  155. package/packages/main/src/simplicity/menu-list.vue +135 -135
  156. package/packages/main/src/simplicity/message.vue +259 -259
  157. package/packages/main/src/simplicity/notice.vue +190 -190
  158. package/packages/main/src/simplicity/router-page.vue +45 -45
  159. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  160. package/packages/main/src/simplicity/user.vue +259 -259
  161. package/packages/main/src/simplicity/userinfo.vue +398 -398
  162. package/packages/menu/.DS_Store +0 -0
  163. package/packages/menu/index.js +5 -5
  164. package/packages/menu/src/main.vue +584 -584
  165. package/packages/nav/index.js +5 -5
  166. package/packages/nav/src/main.vue +351 -351
  167. package/packages/notify/index.js +5 -5
  168. package/packages/notify/src/main.vue +538 -538
  169. package/packages/page/index.js +5 -5
  170. package/packages/page/src/main.vue +167 -167
  171. package/packages/pagination/index.js +5 -5
  172. package/packages/pagination/src/main.vue +96 -96
  173. package/packages/player/index.js +5 -5
  174. package/packages/player/src/main.vue +194 -194
  175. package/packages/qr-code/index.js +5 -5
  176. package/packages/qr-code/src/main.vue +170 -170
  177. package/packages/radio-group/index.js +6 -6
  178. package/packages/radio-group/src/main.vue +319 -319
  179. package/packages/retrial-auth/index.js +5 -5
  180. package/packages/retrial-auth/src/main.vue +280 -280
  181. package/packages/select/.DS_Store +0 -0
  182. package/packages/select/index.js +5 -5
  183. package/packages/select/src/main.vue +782 -782
  184. package/packages/select-ganged/index.js +5 -5
  185. package/packages/select-ganged/src/main.vue +724 -724
  186. package/packages/selector/.DS_Store +0 -0
  187. package/packages/selector/index.js +5 -5
  188. package/packages/selector/src/main.vue +761 -761
  189. package/packages/selector-panel/.DS_Store +0 -0
  190. package/packages/selector-panel/index.js +5 -5
  191. package/packages/selector-panel/src/main.vue +1027 -1027
  192. package/packages/selector-panel/src/selection.vue +170 -170
  193. package/packages/selector-panel/src/tree.vue +129 -129
  194. package/packages/sizer/index.js +5 -5
  195. package/packages/sizer/src/main.vue +254 -254
  196. package/packages/steps/index.js +5 -5
  197. package/packages/steps/src/main.vue +181 -181
  198. package/packages/switch/index.js +5 -5
  199. package/packages/switch/src/main.vue +170 -170
  200. package/packages/table-form/index.js +5 -5
  201. package/packages/tabs/index.js +5 -5
  202. package/packages/tabs/src/main.vue +788 -788
  203. package/packages/tabs-panel/index.js +5 -5
  204. package/packages/tabs-panel/src/main.vue +29 -29
  205. package/packages/theme-chalk/lib/index.css +1 -1
  206. package/packages/theme-chalk/lib/login.css +1 -1
  207. package/packages/theme-chalk/src/.DS_Store +0 -0
  208. package/packages/theme-chalk/src/base.scss +261 -261
  209. package/packages/theme-chalk/src/button-group.scss +176 -176
  210. package/packages/theme-chalk/src/button.scss +24 -24
  211. package/packages/theme-chalk/src/calendar.scss +113 -113
  212. package/packages/theme-chalk/src/card.scss +99 -99
  213. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  214. package/packages/theme-chalk/src/clients.scss +87 -87
  215. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  216. package/packages/theme-chalk/src/data-table.scss +293 -293
  217. package/packages/theme-chalk/src/date-picker.scss +7 -7
  218. package/packages/theme-chalk/src/dialog.scss +77 -77
  219. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  220. package/packages/theme-chalk/src/enterprise.scss +5 -5
  221. package/packages/theme-chalk/src/error-page.scss +18 -18
  222. package/packages/theme-chalk/src/flow-group.scss +110 -110
  223. package/packages/theme-chalk/src/flow-list.scss +39 -39
  224. package/packages/theme-chalk/src/flow.scss +351 -351
  225. package/packages/theme-chalk/src/form.scss +501 -501
  226. package/packages/theme-chalk/src/handle-user.scss +40 -40
  227. package/packages/theme-chalk/src/handler.scss +148 -148
  228. package/packages/theme-chalk/src/icon.scss +1817 -1817
  229. package/packages/theme-chalk/src/icons.scss +99 -99
  230. package/packages/theme-chalk/src/input.scss +9 -9
  231. package/packages/theme-chalk/src/label.scss +24 -24
  232. package/packages/theme-chalk/src/layout.scss +46 -46
  233. package/packages/theme-chalk/src/login.scss +987 -984
  234. package/packages/theme-chalk/src/main.scss +663 -663
  235. package/packages/theme-chalk/src/menu.scss +222 -222
  236. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  237. package/packages/theme-chalk/src/nav.scss +111 -111
  238. package/packages/theme-chalk/src/page.scss +3 -3
  239. package/packages/theme-chalk/src/pagination.scss +29 -29
  240. package/packages/theme-chalk/src/player.scss +9 -9
  241. package/packages/theme-chalk/src/qr-code.scss +17 -17
  242. package/packages/theme-chalk/src/radio-group.scss +9 -9
  243. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  244. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  245. package/packages/theme-chalk/src/select.scss +8 -8
  246. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  247. package/packages/theme-chalk/src/selector.scss +92 -92
  248. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  249. package/packages/theme-chalk/src/sizer.scss +36 -36
  250. package/packages/theme-chalk/src/steps.scss +88 -88
  251. package/packages/theme-chalk/src/switch.scss +3 -3
  252. package/packages/theme-chalk/src/table-form.scss +1 -1
  253. package/packages/theme-chalk/src/tabs.scss +87 -87
  254. package/packages/theme-chalk/src/tips.scss +7 -7
  255. package/packages/theme-chalk/src/toolbar.scss +179 -179
  256. package/packages/theme-chalk/src/tree-group.scss +72 -72
  257. package/packages/theme-chalk/src/tree.scss +165 -165
  258. package/packages/theme-chalk/src/upload.scss +172 -172
  259. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  260. package/packages/tips/index.js +5 -5
  261. package/packages/tips/src/main.vue +141 -141
  262. package/packages/toolbar/index.js +5 -5
  263. package/packages/toolbar/src/main.vue +430 -430
  264. package/packages/tree/index.js +5 -5
  265. package/packages/tree-group/index.js +5 -5
  266. package/packages/upload/.DS_Store +0 -0
  267. package/packages/upload/index.js +5 -5
  268. package/packages/upload/src/main.vue +1343 -1343
  269. package/packages/upload/src/picture.js +15 -15
  270. package/packages/wujie/index.js +5 -5
  271. package/packages/wujie/src/main.vue +145 -145
  272. package/packages/wxlogin/index.js +5 -5
  273. package/packages/wxlogin/src/main.vue +128 -128
  274. package/src/.DS_Store +0 -0
  275. package/src/config/api.js +315 -315
  276. package/src/config/image.js +2 -2
  277. package/src/index.js +163 -163
  278. package/src/utils/.DS_Store +0 -0
  279. package/src/utils/bus.js +3 -3
  280. package/src/utils/date-util.js +312 -312
  281. package/src/utils/http.js +50 -50
  282. package/src/utils/rules.js +18 -18
  283. package/src/utils/store.js +21 -21
  284. package/src/utils/util.js +47 -5
  285. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -2286,7 +2286,10 @@ var isLogined = function () {
2286
2286
  loginPage = pathname + loginPage.replace('./', '');
2287
2287
  }
2288
2288
  }
2289
+ } else {
2290
+ loginPage = getStorage('login') || getStorage('loginPage');
2289
2291
  }
2292
+
2290
2293
  token = getStorage('token') || getStorage('Authorization');
2291
2294
  // const logined = getStorage('logined');
2292
2295
  // eslint-disable-next-line eqeqeq
@@ -3450,6 +3453,9 @@ var getStorage = function getStorage(key) {
3450
3453
  if (key === 'host' && !res) {
3451
3454
  return win.location.origin;
3452
3455
  }
3456
+ if (!res && key === 'token') {
3457
+ res = getCookie('token');
3458
+ }
3453
3459
  return res;
3454
3460
  }
3455
3461
  var defaults = {};
@@ -3503,11 +3509,48 @@ var removeStorage = function removeStorage(key) {
3503
3509
  * @desc 设置cookie
3504
3510
  * @author huangbo
3505
3511
  * @param {string} [name] cookie名称
3506
- * @return {string} [value] cookie值
3512
+ * @param {string} [value] cookie值
3513
+ * @param {boolean} [isSession] 是否是会话cookie
3507
3514
  **/
3508
3515
  var setCookie = function setCookie(name, value) {
3509
- // 不设置 expires max-age,默认为会话 Cookie
3510
- document.cookie = encodeURIComponent(name) + '=' + encodeURIComponent(value) + '; path=/';
3516
+ var isSession = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
3517
+ var time = arguments[3];
3518
+
3519
+ var isIE = /MSIE|Trident/.test(navigator.userAgent);
3520
+ try {
3521
+ var cookieParts = [encodeURIComponent(name) + '=' + encodeURIComponent(value), 'path=/' // 仅保留path设置,确保全站访问
3522
+ ];
3523
+ // 会话/持久Cookie设置
3524
+ if (!isSession) {
3525
+ if (isIE) {
3526
+ // IE使用expires
3527
+ var date = new Date();
3528
+ date.setTime(date.getTime() + (time || 7 * 24 * 60 * 60 * 1000));
3529
+ cookieParts.push('expires=' + date.toUTCString());
3530
+ } else {
3531
+ // 其他浏览器使用max-age
3532
+ cookieParts.push('max-age=' + (time || 7 * 24 * 60 * 60));
3533
+ }
3534
+ }
3535
+ // 内核兼容处理
3536
+ if (isIE) {
3537
+ // IE特殊处理:添加P3P协议头
3538
+ cookieParts.push('P3P=CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
3539
+ } else {
3540
+ // 现代浏览器设置
3541
+ cookieParts.push('samesite=lax');
3542
+ if (window.location.protocol === 'https:') {
3543
+ cookieParts.push('secure');
3544
+ }
3545
+ }
3546
+
3547
+ // 设置Cookie
3548
+ document.cookie = cookieParts.join('; ');
3549
+ return true;
3550
+ } catch (e) {
3551
+ console.error('Cookie设置失败:', e);
3552
+ return false;
3553
+ }
3511
3554
  };
3512
3555
 
3513
3556
  /**
@@ -8363,21 +8406,21 @@ var _components;
8363
8406
  return validSate;
8364
8407
  },
8365
8408
 
8366
- /**
8367
- * changeOpinion
8368
- * @desc:监听意见变化
8369
- * @author liufan
8370
- * @date 2022年10月28日
8409
+ /**
8410
+ * changeOpinion
8411
+ * @desc:监听意见变化
8412
+ * @author liufan
8413
+ * @date 2022年10月28日
8371
8414
  **/
8372
8415
  changeOpinion: function changeOpinion() {
8373
8416
  this.$emit('change', this.form.value);
8374
8417
  },
8375
8418
 
8376
- /**
8377
- * getCommonOpion
8378
- * @desc:获取意见
8379
- * @author liufan
8380
- * @date 2022年5月25日
8419
+ /**
8420
+ * getCommonOpion
8421
+ * @desc:获取意见
8422
+ * @author liufan
8423
+ * @date 2022年5月25日
8381
8424
  **/
8382
8425
  getCommonOpion: function getCommonOpion() {
8383
8426
  var _this = this;
@@ -8406,24 +8449,24 @@ var _components;
8406
8449
  });
8407
8450
  },
8408
8451
 
8409
- /**
8410
- * upDate
8411
- * @desc:修改常用语
8412
- * @author liufan
8413
- * @param {Object} val 修改值
8414
- * @date 2022年5月25日
8452
+ /**
8453
+ * upDate
8454
+ * @desc:修改常用语
8455
+ * @author liufan
8456
+ * @param {Object} val 修改值
8457
+ * @date 2022年5月25日
8415
8458
  **/
8416
8459
  upDate: function upDate(val) {
8417
8460
  this.FormData.id = val.id;
8418
8461
  this.addVisible = true;
8419
8462
  },
8420
8463
 
8421
- /**
8422
- * selectChange
8423
- * @desc:常用语选择
8424
- * @author liufan
8425
- * @param {String} val 选中值
8426
- * @date 2022年5月25日
8464
+ /**
8465
+ * selectChange
8466
+ * @desc:常用语选择
8467
+ * @author liufan
8468
+ * @param {String} val 选中值
8469
+ * @date 2022年5月25日
8427
8470
  **/
8428
8471
  selectChange: function selectChange(val) {
8429
8472
  var _this2 = this;
@@ -8442,12 +8485,12 @@ var _components;
8442
8485
  });
8443
8486
  },
8444
8487
 
8445
- /**
8446
- * del
8447
- * @desc:删除常用语
8448
- * @author liufan
8449
- * @param {Object} val 删除的数据
8450
- * @date 2022年5月25日
8488
+ /**
8489
+ * del
8490
+ * @desc:删除常用语
8491
+ * @author liufan
8492
+ * @param {Object} val 删除的数据
8493
+ * @date 2022年5月25日
8451
8494
  **/
8452
8495
  del: function del(val) {
8453
8496
  var _this3 = this;
@@ -8489,12 +8532,12 @@ var _components;
8489
8532
  }).catch(function (e) {});
8490
8533
  },
8491
8534
 
8492
- /**
8493
- * submit
8494
- * @desc:新增/编辑意见保存
8495
- * @author liufan
8496
- * @param {Object} val 保存数据
8497
- * @date 2022年5月25日
8535
+ /**
8536
+ * submit
8537
+ * @desc:新增/编辑意见保存
8538
+ * @author liufan
8539
+ * @param {Object} val 保存数据
8540
+ * @date 2022年5月25日
8498
8541
  **/
8499
8542
  submit: function submit(val) {
8500
8543
  var _this4 = this;
@@ -11974,11 +12017,11 @@ var processFormvue_type_script_lang_js_components;
11974
12017
  });
11975
12018
  },
11976
12019
 
11977
- /**
11978
- * isMultiple
11979
- * @desc:是否多选
11980
- * @author liufan
11981
- * @date 2022年9月13日
12020
+ /**
12021
+ * isMultiple
12022
+ * @desc:是否多选
12023
+ * @author liufan
12024
+ * @date 2022年9月13日
11982
12025
  **/
11983
12026
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11984
12027
  var multiple = false;
@@ -16021,11 +16064,11 @@ var resetvue_type_script_lang_js_components;
16021
16064
  });
16022
16065
  },
16023
16066
 
16024
- /**
16025
- * isMultiple
16026
- * @desc:是否多选
16027
- * @author liufan
16028
- * @date 2022年9月13日
16067
+ /**
16068
+ * isMultiple
16069
+ * @desc:是否多选
16070
+ * @author liufan
16071
+ * @date 2022年9月13日
16029
16072
  **/
16030
16073
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16031
16074
  var multiple = false;
@@ -20611,11 +20654,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20611
20654
  });
20612
20655
  },
20613
20656
 
20614
- /**
20615
- * saveInfo
20616
- * @desc:暂存
20617
- * @author liufan
20618
- * @date 2022年9月9日
20657
+ /**
20658
+ * saveInfo
20659
+ * @desc:暂存
20660
+ * @author liufan
20661
+ * @date 2022年9月9日
20619
20662
  **/
20620
20663
  saveInfo: function saveInfo(type, btn) {
20621
20664
  var _this6 = this;
@@ -20677,11 +20720,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20677
20720
  });
20678
20721
  },
20679
20722
 
20680
- /**
20681
- * rejectBtn
20682
- * @desc:点击驳回
20683
- * @author liufan
20684
- * @date 2022年5月25日
20723
+ /**
20724
+ * rejectBtn
20725
+ * @desc:点击驳回
20726
+ * @author liufan
20727
+ * @date 2022年5月25日
20685
20728
  **/
20686
20729
  rejectBtn: function rejectBtn() {
20687
20730
  var _this8 = this;
@@ -20699,11 +20742,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20699
20742
  }
20700
20743
  },
20701
20744
 
20702
- /**
20703
- * taskReadBtn
20704
- * @desc:点击分阅
20705
- * @author liufan
20706
- * @date 2022年5月25日
20745
+ /**
20746
+ * taskReadBtn
20747
+ * @desc:点击分阅
20748
+ * @author liufan
20749
+ * @date 2022年5月25日
20707
20750
  **/
20708
20751
  taskReadBtn: function taskReadBtn() {
20709
20752
  var _this9 = this;
@@ -20722,11 +20765,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20722
20765
  }
20723
20766
  },
20724
20767
 
20725
- /**
20726
- * getFind
20727
- * @desc:获取通知方式
20728
- * @author liufan
20729
- * @date 2022年5月25日
20768
+ /**
20769
+ * getFind
20770
+ * @desc:获取通知方式
20771
+ * @author liufan
20772
+ * @date 2022年5月25日
20730
20773
  **/
20731
20774
  getFind: function getFind() {
20732
20775
  var _this10 = this;
@@ -20781,12 +20824,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20781
20824
  });
20782
20825
  },
20783
20826
 
20784
- /**
20785
- * endFlows
20786
- * @desc:直接办结
20787
- * @author liufan
20788
- * @param {Object} res 直接办结数据
20789
- * @date 2022年5月25日
20827
+ /**
20828
+ * endFlows
20829
+ * @desc:直接办结
20830
+ * @author liufan
20831
+ * @param {Object} res 直接办结数据
20832
+ * @date 2022年5月25日
20790
20833
  **/
20791
20834
  endFlows: function endFlows(res) {
20792
20835
  var _this12 = this;
@@ -20840,12 +20883,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20840
20883
  }).catch(function (e) {});
20841
20884
  },
20842
20885
 
20843
- /**
20844
- * goView
20845
- * @desc:更多流程按钮操作
20846
- * @author liufan
20847
- * @param {Object} res 当前点击操作按钮数据
20848
- * @date 2022年5月25日
20886
+ /**
20887
+ * goView
20888
+ * @desc:更多流程按钮操作
20889
+ * @author liufan
20890
+ * @param {Object} res 当前点击操作按钮数据
20891
+ * @date 2022年5月25日
20849
20892
  **/
20850
20893
  goView: function goView(res) {
20851
20894
  // 驳回并办结:rejectAndEndHtml
@@ -20930,11 +20973,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20930
20973
  // isCanStartSubFlow
20931
20974
  },
20932
20975
 
20933
- /**
20934
- * toTakeAdvice
20935
- * @desc:征求意见
20936
- * @author liufan
20937
- * @date 2022年9月29日
20976
+ /**
20977
+ * toTakeAdvice
20978
+ * @desc:征求意见
20979
+ * @author liufan
20980
+ * @date 2022年9月29日
20938
20981
  **/
20939
20982
  toTakeAdvice: function toTakeAdvice(res) {
20940
20983
  var _this14 = this;
@@ -20978,11 +21021,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20978
21021
  });
20979
21022
  },
20980
21023
 
20981
- /**
20982
- * toStartDraf
20983
- * @desc: 稿件递送、联合审核、复核
20984
- * @author liufan
20985
- * @date 2022年9月29日
21024
+ /**
21025
+ * toStartDraf
21026
+ * @desc: 稿件递送、联合审核、复核
21027
+ * @author liufan
21028
+ * @date 2022年9月29日
20986
21029
  **/
20987
21030
  toStartDraf: function toStartDraf(res) {
20988
21031
  var _this16 = this;
@@ -20996,11 +21039,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20996
21039
  }
20997
21040
  },
20998
21041
 
20999
- /**
21000
- * toSendMsg
21001
- * @desc:核稿通知
21002
- * @author liufan
21003
- * @date 2022年9月29日
21042
+ /**
21043
+ * toSendMsg
21044
+ * @desc:核稿通知
21045
+ * @author liufan
21046
+ * @date 2022年9月29日
21004
21047
  **/
21005
21048
  toSendMsg: function toSendMsg(res) {
21006
21049
  var _this17 = this;
@@ -21014,11 +21057,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21014
21057
  }
21015
21058
  },
21016
21059
 
21017
- /**
21018
- * toTaskReadAndEnd
21019
- * @desc:分阅并办结
21020
- * @author liufan
21021
- * @date 2022年9月29日
21060
+ /**
21061
+ * toTaskReadAndEnd
21062
+ * @desc:分阅并办结
21063
+ * @author liufan
21064
+ * @date 2022年9月29日
21022
21065
  **/
21023
21066
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21024
21067
  var _this18 = this;
@@ -21036,11 +21079,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21036
21079
  }
21037
21080
  },
21038
21081
 
21039
- /**
21040
- * rejectAndEnd
21041
- * @desc:驳回并办结
21042
- * @author liufan
21043
- * @date 2022年9月29日
21082
+ /**
21083
+ * rejectAndEnd
21084
+ * @desc:驳回并办结
21085
+ * @author liufan
21086
+ * @date 2022年9月29日
21044
21087
  **/
21045
21088
  rejectAndEnd: function rejectAndEnd(res) {
21046
21089
  var _this19 = this;
@@ -21095,11 +21138,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21095
21138
  });
21096
21139
  },
21097
21140
 
21098
- /**
21099
- * toTransfer
21100
- * @desc:转办
21101
- * @author liufan
21102
- * @date 2022年9月29日
21141
+ /**
21142
+ * toTransfer
21143
+ * @desc:转办
21144
+ * @author liufan
21145
+ * @date 2022年9月29日
21103
21146
  **/
21104
21147
  toTransfer: function toTransfer(res) {
21105
21148
  var _this21 = this;
@@ -21115,11 +21158,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21115
21158
  }
21116
21159
  },
21117
21160
 
21118
- /**
21119
- * getNodeInfo
21120
- * @desc:获取节点信息
21121
- * @author liufan
21122
- * @date 2022年5月25日
21161
+ /**
21162
+ * getNodeInfo
21163
+ * @desc:获取节点信息
21164
+ * @author liufan
21165
+ * @date 2022年5月25日
21123
21166
  **/
21124
21167
  getNodeInfo: function getNodeInfo() {
21125
21168
  var _this22 = this;
@@ -21218,12 +21261,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21218
21261
  });
21219
21262
  },
21220
21263
 
21221
- /**
21222
- * selecNext
21223
- * @desc:下步节点变化时更新数据
21224
- * @author liufan
21225
- * @param {String} val 当前选中值
21226
- * @date 2022年5月25日
21264
+ /**
21265
+ * selecNext
21266
+ * @desc:下步节点变化时更新数据
21267
+ * @author liufan
21268
+ * @param {String} val 当前选中值
21269
+ * @date 2022年5月25日
21227
21270
  **/
21228
21271
  selecNext: function selecNext(val, type, isDef) {
21229
21272
  var _this23 = this;
@@ -21332,11 +21375,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21332
21375
  if (isDef !== true) this.getNodeInfo();
21333
21376
  },
21334
21377
 
21335
- /**
21336
- * isMultiple
21337
- * @desc:是否多选
21338
- * @author liufan
21339
- * @date 2022年9月13日
21378
+ /**
21379
+ * isMultiple
21380
+ * @desc:是否多选
21381
+ * @author liufan
21382
+ * @date 2022年9月13日
21340
21383
  **/
21341
21384
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21342
21385
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21368,11 +21411,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21368
21411
  }
21369
21412
  },
21370
21413
 
21371
- /**
21372
- * getHedInfo
21373
- * @desc:获取审核页面数据
21374
- * @author liufan
21375
- * @date 2022年5月25日
21414
+ /**
21415
+ * getHedInfo
21416
+ * @desc:获取审核页面数据
21417
+ * @author liufan
21418
+ * @date 2022年5月25日
21376
21419
  **/
21377
21420
  getHedInfo: function getHedInfo() {
21378
21421
  var _this24 = this;
@@ -21608,13 +21651,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21608
21651
  });
21609
21652
  },
21610
21653
 
21611
- /**
21612
- * closeProcess
21613
- * @desc:关闭弹窗
21614
- * @author liufan
21615
- * @param {boolean} val 当前是否办理流程
21616
- * @param {String} type 当前点击的弹窗类型
21617
- * @date 2022年5月25日
21654
+ /**
21655
+ * closeProcess
21656
+ * @desc:关闭弹窗
21657
+ * @author liufan
21658
+ * @param {boolean} val 当前是否办理流程
21659
+ * @param {String} type 当前点击的弹窗类型
21660
+ * @date 2022年5月25日
21618
21661
  **/
21619
21662
  closeProcess: function closeProcess(val, type, closeParent) {
21620
21663
  if (closeParent) {
@@ -21631,23 +21674,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21631
21674
  }
21632
21675
  },
21633
21676
 
21634
- /**
21635
- * selectChange
21636
- * @desc:常用语选择
21637
- * @author liufan
21638
- * @param {String} val 选中值
21639
- * @date 2022年5月25日
21677
+ /**
21678
+ * selectChange
21679
+ * @desc:常用语选择
21680
+ * @author liufan
21681
+ * @param {String} val 选中值
21682
+ * @date 2022年5月25日
21640
21683
  **/
21641
21684
  selectChange: function selectChange(val) {
21642
21685
  this.value = val;
21643
21686
  },
21644
21687
 
21645
- /**
21646
- * upDate
21647
- * @desc:修改常用语
21648
- * @author liufan
21649
- * @param {Object} val 修改值
21650
- * @date 2022年5月25日
21688
+ /**
21689
+ * upDate
21690
+ * @desc:修改常用语
21691
+ * @author liufan
21692
+ * @param {Object} val 修改值
21693
+ * @date 2022年5月25日
21651
21694
  **/
21652
21695
  upDate: function upDate(val) {
21653
21696
  this.FormData.id = val.id;
@@ -21655,11 +21698,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21655
21698
  },
21656
21699
 
21657
21700
 
21658
- /**
21659
- * getProcess
21660
- * @desc:获取选择流程
21661
- * @author liufan
21662
- * @date 2022年5月25日
21701
+ /**
21702
+ * getProcess
21703
+ * @desc:获取选择流程
21704
+ * @author liufan
21705
+ * @date 2022年5月25日
21663
21706
  **/
21664
21707
  getProcess: function getProcess() {
21665
21708
  var _this25 = this;
@@ -21713,11 +21756,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21713
21756
  });
21714
21757
  },
21715
21758
 
21716
- /**
21717
- * getPendedhistoryList
21718
- * @desc:获取流程列表
21719
- * @author liufan
21720
- * @date 2022年5月25日
21759
+ /**
21760
+ * getPendedhistoryList
21761
+ * @desc:获取流程列表
21762
+ * @author liufan
21763
+ * @date 2022年5月25日
21721
21764
  **/
21722
21765
  getPendedhistoryList: function getPendedhistoryList() {
21723
21766
  var _this26 = this;
@@ -21749,12 +21792,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21749
21792
  },
21750
21793
 
21751
21794
  // 提交流程
21752
- /**
21753
- * subProcess
21754
- * @desc:提交流程
21755
- * @author liufan
21756
- * @param {String} formName 当前form表单ref值
21757
- * @date 2022年5月25日
21795
+ /**
21796
+ * subProcess
21797
+ * @desc:提交流程
21798
+ * @author liufan
21799
+ * @param {String} formName 当前form表单ref值
21800
+ * @date 2022年5月25日
21758
21801
  **/
21759
21802
  subProcess: function subProcess(val) {
21760
21803
  var _this27 = this;
@@ -25334,11 +25377,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25334
25377
  });
25335
25378
  },
25336
25379
 
25337
- /**
25338
- * saveInfo
25339
- * @desc:暂存
25340
- * @author liufan
25341
- * @date 2022年9月9日
25380
+ /**
25381
+ * saveInfo
25382
+ * @desc:暂存
25383
+ * @author liufan
25384
+ * @date 2022年9月9日
25342
25385
  **/
25343
25386
  saveInfo: function saveInfo(type, btn) {
25344
25387
  var _this11 = this;
@@ -25400,11 +25443,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25400
25443
  });
25401
25444
  },
25402
25445
 
25403
- /**
25404
- * rejectBtn
25405
- * @desc:点击驳回
25406
- * @author liufan
25407
- * @date 2022年5月25日
25446
+ /**
25447
+ * rejectBtn
25448
+ * @desc:点击驳回
25449
+ * @author liufan
25450
+ * @date 2022年5月25日
25408
25451
  **/
25409
25452
  rejectBtn: function rejectBtn() {
25410
25453
  var _this13 = this;
@@ -25422,11 +25465,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25422
25465
  }
25423
25466
  },
25424
25467
 
25425
- /**
25426
- * taskReadBtn
25427
- * @desc:点击分阅
25428
- * @author liufan
25429
- * @date 2022年5月25日
25468
+ /**
25469
+ * taskReadBtn
25470
+ * @desc:点击分阅
25471
+ * @author liufan
25472
+ * @date 2022年5月25日
25430
25473
  **/
25431
25474
  taskReadBtn: function taskReadBtn() {
25432
25475
  var _this14 = this;
@@ -25445,11 +25488,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25445
25488
  }
25446
25489
  },
25447
25490
 
25448
- /**
25449
- * getFind
25450
- * @desc:获取通知方式
25451
- * @author liufan
25452
- * @date 2022年5月25日
25491
+ /**
25492
+ * getFind
25493
+ * @desc:获取通知方式
25494
+ * @author liufan
25495
+ * @date 2022年5月25日
25453
25496
  **/
25454
25497
  getFind: function getFind() {
25455
25498
  var _this15 = this;
@@ -25515,12 +25558,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25515
25558
  });
25516
25559
  },
25517
25560
 
25518
- /**
25519
- * endFlows
25520
- * @desc:直接办结
25521
- * @author liufan
25522
- * @param {Object} res 直接办结数据
25523
- * @date 2022年5月25日
25561
+ /**
25562
+ * endFlows
25563
+ * @desc:直接办结
25564
+ * @author liufan
25565
+ * @param {Object} res 直接办结数据
25566
+ * @date 2022年5月25日
25524
25567
  **/
25525
25568
  endFlows: function endFlows(res) {
25526
25569
  var _this17 = this;
@@ -25575,12 +25618,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25575
25618
  }).catch(function (e) {});
25576
25619
  },
25577
25620
 
25578
- /**
25579
- * goView
25580
- * @desc:更多流程按钮操作
25581
- * @author liufan
25582
- * @param {Object} res 当前点击操作按钮数据
25583
- * @date 2022年5月25日
25621
+ /**
25622
+ * goView
25623
+ * @desc:更多流程按钮操作
25624
+ * @author liufan
25625
+ * @param {Object} res 当前点击操作按钮数据
25626
+ * @date 2022年5月25日
25584
25627
  **/
25585
25628
  goView: function goView(res) {
25586
25629
  // 驳回并办结:rejectAndEndHtml
@@ -25665,11 +25708,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25665
25708
  // isCanStartSubFlow
25666
25709
  },
25667
25710
 
25668
- /**
25669
- * toTakeAdvice
25670
- * @desc:征求意见
25671
- * @author liufan
25672
- * @date 2022年9月29日
25711
+ /**
25712
+ * toTakeAdvice
25713
+ * @desc:征求意见
25714
+ * @author liufan
25715
+ * @date 2022年9月29日
25673
25716
  **/
25674
25717
  toTakeAdvice: function toTakeAdvice(res) {
25675
25718
  var _this19 = this;
@@ -25713,11 +25756,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25713
25756
  });
25714
25757
  },
25715
25758
 
25716
- /**
25717
- * toStartDraf
25718
- * @desc: 稿件递送、联合审核、复核
25719
- * @author liufan
25720
- * @date 2022年9月29日
25759
+ /**
25760
+ * toStartDraf
25761
+ * @desc: 稿件递送、联合审核、复核
25762
+ * @author liufan
25763
+ * @date 2022年9月29日
25721
25764
  **/
25722
25765
  toStartDraf: function toStartDraf(res) {
25723
25766
  var _this21 = this;
@@ -25731,11 +25774,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25731
25774
  }
25732
25775
  },
25733
25776
 
25734
- /**
25735
- * toSendMsg
25736
- * @desc:核稿通知
25737
- * @author liufan
25738
- * @date 2022年9月29日
25777
+ /**
25778
+ * toSendMsg
25779
+ * @desc:核稿通知
25780
+ * @author liufan
25781
+ * @date 2022年9月29日
25739
25782
  **/
25740
25783
  toSendMsg: function toSendMsg(res) {
25741
25784
  var _this22 = this;
@@ -25749,11 +25792,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25749
25792
  }
25750
25793
  },
25751
25794
 
25752
- /**
25753
- * toTaskReadAndEnd
25754
- * @desc:分阅并办结
25755
- * @author liufan
25756
- * @date 2022年9月29日
25795
+ /**
25796
+ * toTaskReadAndEnd
25797
+ * @desc:分阅并办结
25798
+ * @author liufan
25799
+ * @date 2022年9月29日
25757
25800
  **/
25758
25801
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25759
25802
  var _this23 = this;
@@ -25771,11 +25814,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25771
25814
  }
25772
25815
  },
25773
25816
 
25774
- /**
25775
- * rejectAndEnd
25776
- * @desc:驳回并办结
25777
- * @author liufan
25778
- * @date 2022年9月29日
25817
+ /**
25818
+ * rejectAndEnd
25819
+ * @desc:驳回并办结
25820
+ * @author liufan
25821
+ * @date 2022年9月29日
25779
25822
  **/
25780
25823
  rejectAndEnd: function rejectAndEnd(res) {
25781
25824
  var _this24 = this;
@@ -25831,11 +25874,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25831
25874
  });
25832
25875
  },
25833
25876
 
25834
- /**
25835
- * toTransfer
25836
- * @desc:转办
25837
- * @author liufan
25838
- * @date 2022年9月29日
25877
+ /**
25878
+ * toTransfer
25879
+ * @desc:转办
25880
+ * @author liufan
25881
+ * @date 2022年9月29日
25839
25882
  **/
25840
25883
  toTransfer: function toTransfer(res) {
25841
25884
  var _this26 = this;
@@ -25851,11 +25894,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25851
25894
  }
25852
25895
  },
25853
25896
 
25854
- /**
25855
- * getNodeInfo
25856
- * @desc:获取节点信息
25857
- * @author liufan
25858
- * @date 2022年5月25日
25897
+ /**
25898
+ * getNodeInfo
25899
+ * @desc:获取节点信息
25900
+ * @author liufan
25901
+ * @date 2022年5月25日
25859
25902
  **/
25860
25903
  getNodeInfo: function getNodeInfo() {
25861
25904
  var _this27 = this;
@@ -25962,12 +26005,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25962
26005
  });
25963
26006
  },
25964
26007
 
25965
- /**
25966
- * selecNext
25967
- * @desc:下步节点变化时更新数据
25968
- * @author liufan
25969
- * @param {String} val 当前选中值
25970
- * @date 2022年5月25日
26008
+ /**
26009
+ * selecNext
26010
+ * @desc:下步节点变化时更新数据
26011
+ * @author liufan
26012
+ * @param {String} val 当前选中值
26013
+ * @date 2022年5月25日
25971
26014
  **/
25972
26015
  selecNext: function selecNext(val, type, isDef) {
25973
26016
  var _this28 = this;
@@ -26099,11 +26142,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26099
26142
  this.getNodeInfo();
26100
26143
  },
26101
26144
 
26102
- /**
26103
- * isMultiple
26104
- * @desc:是否多选
26105
- * @author liufan
26106
- * @date 2022年9月13日
26145
+ /**
26146
+ * isMultiple
26147
+ * @desc:是否多选
26148
+ * @author liufan
26149
+ * @date 2022年9月13日
26107
26150
  **/
26108
26151
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26109
26152
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26135,11 +26178,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26135
26178
  }
26136
26179
  },
26137
26180
 
26138
- /**
26139
- * getHedInfo
26140
- * @desc:获取审核页面数据
26141
- * @author liufan
26142
- * @date 2022年5月25日
26181
+ /**
26182
+ * getHedInfo
26183
+ * @desc:获取审核页面数据
26184
+ * @author liufan
26185
+ * @date 2022年5月25日
26143
26186
  **/
26144
26187
  getHedInfo: function getHedInfo() {
26145
26188
  var _this29 = this;
@@ -26438,13 +26481,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26438
26481
  });
26439
26482
  },
26440
26483
 
26441
- /**
26442
- * closeProcess
26443
- * @desc:关闭弹窗
26444
- * @author liufan
26445
- * @param {boolean} val 当前是否办理流程
26446
- * @param {String} type 当前点击的弹窗类型
26447
- * @date 2022年5月25日
26484
+ /**
26485
+ * closeProcess
26486
+ * @desc:关闭弹窗
26487
+ * @author liufan
26488
+ * @param {boolean} val 当前是否办理流程
26489
+ * @param {String} type 当前点击的弹窗类型
26490
+ * @date 2022年5月25日
26448
26491
  **/
26449
26492
  closeProcess: function closeProcess(val, type, closeParent) {
26450
26493
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26464,23 +26507,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26464
26507
  }
26465
26508
  },
26466
26509
 
26467
- /**
26468
- * selectChange
26469
- * @desc:常用语选择
26470
- * @author liufan
26471
- * @param {String} val 选中值
26472
- * @date 2022年5月25日
26510
+ /**
26511
+ * selectChange
26512
+ * @desc:常用语选择
26513
+ * @author liufan
26514
+ * @param {String} val 选中值
26515
+ * @date 2022年5月25日
26473
26516
  **/
26474
26517
  selectChange: function selectChange(val) {
26475
26518
  this.value = val;
26476
26519
  },
26477
26520
 
26478
- /**
26479
- * upDate
26480
- * @desc:修改常用语
26481
- * @author liufan
26482
- * @param {Object} val 修改值
26483
- * @date 2022年5月25日
26521
+ /**
26522
+ * upDate
26523
+ * @desc:修改常用语
26524
+ * @author liufan
26525
+ * @param {Object} val 修改值
26526
+ * @date 2022年5月25日
26484
26527
  **/
26485
26528
  upDate: function upDate(val) {
26486
26529
  this.FormData.id = val.id;
@@ -26488,11 +26531,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26488
26531
  },
26489
26532
 
26490
26533
 
26491
- /**
26492
- * getProcess
26493
- * @desc:获取选择流程
26494
- * @author liufan
26495
- * @date 2022年5月25日
26534
+ /**
26535
+ * getProcess
26536
+ * @desc:获取选择流程
26537
+ * @author liufan
26538
+ * @date 2022年5月25日
26496
26539
  **/
26497
26540
  getProcess: function getProcess(val) {
26498
26541
  var _this30 = this;
@@ -26552,11 +26595,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26552
26595
  });
26553
26596
  },
26554
26597
 
26555
- /**
26556
- * getPendedhistoryList
26557
- * @desc:获取流程列表
26558
- * @author liufan
26559
- * @date 2022年5月25日
26598
+ /**
26599
+ * getPendedhistoryList
26600
+ * @desc:获取流程列表
26601
+ * @author liufan
26602
+ * @date 2022年5月25日
26560
26603
  **/
26561
26604
  getPendedhistoryList: function getPendedhistoryList() {
26562
26605
  var _this31 = this;
@@ -26624,12 +26667,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26624
26667
  },
26625
26668
 
26626
26669
  // 提交流程
26627
- /**
26628
- * subProcess
26629
- * @desc:提交流程
26630
- * @author liufan
26631
- * @param {String} formName 当前form表单ref值
26632
- * @date 2022年5月25日
26670
+ /**
26671
+ * subProcess
26672
+ * @desc:提交流程
26673
+ * @author liufan
26674
+ * @param {String} formName 当前form表单ref值
26675
+ * @date 2022年5月25日
26633
26676
  **/
26634
26677
  subProcess: function subProcess(val, type) {
26635
26678
  var _this33 = this;