eoss-ui 0.7.18 → 0.7.19

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 (245) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +775 -771
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +291 -289
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +142 -142
  7. package/lib/qr-code.js +13 -13
  8. package/lib/switch.js +9 -7
  9. package/package.json +160 -160
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/button-group/src/main.vue +298 -298
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/main.vue +412 -412
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/clients/src/main.vue +151 -151
  26. package/packages/data-table/index.js +5 -5
  27. package/packages/data-table/src/children.vue +39 -39
  28. package/packages/data-table/src/column.vue +988 -988
  29. package/packages/data-table/src/main.vue +1831 -1831
  30. package/packages/data-table/src/sizer.vue +195 -195
  31. package/packages/data-table-form/index.js +5 -5
  32. package/packages/data-table-form/src/checkbox.vue +101 -101
  33. package/packages/data-table-form/src/colgroup.vue +17 -17
  34. package/packages/data-table-form/src/main.vue +181 -181
  35. package/packages/data-table-form/src/radio.vue +65 -65
  36. package/packages/data-table-form/src/table.vue +233 -233
  37. package/packages/data-table-form/src/tbody.vue +336 -336
  38. package/packages/data-table-form/src/thead.vue +68 -68
  39. package/packages/date-picker/index.js +5 -5
  40. package/packages/date-picker/src/main.vue +236 -236
  41. package/packages/dialog/index.js +5 -5
  42. package/packages/enable-drag/index.js +5 -5
  43. package/packages/enterprise/index.js +5 -5
  44. package/packages/enterprise/src/main.vue +66 -66
  45. package/packages/error-page/index.js +5 -5
  46. package/packages/error-page/src/main.vue +44 -44
  47. package/packages/flow/index.js +5 -5
  48. package/packages/flow/src/component/Circulate.vue +413 -413
  49. package/packages/flow/src/component/CommonOpinions.vue +373 -372
  50. package/packages/flow/src/component/CustomPreset.vue +322 -322
  51. package/packages/flow/src/component/FileList.vue +97 -97
  52. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  53. package/packages/flow/src/component/Preset.vue +255 -255
  54. package/packages/flow/src/component/SendMsg.vue +242 -242
  55. package/packages/flow/src/component/TimeLimit.vue +190 -190
  56. package/packages/flow/src/component/taskUnionExamine.vue +649 -649
  57. package/packages/flow/src/form.vue +121 -121
  58. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  59. package/packages/flow/src/main.vue +3802 -3801
  60. package/packages/flow/src/processForm.vue +1287 -1287
  61. package/packages/flow/src/processReject.vue +308 -308
  62. package/packages/flow/src/reset.vue +941 -941
  63. package/packages/flow/src/startTaskRead.vue +691 -691
  64. package/packages/flow/src/supervise.vue +159 -159
  65. package/packages/flow/src/table.vue +58 -58
  66. package/packages/flow-group/index.js +5 -5
  67. package/packages/flow-group/src/main.vue +696 -696
  68. package/packages/flow-list/index.js +5 -5
  69. package/packages/flow-list/src/main.vue +1770 -1770
  70. package/packages/form/index.js +5 -5
  71. package/packages/form/src/main.vue +3901 -3901
  72. package/packages/form/src/table.vue +1512 -1512
  73. package/packages/handle-user/index.js +5 -5
  74. package/packages/handle-user/src/main.vue +137 -137
  75. package/packages/handler/index.js +5 -5
  76. package/packages/handler/src/main.vue +497 -497
  77. package/packages/icon/index.js +5 -5
  78. package/packages/icon/src/main.vue +104 -104
  79. package/packages/icons/index.js +5 -5
  80. package/packages/icons/src/main.vue +81 -81
  81. package/packages/input/index.js +5 -5
  82. package/packages/input/src/main.vue +356 -356
  83. package/packages/input-number/index.js +5 -5
  84. package/packages/input-number/src/main.vue +106 -106
  85. package/packages/label/index.js +5 -5
  86. package/packages/label/src/main.vue +457 -457
  87. package/packages/layout/index.js +5 -5
  88. package/packages/layout/src/item.vue +152 -152
  89. package/packages/layout/src/main.vue +31 -31
  90. package/packages/login/index.js +5 -5
  91. package/packages/login/src/main.vue +1993 -1993
  92. package/packages/login/src/resetPassword.vue +557 -557
  93. package/packages/main/index.js +5 -5
  94. package/packages/main/src/default/message.vue +249 -249
  95. package/packages/main/src/default/notice.vue +157 -157
  96. package/packages/main/src/default/userinfo.vue +502 -502
  97. package/packages/main/src/public/online.vue +89 -89
  98. package/packages/main/src/public/search.vue +464 -464
  99. package/packages/main/src/public/settings.vue +221 -221
  100. package/packages/main/src/simplicity/apps.vue +388 -388
  101. package/packages/main/src/simplicity/avatar.vue +82 -82
  102. package/packages/main/src/simplicity/handler.vue +263 -263
  103. package/packages/main/src/simplicity/index.vue +2125 -2125
  104. package/packages/main/src/simplicity/lists.vue +84 -84
  105. package/packages/main/src/simplicity/menu-list.vue +135 -135
  106. package/packages/main/src/simplicity/message.vue +259 -259
  107. package/packages/main/src/simplicity/notice.vue +190 -190
  108. package/packages/main/src/simplicity/router-page.vue +45 -45
  109. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  110. package/packages/main/src/simplicity/user.vue +259 -259
  111. package/packages/main/src/simplicity/userinfo.vue +398 -398
  112. package/packages/menu/index.js +5 -5
  113. package/packages/menu/src/main.vue +584 -584
  114. package/packages/nav/index.js +5 -5
  115. package/packages/nav/src/main.vue +351 -351
  116. package/packages/notify/index.js +5 -5
  117. package/packages/notify/src/main.vue +538 -538
  118. package/packages/page/index.js +5 -5
  119. package/packages/page/src/main.vue +167 -167
  120. package/packages/pagination/index.js +5 -5
  121. package/packages/pagination/src/main.vue +96 -96
  122. package/packages/player/index.js +5 -5
  123. package/packages/player/src/main.vue +194 -194
  124. package/packages/qr-code/index.js +5 -5
  125. package/packages/qr-code/src/main.vue +170 -170
  126. package/packages/radio-group/index.js +6 -6
  127. package/packages/radio-group/src/main.vue +319 -319
  128. package/packages/retrial-auth/index.js +5 -5
  129. package/packages/retrial-auth/src/main.vue +280 -280
  130. package/packages/select/index.js +5 -5
  131. package/packages/select/src/main.vue +782 -782
  132. package/packages/select-ganged/index.js +5 -5
  133. package/packages/select-ganged/src/main.vue +724 -724
  134. package/packages/selector/index.js +5 -5
  135. package/packages/selector/src/main.vue +761 -761
  136. package/packages/selector-panel/index.js +5 -5
  137. package/packages/selector-panel/src/main.vue +1027 -1027
  138. package/packages/selector-panel/src/selection.vue +170 -170
  139. package/packages/selector-panel/src/tree.vue +129 -129
  140. package/packages/sizer/index.js +5 -5
  141. package/packages/sizer/src/main.vue +254 -254
  142. package/packages/steps/index.js +5 -5
  143. package/packages/steps/src/main.vue +181 -181
  144. package/packages/switch/index.js +5 -5
  145. package/packages/switch/src/main.vue +170 -154
  146. package/packages/table-form/index.js +5 -5
  147. package/packages/tabs/index.js +5 -5
  148. package/packages/tabs/src/main.vue +788 -788
  149. package/packages/tabs-panel/index.js +5 -5
  150. package/packages/tabs-panel/src/main.vue +29 -29
  151. package/packages/theme-chalk/src/base.scss +261 -261
  152. package/packages/theme-chalk/src/button-group.scss +176 -176
  153. package/packages/theme-chalk/src/button.scss +24 -24
  154. package/packages/theme-chalk/src/calendar.scss +113 -113
  155. package/packages/theme-chalk/src/card.scss +99 -99
  156. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  157. package/packages/theme-chalk/src/clients.scss +87 -87
  158. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  159. package/packages/theme-chalk/src/data-table.scss +293 -293
  160. package/packages/theme-chalk/src/date-picker.scss +7 -7
  161. package/packages/theme-chalk/src/dialog.scss +77 -77
  162. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  163. package/packages/theme-chalk/src/enterprise.scss +5 -5
  164. package/packages/theme-chalk/src/error-page.scss +18 -18
  165. package/packages/theme-chalk/src/flow-group.scss +110 -110
  166. package/packages/theme-chalk/src/flow-list.scss +39 -39
  167. package/packages/theme-chalk/src/flow.scss +348 -348
  168. package/packages/theme-chalk/src/form.scss +501 -501
  169. package/packages/theme-chalk/src/handle-user.scss +40 -40
  170. package/packages/theme-chalk/src/handler.scss +148 -148
  171. package/packages/theme-chalk/src/icon.scss +1817 -1817
  172. package/packages/theme-chalk/src/icons.scss +99 -99
  173. package/packages/theme-chalk/src/input.scss +9 -9
  174. package/packages/theme-chalk/src/label.scss +24 -24
  175. package/packages/theme-chalk/src/layout.scss +46 -46
  176. package/packages/theme-chalk/src/login.scss +984 -984
  177. package/packages/theme-chalk/src/main.scss +663 -663
  178. package/packages/theme-chalk/src/menu.scss +222 -222
  179. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  180. package/packages/theme-chalk/src/nav.scss +111 -111
  181. package/packages/theme-chalk/src/page.scss +3 -3
  182. package/packages/theme-chalk/src/pagination.scss +29 -29
  183. package/packages/theme-chalk/src/player.scss +9 -9
  184. package/packages/theme-chalk/src/qr-code.scss +17 -17
  185. package/packages/theme-chalk/src/radio-group.scss +9 -9
  186. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  187. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  188. package/packages/theme-chalk/src/select.scss +8 -8
  189. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  190. package/packages/theme-chalk/src/selector.scss +92 -92
  191. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  192. package/packages/theme-chalk/src/sizer.scss +36 -36
  193. package/packages/theme-chalk/src/steps.scss +88 -88
  194. package/packages/theme-chalk/src/switch.scss +3 -3
  195. package/packages/theme-chalk/src/table-form.scss +1 -1
  196. package/packages/theme-chalk/src/tabs.scss +87 -87
  197. package/packages/theme-chalk/src/tips.scss +7 -7
  198. package/packages/theme-chalk/src/toolbar.scss +179 -179
  199. package/packages/theme-chalk/src/tree-group.scss +72 -72
  200. package/packages/theme-chalk/src/tree.scss +165 -165
  201. package/packages/theme-chalk/src/upload.scss +172 -172
  202. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  203. package/packages/tips/index.js +5 -5
  204. package/packages/tips/src/main.vue +141 -141
  205. package/packages/toolbar/index.js +5 -5
  206. package/packages/toolbar/src/main.vue +430 -430
  207. package/packages/tree/index.js +5 -5
  208. package/packages/tree-group/index.js +5 -5
  209. package/packages/upload/index.js +5 -5
  210. package/packages/upload/src/main.vue +1343 -1343
  211. package/packages/upload/src/picture.js +15 -15
  212. package/packages/wujie/index.js +5 -5
  213. package/packages/wujie/src/main.vue +145 -145
  214. package/packages/wxlogin/index.js +5 -5
  215. package/packages/wxlogin/src/main.vue +128 -128
  216. package/src/config/api.js +315 -315
  217. package/src/config/image.js +2 -2
  218. package/src/index.js +163 -163
  219. package/src/utils/bus.js +3 -3
  220. package/src/utils/date-util.js +312 -312
  221. package/src/utils/http.js +50 -50
  222. package/src/utils/rules.js +18 -18
  223. package/src/utils/store.js +21 -21
  224. package/src/utils/webSocket.js +107 -107
  225. package/packages/.DS_Store +0 -0
  226. package/packages/autocomplete/.DS_Store +0 -0
  227. package/packages/calogin/.DS_Store +0 -0
  228. package/packages/date-picker/.DS_Store +0 -0
  229. package/packages/date-picker/src/.DS_Store +0 -0
  230. package/packages/flow/.DS_Store +0 -0
  231. package/packages/flow/src/.DS_Store +0 -0
  232. package/packages/flow-list/.DS_Store +0 -0
  233. package/packages/form/.DS_Store +0 -0
  234. package/packages/login/.DS_Store +0 -0
  235. package/packages/main/.DS_Store +0 -0
  236. package/packages/main/src/.DS_Store +0 -0
  237. package/packages/menu/.DS_Store +0 -0
  238. package/packages/scrollbar/.DS_Store +0 -0
  239. package/packages/select/.DS_Store +0 -0
  240. package/packages/selector/.DS_Store +0 -0
  241. package/packages/selector-panel/.DS_Store +0 -0
  242. package/packages/theme-chalk/src/.DS_Store +0 -0
  243. package/packages/upload/.DS_Store +0 -0
  244. package/src/.DS_Store +0 -0
  245. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4489,7 +4489,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4489
