eoss-ui 0.6.95 → 0.6.96

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 (257) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1046 -923
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +296 -293
  5. package/lib/form.js +33 -6
  6. package/lib/handle-user.js +3 -4
  7. package/lib/index.js +1 -1
  8. package/lib/input.js +1 -1
  9. package/lib/login.js +5 -10
  10. package/lib/main.js +359 -259
  11. package/lib/qr-code.js +13 -13
  12. package/lib/select.js +0 -1
  13. package/lib/table-form.js +1 -1
  14. package/lib/theme-chalk/index.css +1 -1
  15. package/lib/theme-chalk/main.css +1 -1
  16. package/lib/theme-chalk/simplicity.css +1 -1
  17. package/lib/utils/rules.js +1 -1
  18. package/package.json +160 -160
  19. package/packages/.DS_Store +0 -0
  20. package/packages/autocomplete/.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 +298 -298
  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 +988 -988
  41. package/packages/data-table/src/main.vue +1831 -1831
  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/index.js +5 -5
  56. package/packages/enable-drag/index.js +5 -5
  57. package/packages/enterprise/index.js +5 -5
  58. package/packages/enterprise/src/main.vue +66 -66
  59. package/packages/error-page/index.js +5 -5
  60. package/packages/error-page/src/main.vue +44 -44
  61. package/packages/flow/.DS_Store +0 -0
  62. package/packages/flow/index.js +5 -5
  63. package/packages/flow/src/.DS_Store +0 -0
  64. package/packages/flow/src/component/Circulate.vue +403 -403
  65. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  66. package/packages/flow/src/component/CustomPreset.vue +322 -322
  67. package/packages/flow/src/component/FileList.vue +99 -99
  68. package/packages/flow/src/component/Preset.vue +255 -255
  69. package/packages/flow/src/component/SendMsg.vue +242 -242
  70. package/packages/flow/src/component/TimeLimit.vue +190 -190
  71. package/packages/flow/src/component/taskUnionExamine.vue +641 -641
  72. package/packages/flow/src/form.vue +121 -121
  73. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  74. package/packages/flow/src/main.vue +3726 -3726
  75. package/packages/flow/src/processForm.vue +1287 -1287
  76. package/packages/flow/src/processReject.vue +308 -304
  77. package/packages/flow/src/reset.vue +941 -941
  78. package/packages/flow/src/startTaskRead.vue +690 -690
  79. package/packages/flow/src/supervise.vue +159 -159
  80. package/packages/flow/src/table.vue +58 -58
  81. package/packages/flow-group/index.js +5 -5
  82. package/packages/flow-group/src/main.vue +692 -692
  83. package/packages/flow-list/.DS_Store +0 -0
  84. package/packages/flow-list/index.js +5 -5
  85. package/packages/flow-list/src/main.vue +1770 -1770
  86. package/packages/form/.DS_Store +0 -0
  87. package/packages/form/index.js +5 -5
  88. package/packages/form/src/main.vue +3846 -3814
  89. package/packages/form/src/table.vue +1508 -1508
  90. package/packages/handle-user/index.js +5 -5
  91. package/packages/handle-user/src/main.vue +137 -138
  92. package/packages/handler/index.js +5 -5
  93. package/packages/handler/src/main.vue +493 -493
  94. package/packages/icon/index.js +5 -5
  95. package/packages/icon/src/main.vue +101 -101
  96. package/packages/icons/index.js +5 -5
  97. package/packages/icons/src/main.vue +81 -81
  98. package/packages/input/index.js +5 -5
  99. package/packages/input/src/main.vue +356 -356
  100. package/packages/input-number/index.js +5 -5
  101. package/packages/input-number/src/main.vue +106 -106
  102. package/packages/label/index.js +5 -5
  103. package/packages/label/src/main.vue +457 -457
  104. package/packages/layout/index.js +5 -5
  105. package/packages/layout/src/item.vue +152 -152
  106. package/packages/layout/src/main.vue +31 -31
  107. package/packages/login/.DS_Store +0 -0
  108. package/packages/login/index.js +5 -5
  109. package/packages/login/src/main.vue +1993 -1998
  110. package/packages/login/src/resetPassword.vue +562 -562
  111. package/packages/main/.DS_Store +0 -0
  112. package/packages/main/index.js +5 -5
  113. package/packages/main/src/.DS_Store +0 -0
  114. package/packages/main/src/default/message.vue +249 -249
  115. package/packages/main/src/default/notice.vue +157 -157
  116. package/packages/main/src/default/userinfo.vue +502 -503
  117. package/packages/main/src/main.vue +0 -2
  118. package/packages/main/src/public/online.vue +89 -89
  119. package/packages/main/src/public/search.vue +464 -464
  120. package/packages/main/src/public/settings.vue +221 -221
  121. package/packages/main/src/simplicity/apps.vue +388 -388
  122. package/packages/main/src/simplicity/avatar.vue +82 -82
  123. package/packages/main/src/simplicity/handler.vue +259 -259
  124. package/packages/main/src/simplicity/index.vue +2125 -2102
  125. package/packages/main/src/simplicity/lists.vue +84 -84
  126. package/packages/main/src/simplicity/menu-list.vue +135 -135
  127. package/packages/main/src/simplicity/message.vue +259 -259
  128. package/packages/main/src/simplicity/notice.vue +190 -190
  129. package/packages/main/src/simplicity/router-page.vue +45 -45
  130. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  131. package/packages/main/src/simplicity/user.vue +258 -259
  132. package/packages/main/src/simplicity/userinfo.vue +356 -308
  133. package/packages/menu/.DS_Store +0 -0
  134. package/packages/menu/index.js +5 -5
  135. package/packages/menu/src/main.vue +584 -584
  136. package/packages/nav/index.js +5 -5
  137. package/packages/nav/src/main.vue +351 -351
  138. package/packages/notify/index.js +5 -5
  139. package/packages/notify/src/main.vue +538 -538
  140. package/packages/page/index.js +5 -5
  141. package/packages/page/src/main.vue +167 -167
  142. package/packages/pagination/index.js +5 -5
  143. package/packages/pagination/src/main.vue +96 -96
  144. package/packages/player/index.js +5 -5
  145. package/packages/player/src/main.vue +194 -194
  146. package/packages/qr-code/index.js +5 -5
  147. package/packages/qr-code/src/main.vue +170 -170
  148. package/packages/radio-group/index.js +6 -6
  149. package/packages/radio-group/src/main.vue +319 -319
  150. package/packages/retrial-auth/index.js +5 -5
  151. package/packages/retrial-auth/src/main.vue +280 -280
  152. package/packages/scrollbar/.DS_Store +0 -0
  153. package/packages/select/.DS_Store +0 -0
  154. package/packages/select/index.js +5 -5
  155. package/packages/select/src/main.vue +781 -782
  156. package/packages/select-ganged/index.js +5 -5
  157. package/packages/select-ganged/src/main.vue +724 -724
  158. package/packages/selector/.DS_Store +0 -0
  159. package/packages/selector/index.js +5 -5
  160. package/packages/selector/src/main.vue +761 -761
  161. package/packages/selector-panel/.DS_Store +0 -0
  162. package/packages/selector-panel/index.js +5 -5
  163. package/packages/selector-panel/src/main.vue +1027 -1027
  164. package/packages/selector-panel/src/selection.vue +170 -170
  165. package/packages/selector-panel/src/tree.vue +129 -129
  166. package/packages/sizer/index.js +5 -5
  167. package/packages/sizer/src/main.vue +254 -254
  168. package/packages/steps/index.js +5 -5
  169. package/packages/steps/src/main.vue +181 -181
  170. package/packages/switch/index.js +5 -5
  171. package/packages/switch/src/main.vue +154 -154
  172. package/packages/table-form/index.js +5 -5
  173. package/packages/tabs/index.js +5 -5
  174. package/packages/tabs/src/main.vue +788 -788
  175. package/packages/tabs-panel/index.js +5 -5
  176. package/packages/tabs-panel/src/main.vue +29 -29
  177. package/packages/theme-chalk/lib/index.css +1 -1
  178. package/packages/theme-chalk/lib/main.css +1 -1
  179. package/packages/theme-chalk/lib/simplicity.css +1 -1
  180. package/packages/theme-chalk/src/.DS_Store +0 -0
  181. package/packages/theme-chalk/src/base.scss +261 -261
  182. package/packages/theme-chalk/src/button-group.scss +176 -176
  183. package/packages/theme-chalk/src/button.scss +24 -24
  184. package/packages/theme-chalk/src/calendar.scss +113 -113
  185. package/packages/theme-chalk/src/card.scss +99 -99
  186. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  187. package/packages/theme-chalk/src/clients.scss +87 -87
  188. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  189. package/packages/theme-chalk/src/data-table.scss +293 -293
  190. package/packages/theme-chalk/src/date-picker.scss +7 -7
  191. package/packages/theme-chalk/src/dialog.scss +77 -77
  192. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  193. package/packages/theme-chalk/src/enterprise.scss +5 -5
  194. package/packages/theme-chalk/src/error-page.scss +18 -18
  195. package/packages/theme-chalk/src/flow-group.scss +110 -110
  196. package/packages/theme-chalk/src/flow-list.scss +39 -39
  197. package/packages/theme-chalk/src/flow.scss +348 -348
  198. package/packages/theme-chalk/src/form.scss +499 -499
  199. package/packages/theme-chalk/src/handle-user.scss +40 -40
  200. package/packages/theme-chalk/src/handler.scss +143 -143
  201. package/packages/theme-chalk/src/icon.scss +1817 -1817
  202. package/packages/theme-chalk/src/icons.scss +99 -99
  203. package/packages/theme-chalk/src/input.scss +9 -9
  204. package/packages/theme-chalk/src/label.scss +24 -24
  205. package/packages/theme-chalk/src/layout.scss +46 -46
  206. package/packages/theme-chalk/src/login.scss +984 -984
  207. package/packages/theme-chalk/src/main.scss +663 -663
  208. package/packages/theme-chalk/src/menu.scss +222 -222
  209. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  210. package/packages/theme-chalk/src/nav.scss +111 -111
  211. package/packages/theme-chalk/src/page.scss +3 -3
  212. package/packages/theme-chalk/src/pagination.scss +29 -29
  213. package/packages/theme-chalk/src/player.scss +9 -9
  214. package/packages/theme-chalk/src/qr-code.scss +17 -17
  215. package/packages/theme-chalk/src/radio-group.scss +9 -9
  216. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  217. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  218. package/packages/theme-chalk/src/select.scss +8 -8
  219. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  220. package/packages/theme-chalk/src/selector.scss +92 -92
  221. package/packages/theme-chalk/src/simplicity.scss +1361 -1355
  222. package/packages/theme-chalk/src/sizer.scss +36 -36
  223. package/packages/theme-chalk/src/steps.scss +88 -88
  224. package/packages/theme-chalk/src/switch.scss +3 -3
  225. package/packages/theme-chalk/src/table-form.scss +1 -1
  226. package/packages/theme-chalk/src/tabs.scss +87 -87
  227. package/packages/theme-chalk/src/tips.scss +7 -7
  228. package/packages/theme-chalk/src/toolbar.scss +179 -179
  229. package/packages/theme-chalk/src/tree-group.scss +72 -72
  230. package/packages/theme-chalk/src/tree.scss +165 -165
  231. package/packages/theme-chalk/src/upload.scss +172 -172
  232. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  233. package/packages/tips/index.js +5 -5
  234. package/packages/tips/src/main.vue +141 -141
  235. package/packages/toolbar/index.js +5 -5
  236. package/packages/toolbar/src/main.vue +430 -430
  237. package/packages/tree/index.js +5 -5
  238. package/packages/tree-group/index.js +5 -5
  239. package/packages/upload/.DS_Store +0 -0
  240. package/packages/upload/index.js +5 -5
  241. package/packages/upload/src/main.vue +1343 -1343
  242. package/packages/upload/src/picture.js +15 -15
  243. package/packages/wujie/index.js +5 -5
  244. package/packages/wujie/src/main.vue +145 -145
  245. package/packages/wxlogin/index.js +5 -5
  246. package/packages/wxlogin/src/main.vue +128 -128
  247. package/src/.DS_Store +0 -0
  248. package/src/config/api.js +308 -308
  249. package/src/config/image.js +2 -2
  250. package/src/index.js +163 -163
  251. package/src/utils/.DS_Store +0 -0
  252. package/src/utils/bus.js +3 -3
  253. package/src/utils/date-util.js +312 -312
  254. package/src/utils/http.js +50 -50
  255. package/src/utils/rules.js +18 -18
  256. package/src/utils/store.js +21 -21
  257. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -8231,21 +8231,21 @@ var _components;
