eoss-ui 0.6.39 → 0.6.40

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/button-group.js +43 -6
  2. package/lib/button.js +43 -6
  3. package/lib/checkbox-group.js +43 -6
  4. package/lib/data-table-form.js +43 -6
  5. package/lib/data-table.js +56 -16
  6. package/lib/date-picker.js +43 -6
  7. package/lib/dialog.js +43 -6
  8. package/lib/eoss-ui.common.js +563 -523
  9. package/lib/flow-group.js +43 -6
  10. package/lib/flow-list.js +124 -87
  11. package/lib/flow.js +323 -286
  12. package/lib/form.js +43 -6
  13. package/lib/handle-user.js +43 -6
  14. package/lib/handler.js +43 -6
  15. package/lib/icon.js +43 -6
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +43 -6
  18. package/lib/input.js +43 -6
  19. package/lib/login.js +43 -6
  20. package/lib/main.js +175 -138
  21. package/lib/nav.js +43 -6
  22. package/lib/page.js +43 -6
  23. package/lib/pagination.js +43 -6
  24. package/lib/player.js +43 -6
  25. package/lib/qr-code.js +56 -19
  26. package/lib/radio-group.js +43 -6
  27. package/lib/retrial-auth.js +43 -6
  28. package/lib/select-ganged.js +43 -6
  29. package/lib/select.js +43 -6
  30. package/lib/selector-panel.js +43 -6
  31. package/lib/selector.js +43 -6
  32. package/lib/sizer.js +43 -6
  33. package/lib/steps.js +43 -6
  34. package/lib/switch.js +43 -6
  35. package/lib/table-form.js +43 -6
  36. package/lib/tabs.js +43 -6
  37. package/lib/tips.js +43 -6
  38. package/lib/tree-group.js +43 -6
  39. package/lib/tree.js +43 -6
  40. package/lib/upload.js +43 -6
  41. package/lib/utils/util.js +43 -6
  42. package/lib/wujie.js +43 -6
  43. package/lib/wxlogin.js +43 -6
  44. package/package.json +159 -159
  45. package/packages/.DS_Store +0 -0
  46. package/packages/button/index.js +5 -5
  47. package/packages/button/src/main.vue +418 -418
  48. package/packages/button-group/index.js +5 -5
  49. package/packages/button-group/src/main.vue +298 -298
  50. package/packages/calendar/index.js +5 -5
  51. package/packages/card/index.js +5 -5
  52. package/packages/card/src/main.vue +156 -156
  53. package/packages/cascader/index.js +5 -5
  54. package/packages/cascader/src/main.vue +168 -168
  55. package/packages/checkbox-group/index.js +5 -5
  56. package/packages/checkbox-group/src/main.vue +333 -333
  57. package/packages/clients/index.js +5 -5
  58. package/packages/clients/src/main.vue +144 -144
  59. package/packages/data-table/.DS_Store +0 -0
  60. package/packages/data-table/index.js +5 -5
  61. package/packages/data-table/src/children.vue +39 -39
  62. package/packages/data-table/src/column.vue +989 -983
  63. package/packages/data-table/src/main.vue +1820 -1820
  64. package/packages/data-table/src/sizer.vue +195 -195
  65. package/packages/data-table-form/.DS_Store +0 -0
  66. package/packages/data-table-form/index.js +5 -5
  67. package/packages/data-table-form/src/checkbox.vue +101 -101
  68. package/packages/data-table-form/src/colgroup.vue +17 -17
  69. package/packages/data-table-form/src/main.vue +181 -181
  70. package/packages/data-table-form/src/radio.vue +65 -65
  71. package/packages/data-table-form/src/table.vue +233 -233
  72. package/packages/data-table-form/src/tbody.vue +336 -336
  73. package/packages/data-table-form/src/thead.vue +68 -68
  74. package/packages/date-picker/index.js +5 -5
  75. package/packages/date-picker/src/main.vue +236 -236
  76. package/packages/dialog/index.js +5 -5
  77. package/packages/enterprise/index.js +5 -5
  78. package/packages/enterprise/src/main.vue +66 -66
  79. package/packages/error-page/.DS_Store +0 -0
  80. package/packages/error-page/index.js +5 -5
  81. package/packages/error-page/src/main.vue +44 -44
  82. package/packages/flow/.DS_Store +0 -0
  83. package/packages/flow/index.js +5 -5
  84. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  85. package/packages/flow/src/component/CustomPreset.vue +322 -322
  86. package/packages/flow/src/component/FileList.vue +99 -99
  87. package/packages/flow/src/component/Preset.vue +255 -255
  88. package/packages/flow/src/component/SendMsg.vue +229 -229
  89. package/packages/flow/src/component/TimeLimit.vue +190 -190
  90. package/packages/flow/src/component/taskUnionExamine.vue +603 -603
  91. package/packages/flow/src/form.vue +121 -121
  92. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  93. package/packages/flow/src/main.vue +2864 -2864
  94. package/packages/flow/src/processForm.vue +1007 -1007
  95. package/packages/flow/src/processReject.vue +293 -293
  96. package/packages/flow/src/reset.vue +901 -901
  97. package/packages/flow/src/startTaskRead.vue +596 -596
  98. package/packages/flow/src/table.vue +58 -58
  99. package/packages/flow-group/index.js +5 -5
  100. package/packages/flow-group/src/main.vue +688 -688
  101. package/packages/flow-list/index.js +5 -5
  102. package/packages/flow-list/src/main.vue +1172 -1172
  103. package/packages/form/.DS_Store +0 -0
  104. package/packages/form/index.js +5 -5
  105. package/packages/form/src/main.vue +3584 -3584
  106. package/packages/form/src/table.vue +1420 -1420
  107. package/packages/handle-user/index.js +5 -5
  108. package/packages/handle-user/src/main.vue +138 -138
  109. package/packages/handler/index.js +5 -5
  110. package/packages/handler/src/main.vue +388 -388
  111. package/packages/icon/index.js +5 -5
  112. package/packages/icon/src/main.vue +101 -101
  113. package/packages/icons/index.js +5 -5
  114. package/packages/icons/src/main.vue +81 -81
  115. package/packages/input/index.js +5 -5
  116. package/packages/input/src/main.vue +356 -356
  117. package/packages/input-number/index.js +5 -5
  118. package/packages/input-number/src/main.vue +106 -106
  119. package/packages/label/index.js +5 -5
  120. package/packages/label/src/main.vue +457 -457
  121. package/packages/layout/index.js +5 -5
  122. package/packages/layout/src/item.vue +152 -152
  123. package/packages/layout/src/main.vue +31 -31
  124. package/packages/login/.DS_Store +0 -0
  125. package/packages/login/index.js +5 -5
  126. package/packages/login/src/main.vue +1892 -1892
  127. package/packages/login/src/resetPassword.vue +562 -562
  128. package/packages/main/.DS_Store +0 -0
  129. package/packages/main/index.js +5 -5
  130. package/packages/main/src/.DS_Store +0 -0
  131. package/packages/main/src/default/message.vue +249 -249
  132. package/packages/main/src/default/notice.vue +157 -157
  133. package/packages/main/src/default/userinfo.vue +505 -505
  134. package/packages/main/src/public/online.vue +89 -89
  135. package/packages/main/src/public/search.vue +454 -454
  136. package/packages/main/src/public/settings.vue +221 -221
  137. package/packages/main/src/simplicity/apps.vue +388 -388
  138. package/packages/main/src/simplicity/avatar.vue +82 -82
  139. package/packages/main/src/simplicity/handler.vue +221 -221
  140. package/packages/main/src/simplicity/index.vue +1993 -1993
  141. package/packages/main/src/simplicity/lists.vue +84 -84
  142. package/packages/main/src/simplicity/menu-list.vue +128 -128
  143. package/packages/main/src/simplicity/message.vue +259 -259
  144. package/packages/main/src/simplicity/notice.vue +190 -190
  145. package/packages/main/src/simplicity/router-page.vue +45 -45
  146. package/packages/main/src/simplicity/sub-menu.vue +241 -241
  147. package/packages/main/src/simplicity/user.vue +257 -257
  148. package/packages/main/src/simplicity/userinfo.vue +312 -312
  149. package/packages/menu/index.js +5 -5
  150. package/packages/menu/src/main.vue +536 -536
  151. package/packages/nav/index.js +5 -5
  152. package/packages/nav/src/main.vue +402 -402
  153. package/packages/notify/index.js +5 -5
  154. package/packages/notify/src/main.vue +538 -538
  155. package/packages/page/index.js +5 -5
  156. package/packages/page/src/main.vue +167 -167
  157. package/packages/pagination/index.js +5 -5
  158. package/packages/pagination/src/main.vue +96 -96
  159. package/packages/player/index.js +5 -5
  160. package/packages/player/src/main.vue +194 -194
  161. package/packages/qr-code/index.js +5 -5
  162. package/packages/qr-code/src/main.vue +170 -170
  163. package/packages/radio-group/index.js +6 -6
  164. package/packages/radio-group/src/main.vue +319 -319
  165. package/packages/retrial-auth/index.js +5 -5
  166. package/packages/retrial-auth/src/main.vue +280 -280
  167. package/packages/select/index.js +5 -5
  168. package/packages/select/src/main.vue +775 -775
  169. package/packages/select-ganged/index.js +5 -5
  170. package/packages/select-ganged/src/main.vue +724 -724
  171. package/packages/selector/.DS_Store +0 -0
  172. package/packages/selector/index.js +5 -5
  173. package/packages/selector/src/main.vue +677 -677
  174. package/packages/selector-panel/.DS_Store +0 -0
  175. package/packages/selector-panel/index.js +5 -5
  176. package/packages/selector-panel/src/main.vue +1028 -1028
  177. package/packages/selector-panel/src/selection.vue +177 -177
  178. package/packages/selector-panel/src/tree.vue +129 -129
  179. package/packages/sizer/.DS_Store +0 -0
  180. package/packages/sizer/index.js +5 -5
  181. package/packages/sizer/src/main.vue +254 -254
  182. package/packages/steps/index.js +5 -5
  183. package/packages/steps/src/main.vue +181 -181
  184. package/packages/switch/index.js +5 -5
  185. package/packages/switch/src/main.vue +154 -154
  186. package/packages/table-form/index.js +5 -5
  187. package/packages/tabs/.DS_Store +0 -0
  188. package/packages/tabs/index.js +5 -5
  189. package/packages/tabs/src/main.vue +788 -788
  190. package/packages/tabs-panel/index.js +5 -5
  191. package/packages/tabs-panel/src/main.vue +29 -29
  192. package/packages/theme-chalk/src/.DS_Store +0 -0
  193. package/packages/theme-chalk/src/base.scss +260 -260
  194. package/packages/theme-chalk/src/button-group.scss +175 -175
  195. package/packages/theme-chalk/src/button.scss +24 -24
  196. package/packages/theme-chalk/src/calendar.scss +113 -113
  197. package/packages/theme-chalk/src/card.scss +99 -99
  198. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  199. package/packages/theme-chalk/src/clients.scss +87 -87
  200. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  201. package/packages/theme-chalk/src/data-table.scss +293 -293
  202. package/packages/theme-chalk/src/date-picker.scss +7 -7
  203. package/packages/theme-chalk/src/dialog.scss +77 -77
  204. package/packages/theme-chalk/src/enterprise.scss +5 -5
  205. package/packages/theme-chalk/src/error-page.scss +18 -18
  206. package/packages/theme-chalk/src/flow-group.scss +110 -110
  207. package/packages/theme-chalk/src/flow-list.scss +36 -36
  208. package/packages/theme-chalk/src/flow.scss +310 -310
  209. package/packages/theme-chalk/src/form.scss +496 -496
  210. package/packages/theme-chalk/src/handle-user.scss +40 -40
  211. package/packages/theme-chalk/src/handler.scss +143 -143
  212. package/packages/theme-chalk/src/icon.scss +1760 -1760
  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 +939 -939
  218. package/packages/theme-chalk/src/main.scss +632 -632
  219. package/packages/theme-chalk/src/menu.scss +222 -222
  220. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  221. package/packages/theme-chalk/src/nav.scss +125 -125
  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 +91 -91
  232. package/packages/theme-chalk/src/simplicity.scss +1262 -1262
  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 +167 -167
  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 +1334 -1334
  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 +248 -248
  260. package/src/config/image.js +2 -2
  261. package/src/index.js +157 -157
  262. package/src/utils/bus.js +3 -3
  263. package/src/utils/date-util.js +312 -312
  264. package/src/utils/http.js +50 -50
  265. package/src/utils/rules.js +18 -18
  266. package/src/utils/store.js +21 -21
  267. package/src/utils/util.js +141 -106
  268. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -547,10 +547,18 @@ var ajaxStream = function ajaxStream(_ref2) {
547
547
  if (params && !Object.prototype.hasOwnProperty.call(params, 'userId') && userId) {
548
548
  params.userId = getStorage('userId');
549
549
  }
550
- var info = {};
550
+ var info = {
551
+ time: 0,
552
+ conversationId: '',
553
+ content: '',
554
+ thinkContent: '',
555
+ primeval: '',
556
+ chunk: ''
557
+ };
551
558
  var partialData = '';
552
559
  var lastProcessedIndex = 0;
553
560
  var done = false;
561
+ var finishThink = false;
554
562
  ajax(_extends({
555
563
  timeout: 990000,
556
564
  format: false,
@@ -565,6 +573,9 @@ var ajaxStream = function ajaxStream(_ref2) {
565
573
  // 获取从上次处理后新增的数据
566
574
  var currentResponse = (progressEvent.event || progressEvent).currentTarget.responseText;
567
575
  var chunk = currentResponse.slice(lastProcessedIndex);
576
+ if (chunk === 'data:') {
577
+ return;
578
+ }
568
579
 
569
580
  // 更新偏移量
570
581
  lastProcessedIndex = currentResponse.length;
@@ -573,7 +584,12 @@ var ajaxStream = function ajaxStream(_ref2) {
573
584
  partialData += chunk;
574
585
  var lines = partialData.split('\n');
575
586
  var remainingData = ''; // 用于保存未完整处理的部分数据
587
+ var primeval = '';
588
+ var chunks = '';
576
589
  lines.forEach(function (line) {
590
+ if (line === '') {
591
+ return;
592
+ }
577
593
  if (line.startsWith('data:')) {
578
594
  var _data = line.replace('data:', '').trim();
579
595
  if (_data) {
@@ -582,8 +598,6 @@ var ajaxStream = function ajaxStream(_ref2) {
582
598
  var parsedData = JSON.parse(_data);
583
599
  info.time = parsedData.time;
584
600
  info.conversationId = parsedData.conversationId;
585
-
586
- // 使用正则表达式匹配 <think> 标签
587
601
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
588
602
  var match = parsedData.message.match(thinkRegex);
589
603
  if (match) {
@@ -593,20 +607,43 @@ var ajaxStream = function ajaxStream(_ref2) {
593
607
  info.thinkContent += thinkContent;
594
608
  info.content += content;
595
609
  } else {
596
- // 如果没有 <think> 标签,直接将消息内容赋值到 content
597
- info.content += parsedData.message;
610
+ var startRegex = /<think>([\s\S]*)/;
611
+ var endRegex = /([\s\S]*?)<\/think>([\s\S]*)?/;
612
+ var start = parsedData.message.match(startRegex);
613
+ var end = parsedData.message.match(endRegex);
614
+ if (start) {
615
+ var _thinkContent = start[1] ? start[1].trim() : ''; // <think> 标签内的数据
616
+ info.thinkContent += _thinkContent;
617
+ } else {
618
+ if (end) {
619
+ finishThink = true;
620
+ var _thinkContent2 = end[1] ? end[1].trim() : ''; // <think> 标签后的数据
621
+ var _content = end[2] ? end[2].trim() : '';
622
+ // 更新 AI 消息内容
623
+ info.thinkContent += _thinkContent2;
624
+ info.content += _content;
625
+ chunks += _content;
626
+ } else if (finishThink) {
627
+ info.content += parsedData.message;
628
+ chunks += parsedData.message;
629
+ } else {
630
+ info.thinkContent += parsedData.message;
631
+ }
632
+ }
598
633
  }
634
+ primeval += parsedData.message;
599
635
  done = parsedData.done;
600
636
  } catch (parseError) {
601
637
  console.error('解析数据出错:', parseError);
602
638
  }
603
- // Promise.resolve({message: info, controller});
604
639
  }
605
640
  } else {
606
641
  // 保存未处理完的部分数据
607
642
  remainingData += line + '\n';
608
643
  }
609
644
  });
645
+ info.primeval = primeval;
646
+ info.chunk = chunks;
610
647
 
611
648
  // 将未完整处理的数据保留到 partialData 中
612
649
  partialData = remainingData;
@@ -7229,21 +7266,21 @@ var _components;
7229
7266
  return validSate;
7230
7267
  },
7231
7268
 
7232
- /**
7233
- * changeOpinion
7234
- * @desc:监听意见变化
7235
- * @author liufan
7236
- * @date 2022年10月28日
7269
+ /**
7270
+ * changeOpinion
7271
+ * @desc:监听意见变化
7272
+ * @author liufan
7273
+ * @date 2022年10月28日
7237
7274
  **/
7238
7275
  changeOpinion: function changeOpinion() {
7239
7276
  this.$emit('change', this.form.value);
7240
7277
  },
7241
7278
 
7242
- /**
7243
- * getCommonOpion
7244
- * @desc:获取意见
7245
- * @author liufan
7246
- * @date 2022年5月25日
7279
+ /**
7280
+ * getCommonOpion
7281
+ * @desc:获取意见
7282
+ * @author liufan
7283
+ * @date 2022年5月25日
7247
7284
  **/
7248
7285
  getCommonOpion: function getCommonOpion() {
7249
7286
  var _this = this;
@@ -7272,24 +7309,24 @@ var _components;
7272
7309
  });
7273
7310
  },
7274
7311
 
7275
- /**
7276
- * upDate
7277
- * @desc:修改常用语
7278
- * @author liufan
7279
- * @param {Object} val 修改值
7280
- * @date 2022年5月25日
7312
+ /**
7313
+ * upDate
7314
+ * @desc:修改常用语
7315
+ * @author liufan
7316
+ * @param {Object} val 修改值
7317
+ * @date 2022年5月25日
7281
7318
  **/
7282
7319
  upDate: function upDate(val) {
7283
7320
  this.FormData.id = val.id;
7284
7321
  this.addVisible = true;
7285
7322
  },
7286
7323
 
7287
- /**
7288
- * selectChange
7289
- * @desc:常用语选择
7290
- * @author liufan
7291
- * @param {String} val 选中值
7292
- * @date 2022年5月25日
7324
+ /**
7325
+ * selectChange
7326
+ * @desc:常用语选择
7327
+ * @author liufan
7328
+ * @param {String} val 选中值
7329
+ * @date 2022年5月25日
7293
7330
  **/
7294
7331
  selectChange: function selectChange(val) {
7295
7332
  var _this2 = this;
@@ -7308,12 +7345,12 @@ var _components;
7308
7345
  });
7309
7346
  },
7310
7347
 
7311
- /**
7312
- * del
7313
- * @desc:删除常用语
7314
- * @author liufan
7315
- * @param {Object} val 删除的数据
7316
- * @date 2022年5月25日
7348
+ /**
7349
+ * del
7350
+ * @desc:删除常用语
7351
+ * @author liufan
7352
+ * @param {Object} val 删除的数据
7353
+ * @date 2022年5月25日
7317
7354
  **/
7318
7355
  del: function del(val) {
7319
7356
  var _this3 = this;
@@ -7355,12 +7392,12 @@ var _components;
7355
7392
  }).catch(function (e) {});
7356
7393
  },