4489
  // ESM COMPAT FLAG
4490
4490
  __webpack_require__.r(__webpack_exports__);
4491
4491
 
4492
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=1a2d61ce&
4492
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=d565d514&
4493
4493
  var render = function () {
4494
4494
  var _vm = this
4495
4495
  var _h = _vm.$createElement
@@ -7407,14 +7407,14 @@ var staticRenderFns = []
7407
7407
  render._withStripped = true
7408
7408
 
7409
7409
 
7410
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1a2d61ce&
7410
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=d565d514&
7411
7411
 
7412
7412
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7413
7413
  var regenerator_ = __webpack_require__(4);
7414
7414
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
7415
7415
 
7416
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4b7ad280&
7417
- var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
7416
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
7417
+ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
7418
7418
  var _vm = this
7419
7419
  var _h = _vm.$createElement
7420
7420
  var _c = _vm._self._c || _h
@@ -7621,11 +7621,11 @@ var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
7621
7621
  1
7622
7622
  )
7623
7623
  }
7624
- var CommonOpinionsvue_type_template_id_4b7ad280_staticRenderFns = []
7625
- CommonOpinionsvue_type_template_id_4b7ad280_render._withStripped = true
7624
+ var CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns = []
7625
+ CommonOpinionsvue_type_template_id_e934fd66_render._withStripped = true
7626
7626
 