8231
8231
  return validSate;
8232
8232
  },
8233
8233
 
8234
- /**
8235
- * changeOpinion
8236
- * @desc:监听意见变化
8237
- * @author liufan
8238
- * @date 2022年10月28日
8234
+ /**
8235
+ * changeOpinion
8236
+ * @desc:监听意见变化
8237
+ * @author liufan
8238
+ * @date 2022年10月28日
8239
8239
  **/
8240
8240
  changeOpinion: function changeOpinion() {
8241
8241
  this.$emit('change', this.form.value);
8242
8242
  },
8243
8243
 
8244
- /**
8245
- * getCommonOpion
8246
- * @desc:获取意见
8247
- * @author liufan
8248
- * @date 2022年5月25日
8244
+ /**
8245
+ * getCommonOpion
8246
+ * @desc:获取意见
8247
+ * @author liufan
8248
+ * @date 2022年5月25日
8249
8249
  **/
8250
8250
  getCommonOpion: function getCommonOpion() {
8251
8251
  var _this = this;
@@ -8274,24 +8274,24 @@ var _components;
8274
8274
  });
8275
8275
  },
8276
8276
 
8277
- /**
8278
- * upDate
8279
- * @desc:修改常用语
8280
- * @author liufan
8281
- * @param {Object} val 修改值
8282
- * @date 2022年5月25日
8277
+ /**
8278
+ * upDate
8279
+ * @desc:修改常用语
8280
+ * @author liufan
8281
+ * @param {Object} val 修改值
8282
+ * @date 2022年5月25日
8283
8283
  **/