7357
7394
 
7358
- /**
7359
- * submit
7360
- * @desc:新增/编辑意见保存
7361
- * @author liufan
7362
- * @param {Object} val 保存数据
7363
- * @date 2022年5月25日
7395
+ /**
7396
+ * submit
7397
+ * @desc:新增/编辑意见保存
7398
+ * @author liufan
7399
+ * @param {Object} val 保存数据
7400
+ * @date 2022年5月25日
7364
7401
  **/
7365
7402
  submit: function submit(val) {
7366
7403
  var _this4 = this;
@@ -10209,11 +10246,11 @@ var processFormvue_type_script_lang_js_components;
10209
10246
  });
10210
10247
  },
10211
10248
 
10212
- /**
10213
- * isMultiple
10214
- * @desc:是否多选
10215
- * @author liufan
10216
- * @date 2022年9月13日
10249
+ /**
10250
+ * isMultiple
10251
+ * @desc:是否多选
10252
+ * @author liufan
10253
+ * @date 2022年9月13日
10217
10254
  **/
10218
10255
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10219
10256
  var multiple = false;
@@ -14024,11 +14061,11 @@ var resetvue_type_script_lang_js_components;
14024
14061
  });
14025
14062
  },
14026
14063
 
14027
- /**
14028
- * isMultiple
14029
- * @desc:是否多选
14030
- * @author liufan
14031
- * @date 2022年9月13日
14064
+ /**
14065
+ * isMultiple
14066
+ * @desc:是否多选
14067
+ * @author liufan
14068
+ * @date 2022年9月13日
14032
14069
  **/