7627
7627
 
7628
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4b7ad280&
7628
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
7629
7629
 
7630
7630
  // EXTERNAL MODULE: ./src/config/api.js
7631
7631
  var api = __webpack_require__(1);
@@ -8231,6 +8231,7 @@ var _components;
8231
8231
  }
8232
8232
  },
8233
8233
  mounted: function mounted() {
8234
+ this.form.value = this.opinion;
8234
8235
  if (this.nodeFixedOpinionSelectList.length > 0) {
8235
8236
  this.optionList = this.nodeFixedOpinionSelectList;
8236
8237
  this.disabled = true;
@@ -8266,21 +8267,21 @@ var _components;
8266
8267
  return validSate;
8267
8268
  },
8268
8269
 
8269
- /**
8270
- * changeOpinion
8271
- * @desc:监听意见变化
8272
- * @author liufan
8273
- * @date 2022年10月28日
8270
+ /**
8271
+ * changeOpinion
8272
+ * @desc:监听意见变化
8273
+ * @author liufan
8274
+ * @date 2022年10月28日
8274
8275
  **/
8275
8276
  changeOpinion: function changeOpinion() {
8276
8277
  this.$emit('change', this.form.value);
8277
8278
  },
8278
8279
 
8279
- /**
8280
- * getCommonOpion
8281
- * @desc:获取意见
8282
- * @author liufan
8283
- * @date 2022年5月25日
8280
+ /**
8281
+ * getCommonOpion
8282
+ * @desc:获取意见
8283
+ * @author liufan
8284
+ * @date 2022年5月25日
8284
8285
  **/
8285
8286
  getCommonOpion: function getCommonOpion() {
8286
8287
  var _this = this;
@@ -8309,24 +8310,24 @@ var _components;
8309
8310
  });
8310
8311
  },
8311
8312
 
8312
- /**
8313
- * upDate
8314
- * @desc:修改常用语
8315
- * @author liufan
8316
- * @param {Object} val 修改值
8317
- * @date 2022年5月25日
8313
+ /**
8314
+ * upDate
8315
+ * @desc:修改常用语
8316
+ * @author liufan
8317
+ * @param {Object} val 修改值
8318
+ * @date 2022年5月25日
8318
8319
  **/
8319
8320
  upDate: function upDate(val) {
8320
8321
  this.FormData.id = val.id;
8321
8322
  this.addVisible = true;
8322
8323
  },
8323
8324
 
8324
- /**
8325
- * selectChange
8326
- * @desc:常用语选择
8327
- * @author liufan
8328
- * @param {String} val 选中值
8329
- * @date 2022年5月25日
8325
+ /**
8326
+ * selectChange
8327
+ * @desc:常用语选择
8328
+ * @author liufan
8329
+ * @param {String} val 选中值
8330
+ * @date 2022年5月25日
8330
8331
  **/