8284
8284
  upDate: function upDate(val) {
8285
8285
  this.FormData.id = val.id;
8286
8286
  this.addVisible = true;
8287
8287
  },
8288
8288
 
8289
- /**
8290
- * selectChange
8291
- * @desc:常用语选择
8292
- * @author liufan
8293
- * @param {String} val 选中值
8294
- * @date 2022年5月25日
8289
+ /**
8290
+ * selectChange
8291
+ * @desc:常用语选择
8292
+ * @author liufan
8293
+ * @param {String} val 选中值
8294
+ * @date 2022年5月25日
8295
8295
  **/
8296
8296
  selectChange: function selectChange(val) {
8297
8297
  var _this2 = this;
@@ -8310,12 +8310,12 @@ var _components;
8310
8310
  });
8311
8311
  },
8312
8312
 
8313
- /**
8314
- * del
8315
- * @desc:删除常用语
8316
- * @author liufan
8317
- * @param {Object} val 删除的数据
8318
- * @date 2022年5月25日
8313
+ /**
8314
+ * del
8315
+ * @desc:删除常用语
8316
+ * @author liufan
8317
+ * @param {Object} val 删除的数据
8318
+ * @date 2022年5月25日
8319
8319
  **/
8320
8320
  del: function del(val) {
8321
8321
  var _this3 = this;
@@ -8357,12 +8357,12 @@ var _components;
8357
8357
  }).catch(function (e) {});
8358
8358
  },
8359
8359
 
8360
- /**
8361
- * submit
8362
- * @desc:新增/编辑意见保存
8363
- * @author liufan
8364
- * @param {Object} val 保存数据
8365
- * @date 2022年5月25日
8360
+ /**
8361
+ * submit
8362
+ * @desc:新增/编辑意见保存
8363
+ * @author liufan
8364
+ * @param {Object} val 保存数据
8365
+ * @date 2022年5月25日
8366
8366
  **/
8367
8367
  submit: function submit(val) {
8368
8368
  var _this4 = this;
@@ -11748,11 +11748,11 @@ var processFormvue_type_script_lang_js_components;
11748
11748
  });
11749
11749
  },
11750
11750
 
11751
- /**
11752
- * isMultiple
11753
- * @desc:是否多选
11754
- * @author liufan
11755
- * @date 2022年9月13日
11751
+ /**
11752
+ * isMultiple
11753
+ * @desc:是否多选
11754
+ * @author liufan
11755
+ * @date 2022年9月13日
11756
11756
  **/
11757
11757
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11758
11758
  var multiple = false;
@@ -12812,8 +12812,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
12812
12812
  )
12813
12813
 