14033
14070
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14034
14071
  var multiple = false;
@@ -18394,11 +18431,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18394
18431
  });
18395
18432
  },
18396
18433
 
18397
- /**
18398
- * saveInfo
18399
- * @desc:暂存
18400
- * @author liufan
18401
- * @date 2022年9月9日
18434
+ /**
18435
+ * saveInfo
18436
+ * @desc:暂存
18437
+ * @author liufan
18438
+ * @date 2022年9月9日
18402
18439
  **/
18403
18440
  saveInfo: function saveInfo(type, btn) {
18404
18441
  var _this6 = this;
@@ -18460,11 +18497,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18460
18497
  });
18461
18498
  },
18462
18499
 
18463
- /**
18464
- * rejectBtn
18465
- * @desc:点击驳回
18466
- * @author liufan
18467
- * @date 2022年5月25日
18500
+ /**
18501
+ * rejectBtn
18502
+ * @desc:点击驳回
18503
+ * @author liufan
18504
+ * @date 2022年5月25日
18468
18505
  **/
18469
18506
  rejectBtn: function rejectBtn() {
18470
18507
  var _this8 = this;
@@ -18482,11 +18519,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18482
18519
  }
18483
18520
  },
18484
18521
 
18485
- /**
18486
- * taskReadBtn
18487
- * @desc:点击分阅
18488
- * @author liufan
18489
- * @date 2022年5月25日
18522
+ /**
18523
+ * taskReadBtn
18524
+ * @desc:点击分阅
18525
+ * @author liufan
18526
+ * @date 2022年5月25日
18490
18527
  **/