8331
8332
  selectChange: function selectChange(val) {
8332
8333
  var _this2 = this;
@@ -8345,12 +8346,12 @@ var _components;
8345
8346
  });
8346
8347
  },
8347
8348
 
8348
- /**
8349
- * del
8350
- * @desc:删除常用语
8351
- * @author liufan
8352
- * @param {Object} val 删除的数据
8353
- * @date 2022年5月25日
8349
+ /**
8350
+ * del
8351
+ * @desc:删除常用语
8352
+ * @author liufan
8353
+ * @param {Object} val 删除的数据
8354
+ * @date 2022年5月25日
8354
8355
  **/
8355
8356
  del: function del(val) {
8356
8357
  var _this3 = this;
@@ -8392,12 +8393,12 @@ var _components;
8392
8393
  }).catch(function (e) {});
8393
8394
  },
8394
8395
 
8395
- /**
8396
- * submit
8397
- * @desc:新增/编辑意见保存
8398
- * @author liufan
8399
- * @param {Object} val 保存数据
8400
- * @date 2022年5月25日
8396
+ /**
8397
+ * submit
8398
+ * @desc:新增/编辑意见保存
8399
+ * @author liufan
8400
+ * @param {Object} val 保存数据
8401
+ * @date 2022年5月25日
8401
8402
  **/
8402
8403
  submit: function submit(val) {
8403
8404
  var _this4 = this;
@@ -8452,8 +8453,8 @@ var _components;
8452
8453
 
8453
8454
  var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8454
8455
  component_CommonOpinionsvue_type_script_lang_js_,
8455
- CommonOpinionsvue_type_template_id_4b7ad280_render,
8456
- CommonOpinionsvue_type_template_id_4b7ad280_staticRenderFns,
8456
+ CommonOpinionsvue_type_template_id_e934fd66_render,
8457
+ CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns,
8457
8458
  false,
8458
8459
  null,
8459
8460
  null,
@@ -11787,11 +11788,11 @@ var processFormvue_type_script_lang_js_components;
11787
11788
  });
11788
11789
  },
11789
11790
 
11790
- /**
11791
- * isMultiple
11792
- * @desc:是否多选
11793
- * @author liufan
11794
- * @date 2022年9月13日
11791
+ /**
11792
+ * isMultiple
11793
+ * @desc:是否多选
11794
+ * @author liufan
11795
+ * @date 2022年9月13日
11795
11796
  **/
11796
11797
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
11797
11798
  var multiple = false;
@@ -15834,11 +15835,11 @@ var resetvue_type_script_lang_js_components;
15834
15835
  });
15835
15836
  },
15836
15837
 
15837
- /**
15838
- * isMultiple
15839
- * @desc:是否多选
15840
- * @author liufan
15841
- * @date 2022年9月13日
15838
+ /**
15839
+ * isMultiple
15840
+ * @desc:是否多选
15841
+ * @author liufan
15842
+ * @date 2022年9月13日
15842
15843
  **/
15843
15844
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
15844
15845
  var multiple = false;
@@ -20269,11 +20270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20269
20270
  });
20270
20271
  },
20271
20272
 
20272
- /**
20273
- * saveInfo
20274
- * @desc:暂存
20275
- * @author liufan
20276
- * @date 2022年9月9日
20273
+ /**
20274
+ * saveInfo
20275
+ * @desc:暂存
20276
+ * @author liufan
20277
+ * @date 2022年9月9日
20277
20278
  **/
20278
20279
  saveInfo: function saveInfo(type, btn) {
20279
20280
  var _this6 = this;
@@ -20335,11 +20336,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20335
20336
  });
20336
20337
  },
20337
20338
 
20338
- /**
20339
- * rejectBtn
20340
- * @desc:点击驳回
20341
- * @author liufan
20342
- * @date 2022年5月25日
20339
+ /**
20340
+ * rejectBtn
20341
+ * @desc:点击驳回
20342
+ * @author liufan
20343
+ * @date 2022年5月25日
20343
20344
  **/
20344
20345
  rejectBtn: function rejectBtn() {
20345
20346
  var _this8 = this;
@@ -20357,11 +20358,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20357
20358
  }
20358
20359
  },
20359
20360
 
20360
- /**
20361
- * taskReadBtn
20362
- * @desc:点击分阅
20363
- * @author liufan
20364
- * @date 2022年5月25日
20361
+ /**
20362
+ * taskReadBtn
20363
+ * @desc:点击分阅
20364
+ * @author liufan
20365
+ * @date 2022年5月25日
20365
20366
  **/
20366
20367
  taskReadBtn: function taskReadBtn() {
20367
20368
  var _this9 = this;
@@ -20380,11 +20381,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20380
20381
  }
20381
20382
  },
20382
20383
 
20383
- /**
20384
- * getFind
20385
- * @desc:获取通知方式
20386
- * @author liufan
20387
- * @date 2022年5月25日
20384
+ /**
20385
+ * getFind
20386
+ * @desc:获取通知方式
20387
+ * @author liufan
20388
+ * @date 2022年5月25日
20388
20389
  **/
20389
20390
  getFind: function getFind() {
20390
20391
  var _this10 = this;
@@ -20439,12 +20440,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20439
20440
  });
20440
20441
  },
20441
20442
 
20442
- /**
20443
- * endFlows
20444
- * @desc:直接办结
20445
- * @author liufan
20446
- * @param {Object} res 直接办结数据
20447
- * @date 2022年5月25日
20443
+ /**
20444
+ * endFlows
20445
+ * @desc:直接办结
20446
+ * @author liufan
20447
+ * @param {Object} res 直接办结数据
20448
+ * @date 2022年5月25日
20448
20449
  **/