12814
12814
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
12815
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=10070478&
12816
- var processRejectvue_type_template_id_10070478_render = function () {
12815
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
12816
+ var processRejectvue_type_template_id_a73fd96a_render = function () {
12817
12817
  var _vm = this
12818
12818
  var _h = _vm.$createElement
12819
12819
  var _c = _vm._self._c || _h
@@ -12909,9 +12909,9 @@ var processRejectvue_type_template_id_10070478_render = function () {
12909
12909
  { key: item.id, attrs: { label: item.id } },
12910
12910
  [
12911
12911
  _vm._v(
12912
- "\n " +
12912
+ "\n " +
12913
12913
  _vm._s(item.name) +
12914
- "\n "
12914
+ "\n "
12915
12915
  ),
12916
12916
  ]
12917
12917
  )
@@ -12966,9 +12966,9 @@ var processRejectvue_type_template_id_10070478_render = function () {
12966
12966
  },
12967
12967
  [
12968
12968
  _vm._v(
12969
- "\n " +
12969
+ "\n " +
12970
12970
  _vm._s(item.shortName) +
12971
- "\n "
12971
+ "\n "
12972
12972
  ),
12973
12973
  ]
12974
12974
  )
@@ -13047,11 +13047,11 @@ var processRejectvue_type_template_id_10070478_render = function () {
13047
13047
  1
13048
13048
  )
13049
13049
  }
13050
- var processRejectvue_type_template_id_10070478_staticRenderFns = []
13051
- processRejectvue_type_template_id_10070478_render._withStripped = true
13050
+ var processRejectvue_type_template_id_a73fd96a_staticRenderFns = []
13051
+ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13052
13052
 
13053
13053
 
13054
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=10070478&
13054
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
13055
13055
 
13056
13056
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
13057
13057
  //
@@ -13142,6 +13142,11 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
13142
13142
  //
13143
13143
  //
13144
13144
  //
13145
+ //
13146
+ //
13147
+ //
13148
+ //
13149
+ //
13145
13150
 
13146
13151
 
13147
13152
 
@@ -13311,8 +13316,6 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
13311
13316
  opinion: this.option
13312
13317
  };
13313
13318
  util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
13314
-
13315
- console.log(res, 'resssss');
13316
13319
  _this4.loading = false;
13317
13320
  if (res.status === 'success') {
13318
13321
  var _res$data = res.data,
@@ -13367,8 +13370,8 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
13367
13370
 
13368
13371
  var processReject_component = Object(componentNormalizer["a" /* default */])(
13369
13372
  src_processRejectvue_type_script_lang_js_,
13370
- processRejectvue_type_template_id_10070478_render,
13371
- processRejectvue_type_template_id_10070478_staticRenderFns,
13373
+ processRejectvue_type_template_id_a73fd96a_render,
13374
+ processRejectvue_type_template_id_a73fd96a_staticRenderFns,
13372
13375
  false,
13373
13376
  null,
13374
13377
  null,
@@ -15790,11 +15793,11 @@ var resetvue_type_script_lang_js_components;
15790
15793
  });
15791
15794
  },
15792
15795
 
15793
- /**
15794
- * isMultiple
15795
- * @desc:是否多选
15796
- * @author liufan
15797
- * @date 2022年9月13日
15796
+ /**
15797
+ * isMultiple
15798
+ * @desc:是否多选
15799
+ * @author liufan
15800
+ * @date 2022年9月13日
15798
15801
  **/
15799
15802
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15800
15803
  var multiple = false;
@@ -20195,11 +20198,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20195
20198
  });
20196
20199
  },
20197
20200
 
20198
- /**
20199
- * saveInfo
20200
- * @desc:暂存
20201
- * @author liufan
20202
- * @date 2022年9月9日
20201
+ /**
20202
+ * saveInfo
20203
+ * @desc:暂存
20204
+ * @author liufan
20205
+ * @date 2022年9月9日
20203
20206
  **/
20204
20207
  saveInfo: function saveInfo(type, btn) {
20205
20208
  var _this6 = this;
@@ -20261,11 +20264,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20261
20264
  });
20262
20265
  },
20263
20266
 
20264
- /**
20265
- * rejectBtn
20266
- * @desc:点击驳回
20267
- * @author liufan
20268
- * @date 2022年5月25日
20267
+ /**
20268
+ * rejectBtn
20269
+ * @desc:点击驳回
20270
+ * @author liufan
20271
+ * @date 2022年5月25日
20269
20272
  **/
20270
20273
  rejectBtn: function rejectBtn() {
20271
20274
  var _this8 = this;
@@ -20283,11 +20286,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20283
20286
  }
20284
20287
  },
20285
20288
 
20286
- /**
20287
- * taskReadBtn
20288
- * @desc:点击分阅
20289
- * @author liufan
20290
- * @date 2022年5月25日
20289
+ /**
20290
+ * taskReadBtn
20291
+ * @desc:点击分阅
20292
+ * @author liufan
20293
+ * @date 2022年5月25日
20291
20294
  **/
20292
20295
  taskReadBtn: function taskReadBtn() {
20293
20296
  var _this9 = this;
@@ -20306,11 +20309,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20306
20309
  }
20307
20310
  },
20308
20311
 
20309
- /**
20310
- * getFind
20311
- * @desc:获取通知方式
20312
- * @author liufan
20313
- * @date 2022年5月25日
20312
+ /**
20313
+ * getFind
20314
+ * @desc:获取通知方式
20315
+ * @author liufan
20316
+ * @date 2022年5月25日
20314
20317
  **/
20315
20318
  getFind: function getFind() {
20316
20319
  var _this10 = this;
@@ -20365,12 +20368,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20365
20368
  });
20366
20369
  },
20367
20370
 
20368
- /**
20369
- * endFlows
20370
- * @desc:直接办结
20371
- * @author liufan
20372
- * @param {Object} res 直接办结数据
20373
- * @date 2022年5月25日
20371
+ /**
20372
+ * endFlows
20373
+ * @desc:直接办结
20374
+ * @author liufan
20375
+ * @param {Object} res 直接办结数据
20376
+ * @date 2022年5月25日
20374
20377
  **/