18491
18528
  taskReadBtn: function taskReadBtn() {
18492
18529
  var _this9 = this;
@@ -18505,11 +18542,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18505
18542
  }
18506
18543
  },
18507
18544
 
18508
- /**
18509
- * getFind
18510
- * @desc:获取通知方式
18511
- * @author liufan
18512
- * @date 2022年5月25日
18545
+ /**
18546
+ * getFind
18547
+ * @desc:获取通知方式
18548
+ * @author liufan
18549
+ * @date 2022年5月25日
18513
18550
  **/
18514
18551
  getFind: function getFind() {
18515
18552
  var _this10 = this;
@@ -18564,12 +18601,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18564
18601
  });
18565
18602
  },
18566
18603
 
18567
- /**
18568
- * endFlows
18569
- * @desc:直接办结
18570
- * @author liufan
18571
- * @param {Object} res 直接办结数据
18572
- * @date 2022年5月25日
18604
+ /**
18605
+ * endFlows
18606
+ * @desc:直接办结
18607
+ * @author liufan
18608
+ * @param {Object} res 直接办结数据
18609
+ * @date 2022年5月25日
18573
18610
  **/
18574
18611
  endFlows: function endFlows(res) {
18575
18612
  var _this12 = this;
@@ -18623,12 +18660,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18623
18660
  }).catch(function (e) {});