20449
20450
  endFlows: function endFlows(res) {
20450
20451
  var _this12 = this;
@@ -20498,12 +20499,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20498
20499
  }).catch(function (e) {});
20499
20500
  },
20500
20501
 
20501
- /**
20502
- * goView
20503
- * @desc:更多流程按钮操作
20504
- * @author liufan
20505
- * @param {Object} res 当前点击操作按钮数据
20506
- * @date 2022年5月25日
20502
+ /**
20503
+ * goView
20504
+ * @desc:更多流程按钮操作
20505
+ * @author liufan
20506
+ * @param {Object} res 当前点击操作按钮数据
20507
+ * @date 2022年5月25日
20507
20508
  **/
20508
20509
  goView: function goView(res) {
20509
20510
  // 驳回并办结:rejectAndEndHtml
@@ -20588,11 +20589,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20588
20589
  // isCanStartSubFlow
20589
20590
  },
20590
20591
 
20591
- /**
20592
- * toTakeAdvice
20593
- * @desc:征求意见
20594
- * @author liufan
20595
- * @date 2022年9月29日
20592
+ /**
20593
+ * toTakeAdvice
20594
+ * @desc:征求意见
20595
+ * @author liufan
20596
+ * @date 2022年9月29日
20596
20597
  **/
20597
20598
  toTakeAdvice: function toTakeAdvice(res) {
20598
20599
  var _this14 = this;
@@ -20636,11 +20637,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20636
20637
  });
20637
20638
  },
20638
20639
 
20639
- /**
20640
- * toStartDraf
20641
- * @desc: 稿件递送、联合审核、复核
20642
- * @author liufan
20643
- * @date 2022年9月29日
20640
+ /**
20641
+ * toStartDraf
20642
+ * @desc: 稿件递送、联合审核、复核
20643
+ * @author liufan
20644
+ * @date 2022年9月29日
20644
20645
  **/
20645
20646
  toStartDraf: function toStartDraf(res) {
20646
20647
  var _this16 = this;
@@ -20654,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20654
20655
  }
20655
20656
  },
20656
20657
 
20657
- /**
20658
- * toSendMsg
20659
- * @desc:核稿通知
20660
- * @author liufan
20661
- * @date 2022年9月29日
20658
+ /**
20659
+ * toSendMsg
20660
+ * @desc:核稿通知
20661
+ * @author liufan
20662
+ * @date 2022年9月29日
20662
20663
  **/
20663
20664
  toSendMsg: function toSendMsg(res) {
20664
20665
  var _this17 = this;
@@ -20672,11 +20673,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20672
20673
  }
20673
20674
  },
20674
20675
 
20675
- /**
20676
- * toTaskReadAndEnd
20677
- * @desc:分阅并办结
20678
- * @author liufan
20679
- * @date 2022年9月29日
20676
+ /**
20677
+ * toTaskReadAndEnd
20678
+ * @desc:分阅并办结
20679
+ * @author liufan
20680
+ * @date 2022年9月29日
20680
20681
  **/
20681
20682
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
20682
20683
  var _this18 = this;
@@ -20694,11 +20695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20694
20695
  }
20695
20696
  },
20696
20697
 
20697
- /**
20698
- * rejectAndEnd
20699
- * @desc:驳回并办结
20700
- * @author liufan
20701
- * @date 2022年9月29日
20698
+ /**
20699
+ * rejectAndEnd
20700
+ * @desc:驳回并办结
20701
+ * @author liufan
20702
+ * @date 2022年9月29日
20702
20703
  **/
20703
20704
  rejectAndEnd: function rejectAndEnd(res) {
20704
20705
  var _this19 = this;
@@ -20753,11 +20754,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20753
20754
  });
20754
20755
  },
20755
20756
 
20756
- /**
20757
- * toTransfer
20758
- * @desc:转办
20759
- * @author liufan
20760
- * @date 2022年9月29日
20757
+ /**
20758
+ * toTransfer
20759
+ * @desc:转办
20760
+ * @author liufan
20761
+ * @date 2022年9月29日
20761
20762
  **/
20762
20763
  toTransfer: function toTransfer(res) {
20763
20764
  var _this21 = this;
@@ -20773,11 +20774,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20773
20774
  }
20774
20775
  },
20775
20776
 
20776
- /**
20777
- * getNodeInfo
20778
- * @desc:获取节点信息
20779
- * @author liufan
20780
- * @date 2022年5月25日
20777
+ /**
20778
+ * getNodeInfo
20779
+ * @desc:获取节点信息
20780
+ * @author liufan
20781
+ * @date 2022年5月25日
20781
20782
  **/
20782
20783
  getNodeInfo: function getNodeInfo() {
20783
20784
  var _this22 = this;
@@ -20876,12 +20877,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20876
20877
  });
20877
20878
  },
20878
20879
 
20879
- /**
20880
- * selecNext
20881
- * @desc:下步节点变化时更新数据
20882
- * @author liufan
20883
- * @param {String} val 当前选中值
20884
- * @date 2022年5月25日
20880
+ /**
20881
+ * selecNext
20882
+ * @desc:下步节点变化时更新数据
20883
+ * @author liufan
20884
+ * @param {String} val 当前选中值
20885
+ * @date 2022年5月25日
20885
20886
  **/
20886
20887
  selecNext: function selecNext(val, type, isDef) {
20887
20888
  var _this23 = this;
@@ -20990,11 +20991,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20990
20991
  if (isDef !== true) this.getNodeInfo();
20991
20992
  },
20992
20993
 
20993
- /**
20994
- * isMultiple
20995
- * @desc:是否多选
20996
- * @author liufan
20997
- * @date 2022年9月13日
20994
+ /**
20995
+ * isMultiple
20996
+ * @desc:是否多选
20997
+ * @author liufan
20998
+ * @date 2022年9月13日
20998
20999
  **/