20375
20378
  endFlows: function endFlows(res) {
20376
20379
  var _this12 = this;
@@ -20424,12 +20427,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20424
20427
  }).catch(function (e) {});
20425
20428
  },
20426
20429
 
20427
- /**
20428
- * goView
20429
- * @desc:更多流程按钮操作
20430
- * @author liufan
20431
- * @param {Object} res 当前点击操作按钮数据
20432
- * @date 2022年5月25日
20430
+ /**
20431
+ * goView
20432
+ * @desc:更多流程按钮操作
20433
+ * @author liufan
20434
+ * @param {Object} res 当前点击操作按钮数据
20435
+ * @date 2022年5月25日
20433
20436
  **/
20434
20437
  goView: function goView(res) {
20435
20438
  // 驳回并办结:rejectAndEndHtml
@@ -20514,11 +20517,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20514
20517
  // isCanStartSubFlow
20515
20518
  },
20516
20519
 
20517
- /**
20518
- * toTakeAdvice
20519
- * @desc:征求意见
20520
- * @author liufan
20521
- * @date 2022年9月29日
20520
+ /**
20521
+ * toTakeAdvice
20522
+ * @desc:征求意见
20523
+ * @author liufan
20524
+ * @date 2022年9月29日
20522
20525
  **/
20523
20526
  toTakeAdvice: function toTakeAdvice(res) {
20524
20527
  var _this14 = this;
@@ -20562,11 +20565,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20562
20565
  });
20563
20566
  },
20564
20567
 
20565
- /**
20566
- * toStartDraf
20567
- * @desc: 稿件递送、联合审核、复核
20568
- * @author liufan
20569
- * @date 2022年9月29日
20568
+ /**
20569
+ * toStartDraf
20570
+ * @desc: 稿件递送、联合审核、复核
20571
+ * @author liufan
20572
+ * @date 2022年9月29日
20570
20573
  **/
20571
20574
  toStartDraf: function toStartDraf(res) {
20572
20575
  var _this16 = this;
@@ -20580,11 +20583,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20580
20583
  }
20581
20584
  },
20582
20585
 
20583
- /**
20584
- * toSendMsg
20585
- * @desc:核稿通知
20586
- * @author liufan
20587
- * @date 2022年9月29日
20586
+ /**
20587
+ * toSendMsg
20588
+ * @desc:核稿通知
20589
+ * @author liufan
20590
+ * @date 2022年9月29日
20588
20591
  **/
20589
20592
  toSendMsg: function toSendMsg(res) {
20590
20593
  var _this17 = this;
@@ -20598,11 +20601,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20598
20601
  }
20599
20602
  },
20600
20603
 
20601
- /**
20602
- * toTaskReadAndEnd
20603
- * @desc:分阅并办结
20604
- * @author liufan
20605
- * @date 2022年9月29日
20604
+ /**
20605
+ * toTaskReadAndEnd
20606
+ * @desc:分阅并办结
20607
+ * @author liufan
20608
+ * @date 2022年9月29日
20606
20609
  **/
20607
20610
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20608
20611
  var _this18 = this;
@@ -20620,11 +20623,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20620
20623
  }
20621
20624
  },
20622
20625
 
20623
- /**
20624
- * rejectAndEnd
20625
- * @desc:驳回并办结
20626
- * @author liufan
20627
- * @date 2022年9月29日
20626
+ /**
20627
+ * rejectAndEnd
20628
+ * @desc:驳回并办结
20629
+ * @author liufan
20630
+ * @date 2022年9月29日
20628
20631
  **/
20629
20632
  rejectAndEnd: function rejectAndEnd(res) {
20630
20633
  var _this19 = this;
@@ -20679,11 +20682,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20679
20682
  });
20680
20683
  },
20681
20684
 
20682
- /**
20683
- * toTransfer
20684
- * @desc:转办
20685
- * @author liufan
20686
- * @date 2022年9月29日
20685
+ /**
20686
+ * toTransfer
20687
+ * @desc:转办
20688
+ * @author liufan
20689
+ * @date 2022年9月29日
20687
20690
  **/
20688
20691
  toTransfer: function toTransfer(res) {
20689
20692
  var _this21 = this;
@@ -20699,11 +20702,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20699
20702
  }
20700
20703
  },
20701
20704
 
20702
- /**
20703
- * getNodeInfo
20704
- * @desc:获取节点信息
20705
- * @author liufan
20706
- * @date 2022年5月25日
20705
+ /**
20706
+ * getNodeInfo
20707
+ * @desc:获取节点信息
20708
+ * @author liufan
20709
+ * @date 2022年5月25日
20707
20710
  **/
20708
20711
  getNodeInfo: function getNodeInfo() {
20709
20712
  var _this22 = this;
@@ -20802,12 +20805,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20802
20805
  });
20803
20806
  },
20804
20807
 
20805
- /**
20806
- * selecNext
20807
- * @desc:下步节点变化时更新数据
20808
- * @author liufan
20809
- * @param {String} val 当前选中值
20810
- * @date 2022年5月25日
20808
+ /**
20809
+ * selecNext
20810
+ * @desc:下步节点变化时更新数据
20811
+ * @author liufan
20812
+ * @param {String} val 当前选中值
20813
+ * @date 2022年5月25日
20811
20814
  **/
20812
20815
  selecNext: function selecNext(val, type, isDef) {
20813
20816
  var _this23 = this;
@@ -20916,11 +20919,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20916
20919
  if (isDef !== true) this.getNodeInfo();
20917
20920
  },
20918
20921
 