18624
18661
  },
18625
18662
 
18626
- /**
18627
- * goView
18628
- * @desc:更多流程按钮操作
18629
- * @author liufan
18630
- * @param {Object} res 当前点击操作按钮数据
18631
- * @date 2022年5月25日
18663
+ /**
18664
+ * goView
18665
+ * @desc:更多流程按钮操作
18666
+ * @author liufan
18667
+ * @param {Object} res 当前点击操作按钮数据
18668
+ * @date 2022年5月25日
18632
18669
  **/
18633
18670
  goView: function goView(res) {
18634
18671
  // 驳回并办结:rejectAndEndHtml
@@ -18713,11 +18750,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18713
18750
  // isCanStartSubFlow
18714
18751
  },
18715
18752
 
18716
- /**
18717
- * toTakeAdvice
18718
- * @desc:征求意见
18719
- * @author liufan
18720
- * @date 2022年9月29日
18753
+ /**
18754
+ * toTakeAdvice
18755
+ * @desc:征求意见
18756
+ * @author liufan
18757
+ * @date 2022年9月29日
18721
18758
  **/
18722
18759
  toTakeAdvice: function toTakeAdvice(res) {
18723
18760
  var _this14 = this;
@@ -18761,11 +18798,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18761
18798
  });
18762
18799
  },
18763
18800
 
18764
- /**
18765
- * toStartDraf
18766
- * @desc: 稿件递送、联合审核、复核
18767
- * @author liufan
18768
- * @date 2022年9月29日
18801
+ /**
18802
+ * toStartDraf
18803
+ * @desc: 稿件递送、联合审核、复核
18804
+ * @author liufan
18805
+ * @date 2022年9月29日
18769
18806
  **/
18770
18807
  toStartDraf: function toStartDraf(res) {
18771
18808
  var _this16 = this;
@@ -18779,11 +18816,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18779
18816
  }
18780
18817
  },
18781
18818
 
18782
- /**
18783
- * toSendMsg
18784
- * @desc:核稿通知
18785
- * @author liufan
18786
- * @date 2022年9月29日
18819
+ /**
18820
+ * toSendMsg
18821
+ * @desc:核稿通知
18822
+ * @author liufan
18823
+ * @date 2022年9月29日
18787
18824
  **/
18788
18825
  toSendMsg: function toSendMsg(res) {
18789
18826
  var _this17 = this;
@@ -18797,11 +18834,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18797
18834
  }
18798
18835
  },
18799
18836
 
18800
- /**
18801
- * toTaskReadAndEnd
18802
- * @desc:分阅并办结
18803
- * @author liufan
18804
- * @date 2022年9月29日
18837
+ /**
18838
+ * toTaskReadAndEnd
18839
+ * @desc:分阅并办结
18840
+ * @author liufan
18841
+ * @date 2022年9月29日
18805
18842
  **/
18806
18843
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
18807
18844
  var _this18 = this;
@@ -18819,11 +18856,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18819
18856
  }
18820
18857
  },
18821
18858
 
18822
- /**
18823
- * rejectAndEnd
18824
- * @desc:驳回并办结
18825
- * @author liufan
18826
- * @date 2022年9月29日
18859
+ /**
18860
+ * rejectAndEnd
18861
+ * @desc:驳回并办结
18862
+ * @author liufan
18863
+ * @date 2022年9月29日
18827
18864
  **/
18828
18865
  rejectAndEnd: function rejectAndEnd(res) {
18829
18866
  var _this19 = this;
@@ -18878,11 +18915,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18878
18915
  });
18879
18916
  },
18880
18917
 
18881
- /**
18882
- * toTransfer
18883
- * @desc:转办
18884
- * @author liufan
18885
- * @date 2022年9月29日
18918
+ /**
18919
+ * toTransfer
18920
+ * @desc:转办
18921
+ * @author liufan
18922
+ * @date 2022年9月29日
18886
18923
  **/
18887
18924
  toTransfer: function toTransfer(res) {
18888
18925
  var _this21 = this;
@@ -18898,11 +18935,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18898
18935
  }
18899
18936
  },
18900
18937
 
18901
- /**
18902
- * getNodeInfo
18903
- * @desc:获取节点信息
18904
- * @author liufan
18905
- * @date 2022年5月25日
18938
+ /**
18939
+ * getNodeInfo
18940
+ * @desc:获取节点信息
18941
+ * @author liufan
18942
+ * @date 2022年5月25日
18906
18943
  **/
18907
18944
  getNodeInfo: function getNodeInfo() {
18908
18945
  var _this22 = this;
@@ -19001,12 +19038,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19001
19038
  });
19002
19039
  },
19003
19040
 
19004
- /**
19005
- * selecNext
19006
- * @desc:下步节点变化时更新数据
19007
- * @author liufan
19008
- * @param {String} val 当前选中值
19009
- * @date 2022年5月25日
19041
+ /**
19042
+ * selecNext
19043
+ * @desc:下步节点变化时更新数据
19044
+ * @author liufan
19045
+ * @param {String} val 当前选中值
19046
+ * @date 2022年5月25日
19010
19047
  **/