20999
21000
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21000
21001
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21026,11 +21027,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21026
21027
  }
21027
21028
  },
21028
21029
 
21029
- /**
21030
- * getHedInfo
21031
- * @desc:获取审核页面数据
21032
- * @author liufan
21033
- * @date 2022年5月25日
21030
+ /**
21031
+ * getHedInfo
21032
+ * @desc:获取审核页面数据
21033
+ * @author liufan
21034
+ * @date 2022年5月25日
21034
21035
  **/
21035
21036
  getHedInfo: function getHedInfo() {
21036
21037
  var _this24 = this;
@@ -21266,13 +21267,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21266
21267
  });
21267
21268
  },
21268
21269
 
21269
- /**
21270
- * closeProcess
21271
- * @desc:关闭弹窗
21272
- * @author liufan
21273
- * @param {boolean} val 当前是否办理流程
21274
- * @param {String} type 当前点击的弹窗类型
21275
- * @date 2022年5月25日
21270
+ /**
21271
+ * closeProcess
21272
+ * @desc:关闭弹窗
21273
+ * @author liufan
21274
+ * @param {boolean} val 当前是否办理流程
21275
+ * @param {String} type 当前点击的弹窗类型
21276
+ * @date 2022年5月25日
21276
21277
  **/
21277
21278
  closeProcess: function closeProcess(val, type, closeParent) {
21278
21279
  if (closeParent) {
@@ -21289,23 +21290,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21289
21290
  }
21290
21291
  },
21291
21292
 
21292
- /**
21293
- * selectChange
21294
- * @desc:常用语选择
21295
- * @author liufan
21296
- * @param {String} val 选中值
21297
- * @date 2022年5月25日
21293
+ /**
21294
+ * selectChange
21295
+ * @desc:常用语选择
21296
+ * @author liufan
21297
+ * @param {String} val 选中值
21298
+ * @date 2022年5月25日
21298
21299
  **/
21299
21300
  selectChange: function selectChange(val) {
21300
21301
  this.value = val;
21301
21302
  },
21302
21303
 
21303
- /**
21304
- * upDate
21305
- * @desc:修改常用语
21306
- * @author liufan
21307
- * @param {Object} val 修改值
21308
- * @date 2022年5月25日
21304
+ /**
21305
+ * upDate
21306
+ * @desc:修改常用语
21307
+ * @author liufan
21308
+ * @param {Object} val 修改值
21309
+ * @date 2022年5月25日
21309
21310
  **/
21310
21311
  upDate: function upDate(val) {
21311
21312
  this.FormData.id = val.id;
@@ -21313,11 +21314,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21313
21314
  },
21314
21315
 
21315
21316
 
21316
- /**
21317
- * getProcess
21318
- * @desc:获取选择流程
21319
- * @author liufan
21320
- * @date 2022年5月25日
21317
+ /**
21318
+ * getProcess
21319
+ * @desc:获取选择流程
21320
+ * @author liufan
21321
+ * @date 2022年5月25日
21321
21322
  **/
21322
21323
  getProcess: function getProcess() {
21323
21324
  var _this25 = this;
@@ -21371,11 +21372,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21371
21372
  });
21372
21373
  },
21373
21374
 
21374
- /**
21375
- * getPendedhistoryList
21376
- * @desc:获取流程列表
21377
- * @author liufan
21378
- * @date 2022年5月25日
21375
+ /**
21376
+ * getPendedhistoryList
21377
+ * @desc:获取流程列表
21378
+ * @author liufan
21379
+ * @date 2022年5月25日
21379
21380
  **/
21380
21381
  getPendedhistoryList: function getPendedhistoryList() {
21381
21382
  var _this26 = this;
@@ -21407,12 +21408,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21407
21408
  },
21408
21409
 
21409
21410
  // 提交流程
21410
- /**
21411
- * subProcess
21412
- * @desc:提交流程
21413
- * @author liufan
21414
- * @param {String} formName 当前form表单ref值
21415
- * @date 2022年5月25日
21411
+ /**
21412
+ * subProcess
21413
+ * @desc:提交流程
21414
+ * @author liufan
21415
+ * @param {String} formName 当前form表单ref值
21416
+ * @date 2022年5月25日
21416
21417
  **/
21417
21418
  subProcess: function subProcess(val) {
21418
21419
  var _this27 = this;
@@ -24958,11 +24959,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24958
24959
  });
24959
24960
  },
24960
24961
 
24961
- /**
24962
- * saveInfo
24963
- * @desc:暂存
24964
- * @author liufan
24965
- * @date 2022年9月9日
24962
+ /**
24963
+ * saveInfo
24964
+ * @desc:暂存
24965
+ * @author liufan
24966
+ * @date 2022年9月9日
24966
24967
  **/
24967
24968
  saveInfo: function saveInfo(type, btn) {
24968
24969
  var _this11 = this;
@@ -25024,11 +25025,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25024
25025
  });
25025
25026
  },
25026
25027
 
25027
- /**
25028
- * rejectBtn
25029
- * @desc:点击驳回
25030
- * @author liufan
25031
- * @date 2022年5月25日
25028
+ /**
25029
+ * rejectBtn
25030
+ * @desc:点击驳回
25031
+ * @author liufan
25032
+ * @date 2022年5月25日
25032
25033
  **/
25033
25034
  rejectBtn: function rejectBtn() {
25034
25035
  var _this13 = this;
@@ -25046,11 +25047,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25046
25047
  }
25047
25048
  },
25048
25049
 
25049
- /**
25050
- * taskReadBtn
25051
- * @desc:点击分阅
25052
- * @author liufan
25053
- * @date 2022年5月25日
25050
+ /**
25051
+ * taskReadBtn
25052
+ * @desc:点击分阅
25053
+ * @author liufan
25054
+ * @date 2022年5月25日
25054
25055
  **/