20919
- /**
20920
- * isMultiple
20921
- * @desc:是否多选
20922
- * @author liufan
20923
- * @date 2022年9月13日
20922
+ /**
20923
+ * isMultiple
20924
+ * @desc:是否多选
20925
+ * @author liufan
20926
+ * @date 2022年9月13日
20924
20927
  **/
20925
20928
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
20926
20929
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -20952,11 +20955,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20952
20955
  }
20953
20956
  },
20954
20957
 
20955
- /**
20956
- * getHedInfo
20957
- * @desc:获取审核页面数据
20958
- * @author liufan
20959
- * @date 2022年5月25日
20958
+ /**
20959
+ * getHedInfo
20960
+ * @desc:获取审核页面数据
20961
+ * @author liufan
20962
+ * @date 2022年5月25日
20960
20963
  **/
20961
20964
  getHedInfo: function getHedInfo() {
20962
20965
  var _this24 = this;
@@ -21192,13 +21195,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21192
21195
  });
21193
21196
  },
21194
21197
 
21195
- /**
21196
- * closeProcess
21197
- * @desc:关闭弹窗
21198
- * @author liufan
21199
- * @param {boolean} val 当前是否办理流程
21200
- * @param {String} type 当前点击的弹窗类型
21201
- * @date 2022年5月25日
21198
+ /**
21199
+ * closeProcess
21200
+ * @desc:关闭弹窗
21201
+ * @author liufan
21202
+ * @param {boolean} val 当前是否办理流程
21203
+ * @param {String} type 当前点击的弹窗类型
21204
+ * @date 2022年5月25日
21202
21205
  **/
21203
21206
  closeProcess: function closeProcess(val, type, closeParent) {
21204
21207
  if (closeParent) {
@@ -21215,23 +21218,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21215
21218
  }
21216
21219
  },
21217
21220
 
21218
- /**
21219
- * selectChange
21220
- * @desc:常用语选择
21221
- * @author liufan
21222
- * @param {String} val 选中值
21223
- * @date 2022年5月25日
21221
+ /**
21222
+ * selectChange
21223
+ * @desc:常用语选择
21224
+ * @author liufan
21225
+ * @param {String} val 选中值
21226
+ * @date 2022年5月25日
21224
21227
  **/
21225
21228
  selectChange: function selectChange(val) {
21226
21229
  this.value = val;
21227
21230
  },
21228
21231
 
21229
- /**
21230
- * upDate
21231
- * @desc:修改常用语
21232
- * @author liufan
21233
- * @param {Object} val 修改值
21234
- * @date 2022年5月25日
21232
+ /**
21233
+ * upDate
21234
+ * @desc:修改常用语
21235
+ * @author liufan
21236
+ * @param {Object} val 修改值
21237
+ * @date 2022年5月25日
21235
21238
  **/
21236
21239
  upDate: function upDate(val) {
21237
21240
  this.FormData.id = val.id;
@@ -21239,11 +21242,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21239
21242
  },
21240
21243
 
21241
21244
 
21242
- /**
21243
- * getProcess
21244
- * @desc:获取选择流程
21245
- * @author liufan
21246
- * @date 2022年5月25日
21245
+ /**
21246
+ * getProcess
21247
+ * @desc:获取选择流程
21248
+ * @author liufan
21249
+ * @date 2022年5月25日
21247
21250
  **/
21248
21251
  getProcess: function getProcess() {
21249
21252
  var _this25 = this;
@@ -21297,11 +21300,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21297
21300
  });
21298
21301
  },
21299
21302
 
21300
- /**
21301
- * getPendedhistoryList
21302
- * @desc:获取流程列表
21303
- * @author liufan
21304
- * @date 2022年5月25日
21303
+ /**
21304
+ * getPendedhistoryList
21305
+ * @desc:获取流程列表
21306
+ * @author liufan
21307
+ * @date 2022年5月25日
21305
21308
  **/
21306
21309
  getPendedhistoryList: function getPendedhistoryList() {
21307
21310
  var _this26 = this;
@@ -21333,12 +21336,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21333
21336
  },
21334
21337
 
21335
21338
  // 提交流程
21336
- /**
21337
- * subProcess
21338
- * @desc:提交流程
21339
- * @author liufan
21340
- * @param {String} formName 当前form表单ref值
21341
- * @date 2022年5月25日
21339
+ /**
21340
+ * subProcess
21341
+ * @desc:提交流程
21342
+ * @author liufan
21343
+ * @param {String} formName 当前form表单ref值
21344
+ * @date 2022年5月25日
21342
21345
  **/
21343
21346
  subProcess: function subProcess(val) {
21344
21347
  var _this27 = this;
@@ -24498,11 +24501,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24498
24501
  });
24499
24502
  },
24500
24503
 
24501
- /**
24502
- * saveInfo
24503
- * @desc:暂存
24504
- * @author liufan
24505
- * @date 2022年9月9日
24504
+ /**
24505
+ * saveInfo
24506
+ * @desc:暂存
24507
+ * @author liufan
24508
+ * @date 2022年9月9日
24506
24509
  **/
24507
24510
  saveInfo: function saveInfo(type, btn) {
24508
24511
  var _this10 = this;
@@ -24564,11 +24567,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24564
24567
  });
24565
24568
  },
24566
24569
 
24567
- /**
24568
- * rejectBtn
24569
- * @desc:点击驳回
24570
- * @author liufan
24571
- * @date 2022年5月25日
24570
+ /**
24571
+ * rejectBtn
24572
+ * @desc:点击驳回
24573
+ * @author liufan
24574
+ * @date 2022年5月25日
24572
24575
  **/
24573
24576
  rejectBtn: function rejectBtn() {
24574
24577
  var _this12 = this;
@@ -24586,11 +24589,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24586
24589
  }
24587
24590
  },
24588
24591
 