19011
19048
  selecNext: function selecNext(val, type, isDef) {
19012
19049
  var _this23 = this;
@@ -19115,11 +19152,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19115
19152
  if (isDef !== true) this.getNodeInfo();
19116
19153
  },
19117
19154
 
19118
- /**
19119
- * isMultiple
19120
- * @desc:是否多选
19121
- * @author liufan
19122
- * @date 2022年9月13日
19155
+ /**
19156
+ * isMultiple
19157
+ * @desc:是否多选
19158
+ * @author liufan
19159
+ * @date 2022年9月13日
19123
19160
  **/
19124
19161
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19125
19162
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19151,11 +19188,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19151
19188
  }
19152
19189
  },
19153
19190
 
19154
- /**
19155
- * getHedInfo
19156
- * @desc:获取审核页面数据
19157
- * @author liufan
19158
- * @date 2022年5月25日
19191
+ /**
19192
+ * getHedInfo
19193
+ * @desc:获取审核页面数据
19194
+ * @author liufan
19195
+ * @date 2022年5月25日
19159
19196
  **/
19160
19197
  getHedInfo: function getHedInfo() {
19161
19198
  var _this24 = this;
@@ -19391,13 +19428,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19391
19428
  });
19392
19429
  },
19393
19430
 
19394
- /**
19395
- * closeProcess
19396
- * @desc:关闭弹窗
19397
- * @author liufan
19398
- * @param {boolean} val 当前是否办理流程
19399
- * @param {String} type 当前点击的弹窗类型
19400
- * @date 2022年5月25日
19431
+ /**
19432
+ * closeProcess
19433
+ * @desc:关闭弹窗
19434
+ * @author liufan
19435
+ * @param {boolean} val 当前是否办理流程
19436
+ * @param {String} type 当前点击的弹窗类型
19437
+ * @date 2022年5月25日
19401
19438
  **/
19402
19439
  closeProcess: function closeProcess(val, type, closeParent) {
19403
19440
  if (closeParent) {
@@ -19414,23 +19451,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19414
19451
  }
19415
19452
  },
19416
19453
 
19417
- /**
19418
- * selectChange
19419
- * @desc:常用语选择
19420
- * @author liufan
19421
- * @param {String} val 选中值
19422
- * @date 2022年5月25日
19454
+ /**
19455
+ * selectChange
19456
+ * @desc:常用语选择
19457
+ * @author liufan
19458
+ * @param {String} val 选中值
19459
+ * @date 2022年5月25日
19423
19460
  **/
19424
19461
  selectChange: function selectChange(val) {
19425
19462
  this.value = val;
19426
19463
  },
19427
19464
 
19428
- /**
19429
- * upDate
19430
- * @desc:修改常用语
19431
- * @author liufan
19432
- * @param {Object} val 修改值
19433
- * @date 2022年5月25日
19465
+ /**
19466
+ * upDate
19467
+ * @desc:修改常用语
19468
+ * @author liufan
19469
+ * @param {Object} val 修改值
19470
+ * @date 2022年5月25日
19434
19471
  **/
19435
19472
  upDate: function upDate(val) {
19436
19473
  this.FormData.id = val.id;
@@ -19438,11 +19475,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19438
19475
  },
19439
19476
 
19440
19477
 
19441
- /**
19442
- * getProcess
19443
- * @desc:获取选择流程
19444
- * @author liufan
19445
- * @date 2022年5月25日
19478
+ /**
19479
+ * getProcess
19480
+ * @desc:获取选择流程
19481
+ * @author liufan
19482
+ * @date 2022年5月25日
19446
19483
  **/
19447
19484
  getProcess: function getProcess() {
19448
19485
  var _this25 = this;
@@ -19496,11 +19533,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19496
19533
  });
19497
19534
  },
19498
19535
 
19499
- /**
19500
- * getPendedhistoryList
19501
- * @desc:获取流程列表
19502
- * @author liufan
19503
- * @date 2022年5月25日
19536
+ /**
19537
+ * getPendedhistoryList
19538
+ * @desc:获取流程列表
19539
+ * @author liufan
19540
+ * @date 2022年5月25日
19504
19541
  **/
19505
19542
  getPendedhistoryList: function getPendedhistoryList() {
19506
19543
  var _this26 = this;
@@ -19532,12 +19569,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19532
19569
  },
19533
19570
 
19534
19571
  // 提交流程
19535
- /**
19536
- * subProcess
19537
- * @desc:提交流程
19538
- * @author liufan
19539
- * @param {String} formName 当前form表单ref值
19540
- * @date 2022年5月25日
19572
+ /**
19573
+ * subProcess
19574
+ * @desc:提交流程
19575
+ * @author liufan
19576
+ * @param {String} formName 当前form表单ref值
19577
+ * @date 2022年5月25日
19541
19578
  **/
19542
19579
  subProcess: function subProcess(val) {
19543
19580
  var _this27 = this;
@@ -21110,11 +21147,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21110
21147
  });
21111
21148
  },
21112
21149
 
21113
- /**
21114
- * saveInfo
21115
- * @desc:暂存
21116
- * @author liufan
21117
- * @date 2022年9月9日
21150
+ /**
21151
+ * saveInfo
21152
+ * @desc:暂存
21153
+ * @author liufan
21154
+ * @date 2022年9月9日
21118
21155
  **/
21119
21156
  saveInfo: function saveInfo(type, btn) {
21120
21157
  var _this6 = this;
@@ -21176,11 +21213,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21176
21213
  });
21177
21214
  },
21178
21215
 
21179
- /**
21180
- * rejectBtn
21181
- * @desc:点击驳回
21182
- * @author liufan
21183
- * @date 2022年5月25日
21216
+ /**
21217
+ * rejectBtn
21218
+ * @desc:点击驳回
21219
+ * @author liufan
21220
+ * @date 2022年5月25日
21184
21221
  **/