25055
25056
  taskReadBtn: function taskReadBtn() {
25056
25057
  var _this14 = this;
@@ -25069,11 +25070,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25069
25070
  }
25070
25071
  },
25071
25072
 
25072
- /**
25073
- * getFind
25074
- * @desc:获取通知方式
25075
- * @author liufan
25076
- * @date 2022年5月25日
25073
+ /**
25074
+ * getFind
25075
+ * @desc:获取通知方式
25076
+ * @author liufan
25077
+ * @date 2022年5月25日
25077
25078
  **/
25078
25079
  getFind: function getFind() {
25079
25080
  var _this15 = this;
@@ -25139,12 +25140,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25139
25140
  });
25140
25141
  },
25141
25142
 
25142
- /**
25143
- * endFlows
25144
- * @desc:直接办结
25145
- * @author liufan
25146
- * @param {Object} res 直接办结数据
25147
- * @date 2022年5月25日
25143
+ /**
25144
+ * endFlows
25145
+ * @desc:直接办结
25146
+ * @author liufan
25147
+ * @param {Object} res 直接办结数据
25148
+ * @date 2022年5月25日
25148
25149
  **/
25149
25150
  endFlows: function endFlows(res) {
25150
25151
  var _this17 = this;
@@ -25199,12 +25200,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25199
25200
  }).catch(function (e) {});
25200
25201
  },
25201
25202
 
25202
- /**
25203
- * goView
25204
- * @desc:更多流程按钮操作
25205
- * @author liufan
25206
- * @param {Object} res 当前点击操作按钮数据
25207
- * @date 2022年5月25日
25203
+ /**
25204
+ * goView
25205
+ * @desc:更多流程按钮操作
25206
+ * @author liufan
25207
+ * @param {Object} res 当前点击操作按钮数据
25208
+ * @date 2022年5月25日
25208
25209
  **/
25209
25210
  goView: function goView(res) {
25210
25211
  // 驳回并办结:rejectAndEndHtml
@@ -25289,11 +25290,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25289
25290
  // isCanStartSubFlow
25290
25291
  },
25291
25292
 
25292
- /**
25293
- * toTakeAdvice
25294
- * @desc:征求意见
25295
- * @author liufan
25296
- * @date 2022年9月29日
25293
+ /**
25294
+ * toTakeAdvice
25295
+ * @desc:征求意见
25296
+ * @author liufan
25297
+ * @date 2022年9月29日
25297
25298
  **/
25298
25299
  toTakeAdvice: function toTakeAdvice(res) {
25299
25300
  var _this19 = this;
@@ -25337,11 +25338,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25337
25338
  });
25338
25339
  },
25339
25340
 
25340
- /**
25341
- * toStartDraf
25342
- * @desc: 稿件递送、联合审核、复核
25343
- * @author liufan
25344
- * @date 2022年9月29日
25341
+ /**
25342
+ * toStartDraf
25343
+ * @desc: 稿件递送、联合审核、复核
25344
+ * @author liufan
25345
+ * @date 2022年9月29日
25345
25346
  **/
25346
25347
  toStartDraf: function toStartDraf(res) {
25347
25348
  var _this21 = this;
@@ -25355,11 +25356,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25355
25356
  }
25356
25357
  },
25357
25358
 
25358
- /**
25359
- * toSendMsg
25360
- * @desc:核稿通知
25361
- * @author liufan
25362
- * @date 2022年9月29日
25359
+ /**
25360
+ * toSendMsg
25361
+ * @desc:核稿通知
25362
+ * @author liufan
25363
+ * @date 2022年9月29日
25363
25364
  **/
25364
25365
  toSendMsg: function toSendMsg(res) {
25365
25366
  var _this22 = this;
@@ -25373,11 +25374,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25373
25374
  }
25374
25375
  },
25375
25376
 
25376
- /**
25377
- * toTaskReadAndEnd
25378
- * @desc:分阅并办结
25379
- * @author liufan
25380
- * @date 2022年9月29日
25377
+ /**
25378
+ * toTaskReadAndEnd
25379
+ * @desc:分阅并办结
25380
+ * @author liufan
25381
+ * @date 2022年9月29日
25381
25382
  **/
25382
25383
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25383
25384
  var _this23 = this;
@@ -25395,11 +25396,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25395
25396
  }
25396
25397
  },
25397
25398
 
25398
- /**
25399
- * rejectAndEnd
25400
- * @desc:驳回并办结
25401
- * @author liufan
25402
- * @date 2022年9月29日
25399
+ /**
25400
+ * rejectAndEnd
25401
+ * @desc:驳回并办结
25402
+ * @author liufan
25403
+ * @date 2022年9月29日
25403
25404
  **/
25404
25405
  rejectAndEnd: function rejectAndEnd(res) {
25405
25406
  var _this24 = this;
@@ -25455,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25455
25456
  });
25456
25457
  },
25457
25458
 
25458
- /**
25459
- * toTransfer
25460
- * @desc:转办
25461
- * @author liufan
25462
- * @date 2022年9月29日
25459
+ /**
25460
+ * toTransfer
25461
+ * @desc:转办
25462
+ * @author liufan
25463
+ * @date 2022年9月29日
25463
25464
  **/
25464
25465
  toTransfer: function toTransfer(res) {
25465
25466
  var _this26 = this;
@@ -25475,11 +25476,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25475
25476
  }
25476
25477
  },
25477
25478
 
25478
- /**
25479
- * getNodeInfo
25480
- * @desc:获取节点信息
25481
- * @author liufan
25482
- * @date 2022年5月25日
25479
+ /**
25480
+ * getNodeInfo
25481
+ * @desc:获取节点信息
25482
+ * @author liufan
25483
+ * @date 2022年5月25日
25483
25484
  **/