24589
- /**
24590
- * taskReadBtn
24591
- * @desc:点击分阅
24592
- * @author liufan
24593
- * @date 2022年5月25日
24592
+ /**
24593
+ * taskReadBtn
24594
+ * @desc:点击分阅
24595
+ * @author liufan
24596
+ * @date 2022年5月25日
24594
24597
  **/
24595
24598
  taskReadBtn: function taskReadBtn() {
24596
24599
  var _this13 = this;
@@ -24609,11 +24612,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24609
24612
  }
24610
24613
  },
24611
24614
 
24612
- /**
24613
- * getFind
24614
- * @desc:获取通知方式
24615
- * @author liufan
24616
- * @date 2022年5月25日
24615
+ /**
24616
+ * getFind
24617
+ * @desc:获取通知方式
24618
+ * @author liufan
24619
+ * @date 2022年5月25日
24617
24620
  **/
24618
24621
  getFind: function getFind() {
24619
24622
  var _this14 = this;
@@ -24679,12 +24682,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24679
24682
  });
24680
24683
  },
24681
24684
 
24682
- /**
24683
- * endFlows
24684
- * @desc:直接办结
24685
- * @author liufan
24686
- * @param {Object} res 直接办结数据
24687
- * @date 2022年5月25日
24685
+ /**
24686
+ * endFlows
24687
+ * @desc:直接办结
24688
+ * @author liufan
24689
+ * @param {Object} res 直接办结数据
24690
+ * @date 2022年5月25日
24688
24691
  **/
24689
24692
  endFlows: function endFlows(res) {
24690
24693
  var _this16 = this;
@@ -24739,12 +24742,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24739
24742
  }).catch(function (e) {});
24740
24743
  },
24741
24744
 
24742
- /**
24743
- * goView
24744
- * @desc:更多流程按钮操作
24745
- * @author liufan
24746
- * @param {Object} res 当前点击操作按钮数据
24747
- * @date 2022年5月25日
24745
+ /**
24746
+ * goView
24747
+ * @desc:更多流程按钮操作
24748
+ * @author liufan
24749
+ * @param {Object} res 当前点击操作按钮数据
24750
+ * @date 2022年5月25日
24748
24751
  **/
24749
24752
  goView: function goView(res) {
24750
24753
  // 驳回并办结:rejectAndEndHtml
@@ -24829,11 +24832,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24829
24832
  // isCanStartSubFlow
24830
24833
  },
24831
24834
 
24832
- /**
24833
- * toTakeAdvice
24834
- * @desc:征求意见
24835
- * @author liufan
24836
- * @date 2022年9月29日
24835
+ /**
24836
+ * toTakeAdvice
24837
+ * @desc:征求意见
24838
+ * @author liufan
24839
+ * @date 2022年9月29日
24837
24840
  **/
24838
24841
  toTakeAdvice: function toTakeAdvice(res) {
24839
24842
  var _this18 = this;
@@ -24877,11 +24880,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24877
24880
  });
24878
24881
  },
24879
24882
 
24880
- /**
24881
- * toStartDraf
24882
- * @desc: 稿件递送、联合审核、复核
24883
- * @author liufan
24884
- * @date 2022年9月29日
24883
+ /**
24884
+ * toStartDraf
24885
+ * @desc: 稿件递送、联合审核、复核
24886
+ * @author liufan
24887
+ * @date 2022年9月29日
24885
24888
  **/
24886
24889
  toStartDraf: function toStartDraf(res) {
24887
24890
  var _this20 = this;
@@ -24895,11 +24898,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24895
24898
  }
24896
24899
  },
24897
24900
 
24898
- /**
24899
- * toSendMsg
24900
- * @desc:核稿通知
24901
- * @author liufan
24902
- * @date 2022年9月29日
24901
+ /**
24902
+ * toSendMsg
24903
+ * @desc:核稿通知
24904
+ * @author liufan
24905
+ * @date 2022年9月29日
24903
24906
  **/
24904
24907
  toSendMsg: function toSendMsg(res) {
24905
24908
  var _this21 = this;
@@ -24913,11 +24916,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24913
24916
  }
24914
24917
  },
24915
24918
 
24916
- /**
24917
- * toTaskReadAndEnd
24918
- * @desc:分阅并办结
24919
- * @author liufan
24920
- * @date 2022年9月29日
24919
+ /**
24920
+ * toTaskReadAndEnd
24921
+ * @desc:分阅并办结
24922
+ * @author liufan
24923
+ * @date 2022年9月29日
24921
24924
  **/
24922
24925
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
24923
24926
  var _this22 = this;
@@ -24935,11 +24938,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24935
24938
  }
24936
24939
  },
24937
24940
 
24938
- /**
24939
- * rejectAndEnd
24940
- * @desc:驳回并办结
24941
- * @author liufan
24942
- * @date 2022年9月29日
24941
+ /**
24942
+ * rejectAndEnd
24943
+ * @desc:驳回并办结
24944
+ * @author liufan
24945
+ * @date 2022年9月29日
24943
24946
  **/
24944
24947
  rejectAndEnd: function rejectAndEnd(res) {
24945
24948
  var _this23 = this;
@@ -24995,11 +24998,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24995
24998
  });
24996
24999
  },
24997
25000
 
24998
- /**
24999
- * toTransfer
25000
- * @desc:转办
25001
- * @author liufan
25002
- * @date 2022年9月29日
25001
+ /**
25002
+ * toTransfer
25003
+ * @desc:转办
25004
+ * @author liufan
25005
+ * @date 2022年9月29日
25003
25006
  **/
25004
25007
  toTransfer: function toTransfer(res) {
25005
25008
  var _this25 = this;
@@ -25015,11 +25018,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25015
25018
  }
25016
25019
  },
25017
25020
 