21185
21222
  rejectBtn: function rejectBtn() {
21186
21223
  var _this8 = this;
@@ -21198,11 +21235,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21198
21235
  }
21199
21236
  },
21200
21237
 
21201
- /**
21202
- * taskReadBtn
21203
- * @desc:点击分阅
21204
- * @author liufan
21205
- * @date 2022年5月25日
21238
+ /**
21239
+ * taskReadBtn
21240
+ * @desc:点击分阅
21241
+ * @author liufan
21242
+ * @date 2022年5月25日
21206
21243
  **/
21207
21244
  taskReadBtn: function taskReadBtn() {
21208
21245
  var _this9 = this;
@@ -21221,11 +21258,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21221
21258
  }
21222
21259
  },
21223
21260
 
21224
- /**
21225
- * getFind
21226
- * @desc:获取通知方式
21227
- * @author liufan
21228
- * @date 2022年5月25日
21261
+ /**
21262
+ * getFind
21263
+ * @desc:获取通知方式
21264
+ * @author liufan
21265
+ * @date 2022年5月25日
21229
21266
  **/
21230
21267
  getFind: function getFind() {
21231
21268
  var _this10 = this;
@@ -21282,12 +21319,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21282
21319
  });
21283
21320
  },
21284
21321
 
21285
- /**
21286
- * endFlows
21287
- * @desc:直接办结
21288
- * @author liufan
21289
- * @param {Object} res 直接办结数据
21290
- * @date 2022年5月25日
21322
+ /**
21323
+ * endFlows
21324
+ * @desc:直接办结
21325
+ * @author liufan
21326
+ * @param {Object} res 直接办结数据
21327
+ * @date 2022年5月25日
21291
21328
  **/
21292
21329
  endFlows: function endFlows(res) {
21293
21330
  var _this12 = this;
@@ -21341,12 +21378,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21341
21378
  }).catch(function (e) {});
21342
21379
  },
21343
21380
 
21344
- /**
21345
- * goView
21346
- * @desc:更多流程按钮操作
21347
- * @author liufan
21348
- * @param {Object} res 当前点击操作按钮数据
21349
- * @date 2022年5月25日
21381
+ /**
21382
+ * goView
21383
+ * @desc:更多流程按钮操作
21384
+ * @author liufan
21385
+ * @param {Object} res 当前点击操作按钮数据
21386
+ * @date 2022年5月25日
21350
21387
  **/
21351
21388
  goView: function goView(res) {
21352
21389
  // 驳回并办结:rejectAndEndHtml
@@ -21431,11 +21468,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21431
21468
  // isCanStartSubFlow
21432
21469
  },
21433
21470
 
21434
- /**
21435
- * toTakeAdvice
21436
- * @desc:征求意见
21437
- * @author liufan
21438
- * @date 2022年9月29日
21471
+ /**
21472
+ * toTakeAdvice
21473
+ * @desc:征求意见
21474
+ * @author liufan
21475
+ * @date 2022年9月29日
21439
21476
  **/
21440
21477
  toTakeAdvice: function toTakeAdvice(res) {
21441
21478
  var _this14 = this;
@@ -21479,11 +21516,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21479
21516
  });
21480
21517
  },
21481
21518
 
21482
- /**
21483
- * toStartDraf
21484
- * @desc: 稿件递送、联合审核、复核
21485
- * @author liufan
21486
- * @date 2022年9月29日
21519
+ /**
21520
+ * toStartDraf
21521
+ * @desc: 稿件递送、联合审核、复核
21522
+ * @author liufan
21523
+ * @date 2022年9月29日
21487
21524
  **/
21488
21525
  toStartDraf: function toStartDraf(res) {
21489
21526
  var _this16 = this;
@@ -21497,11 +21534,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21497
21534
  }
21498
21535
  },
21499
21536
 
21500
- /**
21501
- * toSendMsg
21502
- * @desc:核稿通知
21503
- * @author liufan
21504
- * @date 2022年9月29日
21537
+ /**
21538
+ * toSendMsg
21539
+ * @desc:核稿通知
21540
+ * @author liufan
21541
+ * @date 2022年9月29日
21505
21542
  **/
21506
21543
  toSendMsg: function toSendMsg(res) {
21507
21544
  var _this17 = this;
@@ -21515,11 +21552,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21515
21552
  }
21516
21553
  },
21517
21554
 
21518
- /**
21519
- * toTaskReadAndEnd
21520
- * @desc:分阅并办结
21521
- * @author liufan
21522
- * @date 2022年9月29日
21555
+ /**
21556
+ * toTaskReadAndEnd
21557
+ * @desc:分阅并办结
21558
+ * @author liufan
21559
+ * @date 2022年9月29日
21523
21560
  **/
21524
21561
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21525
21562
  var _this18 = this;
@@ -21537,11 +21574,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21537
21574
  }
21538
21575
  },
21539
21576
 
21540
- /**
21541
- * rejectAndEnd
21542
- * @desc:驳回并办结
21543
- * @author liufan
21544
- * @date 2022年9月29日
21577
+ /**
21578
+ * rejectAndEnd
21579
+ * @desc:驳回并办结
21580
+ * @author liufan
21581
+ * @date 2022年9月29日
21545
21582
  **/
21546
21583
  rejectAndEnd: function rejectAndEnd(res) {
21547
21584
  var _this19 = this;
@@ -21596,11 +21633,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21596
21633
  });
21597
21634
  },
21598
21635
 
21599
- /**
21600
- * toTransfer
21601
- * @desc:转办
21602
- * @author liufan
21603
- * @date 2022年9月29日
21636
+ /**
21637
+ * toTransfer
21638
+ * @desc:转办
21639
+ * @author liufan
21640
+ * @date 2022年9月29日
21604
21641
  **/
21605
21642
  toTransfer: function toTransfer(res) {
21606
21643
  var _this21 = this;
@@ -21616,11 +21653,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21616
21653
  }
21617
21654
  },