25484
25485
  getNodeInfo: function getNodeInfo() {
25485
25486
  var _this27 = this;
@@ -25583,12 +25584,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25583
25584
  });
25584
25585
  },
25585
25586
 
25586
- /**
25587
- * selecNext
25588
- * @desc:下步节点变化时更新数据
25589
- * @author liufan
25590
- * @param {String} val 当前选中值
25591
- * @date 2022年5月25日
25587
+ /**
25588
+ * selecNext
25589
+ * @desc:下步节点变化时更新数据
25590
+ * @author liufan
25591
+ * @param {String} val 当前选中值
25592
+ * @date 2022年5月25日
25592
25593
  **/
25593
25594
  selecNext: function selecNext(val, type, isDef) {
25594
25595
  var _this28 = this;
@@ -25720,11 +25721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25720
25721
  this.getNodeInfo();
25721
25722
  },
25722
25723
 
25723
- /**
25724
- * isMultiple
25725
- * @desc:是否多选
25726
- * @author liufan
25727
- * @date 2022年9月13日
25724
+ /**
25725
+ * isMultiple
25726
+ * @desc:是否多选
25727
+ * @author liufan
25728
+ * @date 2022年9月13日
25728
25729
  **/
25729
25730
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
25730
25731
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -25756,11 +25757,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25756
25757
  }
25757
25758
  },
25758
25759
 
25759
- /**
25760
- * getHedInfo
25761
- * @desc:获取审核页面数据
25762
- * @author liufan
25763
- * @date 2022年5月25日
25760
+ /**
25761
+ * getHedInfo
25762
+ * @desc:获取审核页面数据
25763
+ * @author liufan
25764
+ * @date 2022年5月25日
25764
25765
  **/
25765
25766
  getHedInfo: function getHedInfo() {
25766
25767
  var _this29 = this;
@@ -25927,6 +25928,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25927
25928
  });
25928
25929
  }
25929
25930
  _this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
25931
+ console.log(opinion, 'opinionopinionopinion');
25930
25932
  _this29.value = opinion || '';
25931
25933
  _this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
25932
25934
  _this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
@@ -26059,13 +26061,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26059
26061
  });
26060
26062
  },
26061
26063
 
26062
- /**
26063
- * closeProcess
26064
- * @desc:关闭弹窗
26065
- * @author liufan
26066
- * @param {boolean} val 当前是否办理流程
26067
- * @param {String} type 当前点击的弹窗类型
26068
- * @date 2022年5月25日
26064
+ /**
26065
+ * closeProcess
26066
+ * @desc:关闭弹窗
26067
+ * @author liufan
26068
+ * @param {boolean} val 当前是否办理流程
26069
+ * @param {String} type 当前点击的弹窗类型
26070
+ * @date 2022年5月25日
26069
26071
  **/
26070
26072
  closeProcess: function closeProcess(val, type, closeParent) {
26071
26073
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26085,23 +26087,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26085
26087
  }
26086
26088
  },
26087
26089
 
26088
- /**
26089
- * selectChange
26090
- * @desc:常用语选择
26091
- * @author liufan
26092
- * @param {String} val 选中值
26093
- * @date 2022年5月25日
26090
+ /**
26091
+ * selectChange
26092
+ * @desc:常用语选择
26093
+ * @author liufan
26094
+ * @param {String} val 选中值
26095
+ * @date 2022年5月25日
26094
26096
  **/
26095
26097
  selectChange: function selectChange(val) {
26096
26098
  this.value = val;
26097
26099
  },
26098
26100
 
26099
- /**
26100
- * upDate
26101
- * @desc:修改常用语
26102
- * @author liufan
26103
- * @param {Object} val 修改值
26104
- * @date 2022年5月25日
26101
+ /**
26102
+ * upDate
26103
+ * @desc:修改常用语
26104
+ * @author liufan
26105
+ * @param {Object} val 修改值
26106
+ * @date 2022年5月25日
26105
26107
  **/
26106
26108
  upDate: function upDate(val) {
26107
26109
  this.FormData.id = val.id;
@@ -26109,11 +26111,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26109
26111
  },
26110
26112
 
26111
26113
 
26112
- /**
26113
- * getProcess
26114
- * @desc:获取选择流程
26115
- * @author liufan
26116
- * @date 2022年5月25日
26114
+ /**
26115
+ * getProcess
26116
+ * @desc:获取选择流程
26117
+ * @author liufan
26118
+ * @date 2022年5月25日
26117
26119
  **/
26118
26120
  getProcess: function getProcess(val) {
26119
26121
  var _this30 = this;
@@ -26173,11 +26175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26173
26175
  });
26174
26176
  },
26175
26177
 
26176
- /**
26177
- * getPendedhistoryList
26178
- * @desc:获取流程列表
26179
- * @author liufan
26180
- * @date 2022年5月25日
26178
+ /**
26179
+ * getPendedhistoryList
26180
+ * @desc:获取流程列表
26181
+ * @author liufan
26182
+ * @date 2022年5月25日
26181
26183
  **/
26182
26184
  getPendedhistoryList: function getPendedhistoryList() {
26183
26185
  var _this31 = this;
@@ -26245,12 +26247,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26245
26247
  },
26246
26248
 
26247
26249
  // 提交流程
26248
- /**
26249
- * subProcess
26250
- * @desc:提交流程
26251
- * @author liufan
26252
- * @param {String} formName 当前form表单ref值
26253
- * @date 2022年5月25日
26250
+ /**
26251
+ * subProcess
26252
+ * @desc:提交流程
26253
+ * @author liufan
26254
+ * @param {String} formName 当前form表单ref值
26255
+ * @date 2022年5月25日
26254
26256
  **/
26255
26257
  subProcess: function subProcess(val, type) {
26256
26258
  var _this33 = this;