25018
- /**
25019
- * getNodeInfo
25020
- * @desc:获取节点信息
25021
- * @author liufan
25022
- * @date 2022年5月25日
25021
+ /**
25022
+ * getNodeInfo
25023
+ * @desc:获取节点信息
25024
+ * @author liufan
25025
+ * @date 2022年5月25日
25023
25026
  **/
25024
25027
  getNodeInfo: function getNodeInfo() {
25025
25028
  var _this26 = this;
@@ -25123,12 +25126,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25123
25126
  });
25124
25127
  },
25125
25128
 
25126
- /**
25127
- * selecNext
25128
- * @desc:下步节点变化时更新数据
25129
- * @author liufan
25130
- * @param {String} val 当前选中值
25131
- * @date 2022年5月25日
25129
+ /**
25130
+ * selecNext
25131
+ * @desc:下步节点变化时更新数据
25132
+ * @author liufan
25133
+ * @param {String} val 当前选中值
25134
+ * @date 2022年5月25日
25132
25135
  **/
25133
25136
  selecNext: function selecNext(val, type, isDef) {
25134
25137
  var _this27 = this;
@@ -25260,11 +25263,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25260
25263
  this.getNodeInfo();
25261
25264
  },
25262
25265
 
25263
- /**
25264
- * isMultiple
25265
- * @desc:是否多选
25266
- * @author liufan
25267
- * @date 2022年9月13日
25266
+ /**
25267
+ * isMultiple
25268
+ * @desc:是否多选
25269
+ * @author liufan
25270
+ * @date 2022年9月13日
25268
25271
  **/
25269
25272
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
25270
25273
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -25296,11 +25299,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25296
25299
  }
25297
25300
  },
25298
25301
 
25299
- /**
25300
- * getHedInfo
25301
- * @desc:获取审核页面数据
25302
- * @author liufan
25303
- * @date 2022年5月25日
25302
+ /**
25303
+ * getHedInfo
25304
+ * @desc:获取审核页面数据
25305
+ * @author liufan
25306
+ * @date 2022年5月25日
25304
25307
  **/
25305
25308
  getHedInfo: function getHedInfo() {
25306
25309
  var _this28 = this;
@@ -25587,13 +25590,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25587
25590
  });
25588
25591
  },
25589
25592
 
25590
- /**
25591
- * closeProcess
25592
- * @desc:关闭弹窗
25593
- * @author liufan
25594
- * @param {boolean} val 当前是否办理流程
25595
- * @param {String} type 当前点击的弹窗类型
25596
- * @date 2022年5月25日
25593
+ /**
25594
+ * closeProcess
25595
+ * @desc:关闭弹窗
25596
+ * @author liufan
25597
+ * @param {boolean} val 当前是否办理流程
25598
+ * @param {String} type 当前点击的弹窗类型
25599
+ * @date 2022年5月25日
25597
25600
  **/
25598
25601
  closeProcess: function closeProcess(val, type, closeParent) {
25599
25602
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -25613,23 +25616,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25613
25616
  }
25614
25617
  },
25615
25618
 
25616
- /**
25617
- * selectChange
25618
- * @desc:常用语选择
25619
- * @author liufan
25620
- * @param {String} val 选中值
25621
- * @date 2022年5月25日
25619
+ /**
25620
+ * selectChange
25621
+ * @desc:常用语选择
25622
+ * @author liufan
25623
+ * @param {String} val 选中值
25624
+ * @date 2022年5月25日
25622
25625
  **/
25623
25626
  selectChange: function selectChange(val) {
25624
25627
  this.value = val;
25625
25628
  },
25626
25629
 
25627
- /**
25628
- * upDate
25629
- * @desc:修改常用语
25630
- * @author liufan
25631
- * @param {Object} val 修改值
25632
- * @date 2022年5月25日
25630
+ /**
25631
+ * upDate
25632
+ * @desc:修改常用语
25633
+ * @author liufan
25634
+ * @param {Object} val 修改值
25635
+ * @date 2022年5月25日
25633
25636
  **/
25634
25637
  upDate: function upDate(val) {
25635
25638
  this.FormData.id = val.id;
@@ -25637,11 +25640,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25637
25640
  },
25638
25641
 
25639
25642
 
25640
- /**
25641
- * getProcess
25642
- * @desc:获取选择流程
25643
- * @author liufan
25644
- * @date 2022年5月25日
25643
+ /**
25644
+ * getProcess
25645
+ * @desc:获取选择流程
25646
+ * @author liufan
25647
+ * @date 2022年5月25日
25645
25648
  **/
25646
25649
  getProcess: function getProcess(val) {
25647
25650
  var _this29 = this;
@@ -25700,11 +25703,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25700
25703
  });
25701
25704
  },
25702
25705
 
25703
- /**
25704
- * getPendedhistoryList
25705
- * @desc:获取流程列表
25706
- * @author liufan
25707
- * @date 2022年5月25日
25706
+ /**
25707
+ * getPendedhistoryList
25708
+ * @desc:获取流程列表
25709
+ * @author liufan
25710
+ * @date 2022年5月25日
25708
25711
  **/
25709
25712
  getPendedhistoryList: function getPendedhistoryList() {
25710
25713
  var _this30 = this;
@@ -25772,12 +25775,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25772
25775
  },
25773
25776
 
25774
25777
  // 提交流程
25775
- /**
25776
- * subProcess
25777
- * @desc:提交流程
25778
- * @author liufan
25779
- * @param {String} formName 当前form表单ref值
25780
- * @date 2022年5月25日
25778
+ /**
25779
+ * subProcess
25780
+ * @desc:提交流程
25781
+ * @author liufan
25782
+ * @param {String} formName 当前form表单ref值
25783
+ * @date 2022年5月25日
25781
25784
  **/
25782
25785
  subProcess: function subProcess(val, type) {
25783
25786
  var _this32 = this;