21618
21655
 
21619
- /**
21620
- * getNodeInfo
21621
- * @desc:获取节点信息
21622
- * @author liufan
21623
- * @date 2022年5月25日
21656
+ /**
21657
+ * getNodeInfo
21658
+ * @desc:获取节点信息
21659
+ * @author liufan
21660
+ * @date 2022年5月25日
21624
21661
  **/
21625
21662
  getNodeInfo: function getNodeInfo() {
21626
21663
  var _this22 = this;
@@ -21719,12 +21756,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21719
21756
  });
21720
21757
  },
21721
21758
 
21722
- /**
21723
- * selecNext
21724
- * @desc:下步节点变化时更新数据
21725
- * @author liufan
21726
- * @param {String} val 当前选中值
21727
- * @date 2022年5月25日
21759
+ /**
21760
+ * selecNext
21761
+ * @desc:下步节点变化时更新数据
21762
+ * @author liufan
21763
+ * @param {String} val 当前选中值
21764
+ * @date 2022年5月25日
21728
21765
  **/
21729
21766
  selecNext: function selecNext(val, type, isDef) {
21730
21767
  var _this23 = this;
@@ -21833,11 +21870,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21833
21870
  if (isDef !== true) this.getNodeInfo();
21834
21871
  },
21835
21872
 
21836
- /**
21837
- * isMultiple
21838
- * @desc:是否多选
21839
- * @author liufan
21840
- * @date 2022年9月13日
21873
+ /**
21874
+ * isMultiple
21875
+ * @desc:是否多选
21876
+ * @author liufan
21877
+ * @date 2022年9月13日
21841
21878
  **/
21842
21879
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21843
21880
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21869,11 +21906,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21869
21906
  }
21870
21907
  },
21871
21908
 
21872
- /**
21873
- * getHedInfo
21874
- * @desc:获取审核页面数据
21875
- * @author liufan
21876
- * @date 2022年5月25日
21909
+ /**
21910
+ * getHedInfo
21911
+ * @desc:获取审核页面数据
21912
+ * @author liufan
21913
+ * @date 2022年5月25日
21877
21914
  **/
21878
21915
  getHedInfo: function getHedInfo() {
21879
21916
  var _this24 = this;
@@ -22109,13 +22146,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22109
22146
  });
22110
22147
  },
22111
22148
 
22112
- /**
22113
- * closeProcess
22114
- * @desc:关闭弹窗
22115
- * @author liufan
22116
- * @param {boolean} val 当前是否办理流程
22117
- * @param {String} type 当前点击的弹窗类型
22118
- * @date 2022年5月25日
22149
+ /**
22150
+ * closeProcess
22151
+ * @desc:关闭弹窗
22152
+ * @author liufan
22153
+ * @param {boolean} val 当前是否办理流程
22154
+ * @param {String} type 当前点击的弹窗类型
22155
+ * @date 2022年5月25日
22119
22156
  **/
22120
22157
  closeProcess: function closeProcess(val, type, closeParent) {
22121
22158
  if (closeParent) {
@@ -22128,23 +22165,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22128
22165
  }
22129
22166
  },
22130
22167
 
22131
- /**
22132
- * selectChange
22133
- * @desc:常用语选择
22134
- * @author liufan
22135
- * @param {String} val 选中值
22136
- * @date 2022年5月25日
22168
+ /**
22169
+ * selectChange
22170
+ * @desc:常用语选择
22171
+ * @author liufan
22172
+ * @param {String} val 选中值
22173
+ * @date 2022年5月25日
22137
22174
  **/
22138
22175
  selectChange: function selectChange(val) {
22139
22176
  this.value = val;
22140
22177
  },
22141
22178
 
22142
- /**
22143
- * upDate
22144
- * @desc:修改常用语
22145
- * @author liufan
22146
- * @param {Object} val 修改值
22147
- * @date 2022年5月25日
22179
+ /**
22180
+ * upDate
22181
+ * @desc:修改常用语
22182
+ * @author liufan
22183
+ * @param {Object} val 修改值
22184
+ * @date 2022年5月25日
22148
22185
  **/
22149
22186
  upDate: function upDate(val) {
22150
22187
  this.FormData.id = val.id;
@@ -22152,11 +22189,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22152
22189
  },
22153
22190
 
22154
22191
 
22155
- /**
22156
- * getProcess
22157
- * @desc:获取选择流程
22158
- * @author liufan
22159
- * @date 2022年5月25日
22192
+ /**
22193
+ * getProcess
22194
+ * @desc:获取选择流程
22195
+ * @author liufan
22196
+ * @date 2022年5月25日
22160
22197
  **/
22161
22198
  getProcess: function getProcess() {
22162
22199
  var _this25 = this;
@@ -22208,11 +22245,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22208
22245
  });
22209
22246
  },
22210
22247
 
22211
- /**
22212
- * getPendedhistoryList
22213
- * @desc:获取流程列表
22214
- * @author liufan
22215
- * @date 2022年5月25日
22248
+ /**
22249
+ * getPendedhistoryList
22250
+ * @desc:获取流程列表
22251
+ * @author liufan
22252
+ * @date 2022年5月25日
22216
22253
  **/
22217
22254
  getPendedhistoryList: function getPendedhistoryList() {
22218
22255
  var _this26 = this;
@@ -22244,12 +22281,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22244
22281
  },
22245
22282
 
22246
22283
  // 提交流程
22247
- /**
22248
- * subProcess
22249
- * @desc:提交流程
22250
- * @author liufan
22251
- * @param {String} formName 当前form表单ref值
22252
- * @date 2022年5月25日
22284
+ /**
22285
+ * subProcess
22286
+ * @desc:提交流程
22287
+ * @author liufan
22288
+ * @param {String} formName 当前form表单ref值
22289
+ * @date 2022年5月25日
22253
22290
  **/
22254
22291
  subProcess: function subProcess(val, type) {
22255
22292
  var _this27 = this;