eoss-ui 0.7.49 → 0.7.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +758 -758
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +284 -284
  5. package/lib/icons.js +1 -1
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +140 -140
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/base.css +1 -1
  10. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  11. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  12. package/lib/theme-chalk/icon.css +1 -1
  13. package/lib/theme-chalk/index.css +1 -1
  14. package/lib/theme-chalk/main.css +1 -1
  15. package/lib/theme-chalk/menu.css +1 -1
  16. package/lib/theme-chalk/simplicity.css +1 -1
  17. package/lib/theme-chalk/sizer.css +1 -1
  18. package/lib/theme-chalk/upload.css +1 -1
  19. package/package.json +160 -160
  20. package/packages/.DS_Store +0 -0
  21. package/packages/button/index.js +5 -5
  22. package/packages/button/src/main.vue +418 -418
  23. package/packages/button-group/index.js +5 -5
  24. package/packages/button-group/src/main.vue +346 -346
  25. package/packages/calendar/index.js +5 -5
  26. package/packages/calogin/.DS_Store +0 -0
  27. package/packages/calogin/index.js +5 -5
  28. package/packages/calogin/src/main.vue +412 -412
  29. package/packages/calogin/src/plugin.js +915 -915
  30. package/packages/card/index.js +5 -5
  31. package/packages/card/src/main.vue +156 -156
  32. package/packages/cascader/index.js +5 -5
  33. package/packages/cascader/src/main.vue +168 -168
  34. package/packages/checkbox-group/index.js +5 -5
  35. package/packages/checkbox-group/src/main.vue +333 -333
  36. package/packages/clients/index.js +5 -5
  37. package/packages/clients/src/main.vue +151 -151
  38. package/packages/data-table/index.js +5 -5
  39. package/packages/data-table/src/children.vue +39 -39
  40. package/packages/data-table/src/column.vue +992 -992
  41. package/packages/data-table/src/main.vue +1840 -1840
  42. package/packages/data-table/src/sizer.vue +195 -195
  43. package/packages/data-table-form/index.js +5 -5
  44. package/packages/data-table-form/src/checkbox.vue +101 -101
  45. package/packages/data-table-form/src/colgroup.vue +17 -17
  46. package/packages/data-table-form/src/main.vue +181 -181
  47. package/packages/data-table-form/src/radio.vue +65 -65
  48. package/packages/data-table-form/src/table.vue +233 -233
  49. package/packages/data-table-form/src/tbody.vue +336 -336
  50. package/packages/data-table-form/src/thead.vue +68 -68
  51. package/packages/date-picker/.DS_Store +0 -0
  52. package/packages/date-picker/index.js +5 -5
  53. package/packages/date-picker/src/.DS_Store +0 -0
  54. package/packages/date-picker/src/main.vue +236 -236
  55. package/packages/dialog/.DS_Store +0 -0
  56. package/packages/dialog/index.js +5 -5
  57. package/packages/enable-drag/index.js +5 -5
  58. package/packages/enterprise/index.js +5 -5
  59. package/packages/enterprise/src/main.vue +66 -66
  60. package/packages/error-page/index.js +5 -5
  61. package/packages/error-page/src/main.vue +44 -44
  62. package/packages/flow/.DS_Store +0 -0
  63. package/packages/flow/index.js +5 -5
  64. package/packages/flow/src/.DS_Store +0 -0
  65. package/packages/flow/src/component/Circulate.vue +413 -413
  66. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  67. package/packages/flow/src/component/CustomPreset.vue +322 -322
  68. package/packages/flow/src/component/FileList.vue +97 -97
  69. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  70. package/packages/flow/src/component/Preset.vue +255 -255
  71. package/packages/flow/src/component/SendMsg.vue +242 -242
  72. package/packages/flow/src/component/TimeLimit.vue +190 -190
  73. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  74. package/packages/flow/src/form.vue +121 -121
  75. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  76. package/packages/flow/src/main.vue +3879 -3879
  77. package/packages/flow/src/processForm.vue +1365 -1365
  78. package/packages/flow/src/processReject.vue +309 -309
  79. package/packages/flow/src/reset.vue +942 -942
  80. package/packages/flow/src/startTaskRead.vue +692 -692
  81. package/packages/flow/src/supervise.vue +159 -159
  82. package/packages/flow/src/table.vue +58 -58
  83. package/packages/flow-group/index.js +5 -5
  84. package/packages/flow-group/src/main.vue +717 -717
  85. package/packages/flow-list/.DS_Store +0 -0
  86. package/packages/flow-list/index.js +5 -5
  87. package/packages/flow-list/src/main.vue +1787 -1787
  88. package/packages/form/.DS_Store +0 -0
  89. package/packages/form/index.js +5 -5
  90. package/packages/form/src/main.vue +3901 -3901
  91. package/packages/form/src/table.vue +1512 -1512
  92. package/packages/handle-user/index.js +5 -5
  93. package/packages/handle-user/src/main.vue +137 -137
  94. package/packages/handler/index.js +5 -5
  95. package/packages/handler/src/main.vue +496 -496
  96. package/packages/icon/.DS_Store +0 -0
  97. package/packages/icon/index.js +5 -5
  98. package/packages/icon/src/main.vue +104 -104
  99. package/packages/icons/index.js +5 -5
  100. package/packages/icons/src/icon.json +1 -1
  101. package/packages/icons/src/main.vue +81 -81
  102. package/packages/input/index.js +5 -5
  103. package/packages/input/src/main.vue +356 -356
  104. package/packages/input-number/index.js +5 -5
  105. package/packages/input-number/src/main.vue +106 -106
  106. package/packages/label/index.js +5 -5
  107. package/packages/label/src/main.vue +457 -457
  108. package/packages/layout/index.js +5 -5
  109. package/packages/layout/src/item.vue +152 -152
  110. package/packages/layout/src/main.vue +31 -31
  111. package/packages/login/.DS_Store +0 -0
  112. package/packages/login/index.js +5 -5
  113. package/packages/login/src/main.vue +2082 -2082
  114. package/packages/login/src/resetPassword.vue +557 -557
  115. package/packages/main/.DS_Store +0 -0
  116. package/packages/main/index.js +5 -5
  117. package/packages/main/src/.DS_Store +0 -0
  118. package/packages/main/src/default/message.vue +249 -249
  119. package/packages/main/src/default/notice.vue +157 -157
  120. package/packages/main/src/default/userinfo.vue +503 -503
  121. package/packages/main/src/public/online.vue +89 -89
  122. package/packages/main/src/public/search.vue +464 -464
  123. package/packages/main/src/public/settings.vue +227 -227
  124. package/packages/main/src/simplicity/apps.vue +388 -388
  125. package/packages/main/src/simplicity/avatar.vue +82 -82
  126. package/packages/main/src/simplicity/handler.vue +160 -160
  127. package/packages/main/src/simplicity/index.vue +2277 -2277
  128. package/packages/main/src/simplicity/lists.vue +84 -84
  129. package/packages/main/src/simplicity/menu-list.vue +135 -135
  130. package/packages/main/src/simplicity/message.vue +293 -293
  131. package/packages/main/src/simplicity/notice.vue +222 -222
  132. package/packages/main/src/simplicity/router-page.vue +45 -45
  133. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  134. package/packages/main/src/simplicity/user.vue +259 -259
  135. package/packages/main/src/simplicity/userinfo.vue +401 -401
  136. package/packages/menu/.DS_Store +0 -0
  137. package/packages/menu/index.js +5 -5
  138. package/packages/menu/src/main.vue +595 -595
  139. package/packages/nav/index.js +5 -5
  140. package/packages/nav/src/main.vue +351 -351
  141. package/packages/notify/index.js +5 -5
  142. package/packages/notify/src/main.vue +538 -538
  143. package/packages/page/index.js +5 -5
  144. package/packages/page/src/main.vue +167 -167
  145. package/packages/pagination/index.js +5 -5
  146. package/packages/pagination/src/main.vue +96 -96
  147. package/packages/player/index.js +5 -5
  148. package/packages/player/src/main.vue +194 -194
  149. package/packages/qr-code/index.js +5 -5
  150. package/packages/qr-code/src/main.vue +170 -170
  151. package/packages/radio-group/index.js +6 -6
  152. package/packages/radio-group/src/main.vue +319 -319
  153. package/packages/retrial-auth/index.js +5 -5
  154. package/packages/retrial-auth/src/main.vue +280 -280
  155. package/packages/select/.DS_Store +0 -0
  156. package/packages/select/index.js +5 -5
  157. package/packages/select/src/main.vue +782 -782
  158. package/packages/select-ganged/index.js +5 -5
  159. package/packages/select-ganged/src/main.vue +724 -724
  160. package/packages/selector/.DS_Store +0 -0
  161. package/packages/selector/index.js +5 -5
  162. package/packages/selector/src/main.vue +761 -761
  163. package/packages/selector-panel/.DS_Store +0 -0
  164. package/packages/selector-panel/index.js +5 -5
  165. package/packages/selector-panel/src/main.vue +1027 -1027
  166. package/packages/selector-panel/src/selection.vue +170 -170
  167. package/packages/selector-panel/src/tree.vue +129 -129
  168. package/packages/sizer/index.js +5 -5
  169. package/packages/sizer/src/main.vue +254 -254
  170. package/packages/steps/index.js +5 -5
  171. package/packages/steps/src/main.vue +181 -181
  172. package/packages/switch/index.js +5 -5
  173. package/packages/switch/src/main.vue +170 -170
  174. package/packages/table-form/index.js +5 -5
  175. package/packages/tabs/index.js +5 -5
  176. package/packages/tabs/src/main.vue +788 -788
  177. package/packages/tabs-panel/index.js +5 -5
  178. package/packages/tabs-panel/src/main.vue +29 -29
  179. package/packages/theme-chalk/lib/base.css +1 -1
  180. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  181. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  182. package/packages/theme-chalk/lib/icon.css +1 -1
  183. package/packages/theme-chalk/lib/index.css +1 -1
  184. package/packages/theme-chalk/lib/main.css +1 -1
  185. package/packages/theme-chalk/lib/menu.css +1 -1
  186. package/packages/theme-chalk/lib/simplicity.css +1 -1
  187. package/packages/theme-chalk/lib/sizer.css +1 -1
  188. package/packages/theme-chalk/lib/upload.css +1 -1
  189. package/packages/theme-chalk/src/.DS_Store +0 -0
  190. package/packages/theme-chalk/src/base.scss +261 -261
  191. package/packages/theme-chalk/src/button-group.scss +176 -176
  192. package/packages/theme-chalk/src/button.scss +24 -24
  193. package/packages/theme-chalk/src/calendar.scss +113 -113
  194. package/packages/theme-chalk/src/card.scss +99 -99
  195. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  196. package/packages/theme-chalk/src/clients.scss +87 -87
  197. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  198. package/packages/theme-chalk/src/data-table.scss +293 -293
  199. package/packages/theme-chalk/src/date-picker.scss +7 -7
  200. package/packages/theme-chalk/src/dialog.scss +77 -77
  201. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  202. package/packages/theme-chalk/src/enterprise.scss +5 -5
  203. package/packages/theme-chalk/src/error-page.scss +18 -18
  204. package/packages/theme-chalk/src/flow-group.scss +110 -110
  205. package/packages/theme-chalk/src/flow-list.scss +39 -39
  206. package/packages/theme-chalk/src/flow.scss +351 -351
  207. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  208. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  209. package/packages/theme-chalk/src/form.scss +501 -501
  210. package/packages/theme-chalk/src/handle-user.scss +40 -40
  211. package/packages/theme-chalk/src/handler.scss +148 -148
  212. package/packages/theme-chalk/src/icon.scss +1456 -1436
  213. package/packages/theme-chalk/src/icons.scss +99 -99
  214. package/packages/theme-chalk/src/input.scss +9 -9
  215. package/packages/theme-chalk/src/label.scss +24 -24
  216. package/packages/theme-chalk/src/layout.scss +46 -46
  217. package/packages/theme-chalk/src/login.scss +1006 -1006
  218. package/packages/theme-chalk/src/main.scss +663 -663
  219. package/packages/theme-chalk/src/menu.scss +224 -224
  220. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  221. package/packages/theme-chalk/src/nav.scss +111 -111
  222. package/packages/theme-chalk/src/page.scss +3 -3
  223. package/packages/theme-chalk/src/pagination.scss +29 -29
  224. package/packages/theme-chalk/src/player.scss +9 -9
  225. package/packages/theme-chalk/src/qr-code.scss +17 -17
  226. package/packages/theme-chalk/src/radio-group.scss +9 -9
  227. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  228. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  229. package/packages/theme-chalk/src/select.scss +8 -8
  230. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  231. package/packages/theme-chalk/src/selector.scss +114 -114
  232. package/packages/theme-chalk/src/simplicity.scss +1395 -1381
  233. package/packages/theme-chalk/src/sizer.scss +36 -36
  234. package/packages/theme-chalk/src/steps.scss +88 -88
  235. package/packages/theme-chalk/src/switch.scss +3 -3
  236. package/packages/theme-chalk/src/table-form.scss +1 -1
  237. package/packages/theme-chalk/src/tabs.scss +87 -87
  238. package/packages/theme-chalk/src/tips.scss +7 -7
  239. package/packages/theme-chalk/src/toolbar.scss +179 -179
  240. package/packages/theme-chalk/src/tree-group.scss +72 -72
  241. package/packages/theme-chalk/src/tree.scss +165 -165
  242. package/packages/theme-chalk/src/upload.scss +172 -172
  243. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  244. package/packages/tips/index.js +5 -5
  245. package/packages/tips/src/main.vue +141 -141
  246. package/packages/toolbar/index.js +5 -5
  247. package/packages/toolbar/src/main.vue +430 -430
  248. package/packages/tree/index.js +5 -5
  249. package/packages/tree-group/index.js +5 -5
  250. package/packages/upload/.DS_Store +0 -0
  251. package/packages/upload/index.js +5 -5
  252. package/packages/upload/src/main.vue +1344 -1344
  253. package/packages/upload/src/picture.js +15 -15
  254. package/packages/wujie/index.js +5 -5
  255. package/packages/wujie/src/main.vue +145 -145
  256. package/packages/wxlogin/index.js +5 -5
  257. package/packages/wxlogin/src/main.vue +128 -128
  258. package/src/.DS_Store +0 -0
  259. package/src/config/api.js +315 -315
  260. package/src/config/image.js +2 -2
  261. package/src/index.js +163 -163
  262. package/src/utils/.DS_Store +0 -0
  263. package/src/utils/bus.js +3 -3
  264. package/src/utils/date-util.js +312 -312
  265. package/src/utils/http.js +50 -50
  266. package/src/utils/rules.js +18 -18
  267. package/src/utils/store.js +21 -21
  268. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -4656,7 +4656,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4656
4656
  // ESM COMPAT FLAG
4657
4657
  __webpack_require__.r(__webpack_exports__);
4658
4658
 
4659
- // 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=47da9651&
4659
+ // 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=be73c766&
4660
4660
  var render = function () {
4661
4661
  var _vm = this
4662
4662
  var _h = _vm.$createElement
@@ -7573,7 +7573,7 @@ var staticRenderFns = []
7573
7573
  render._withStripped = true
7574
7574
 
7575
7575
 
7576
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=47da9651&
7576
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=be73c766&
7577
7577
 
7578
7578
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7579
7579
  var regenerator_ = __webpack_require__(4);
@@ -8433,21 +8433,21 @@ var _components;
8433
8433
  return validSate;
8434
8434
  },
8435
8435
 
8436
- /**
8437
- * changeOpinion
8438
- * @desc:监听意见变化
8439
- * @author liufan
8440
- * @date 2022年10月28日
8436
+ /**
8437
+ * changeOpinion
8438
+ * @desc:监听意见变化
8439
+ * @author liufan
8440
+ * @date 2022年10月28日
8441
8441
  **/
8442
8442
  changeOpinion: function changeOpinion() {
8443
8443
  this.$emit('change', this.form.value);
8444
8444
  },
8445
8445
 
8446
- /**
8447
- * getCommonOpion
8448
- * @desc:获取意见
8449
- * @author liufan
8450
- * @date 2022年5月25日
8446
+ /**
8447
+ * getCommonOpion
8448
+ * @desc:获取意见
8449
+ * @author liufan
8450
+ * @date 2022年5月25日
8451
8451
  **/
8452
8452
  getCommonOpion: function getCommonOpion() {
8453
8453
  var _this = this;
@@ -8476,24 +8476,24 @@ var _components;
8476
8476
  });
8477
8477
  },
8478
8478
 
8479
- /**
8480
- * upDate
8481
- * @desc:修改常用语
8482
- * @author liufan
8483
- * @param {Object} val 修改值
8484
- * @date 2022年5月25日
8479
+ /**
8480
+ * upDate
8481
+ * @desc:修改常用语
8482
+ * @author liufan
8483
+ * @param {Object} val 修改值
8484
+ * @date 2022年5月25日
8485
8485
  **/
8486
8486
  upDate: function upDate(val) {
8487
8487
  this.FormData.id = val.id;
8488
8488
  this.addVisible = true;
8489
8489
  },
8490
8490
 
8491
- /**
8492
- * selectChange
8493
- * @desc:常用语选择
8494
- * @author liufan
8495
- * @param {String} val 选中值
8496
- * @date 2022年5月25日
8491
+ /**
8492
+ * selectChange
8493
+ * @desc:常用语选择
8494
+ * @author liufan
8495
+ * @param {String} val 选中值
8496
+ * @date 2022年5月25日
8497
8497
  **/
8498
8498
  selectChange: function selectChange(val) {
8499
8499
  var _this2 = this;
@@ -8512,12 +8512,12 @@ var _components;
8512
8512
  });
8513
8513
  },
8514
8514
 
8515
- /**
8516
- * del
8517
- * @desc:删除常用语
8518
- * @author liufan
8519
- * @param {Object} val 删除的数据
8520
- * @date 2022年5月25日
8515
+ /**
8516
+ * del
8517
+ * @desc:删除常用语
8518
+ * @author liufan
8519
+ * @param {Object} val 删除的数据
8520
+ * @date 2022年5月25日
8521
8521
  **/
8522
8522
  del: function del(val) {
8523
8523
  var _this3 = this;
@@ -8559,12 +8559,12 @@ var _components;
8559
8559
  }).catch(function (e) {});
8560
8560
  },
8561
8561
 
8562
- /**
8563
- * submit
8564
- * @desc:新增/编辑意见保存
8565
- * @author liufan
8566
- * @param {Object} val 保存数据
8567
- * @date 2022年5月25日
8562
+ /**
8563
+ * submit
8564
+ * @desc:新增/编辑意见保存
8565
+ * @author liufan
8566
+ * @param {Object} val 保存数据
8567
+ * @date 2022年5月25日
8568
8568
  **/
8569
8569
  submit: function submit(val) {
8570
8570
  var _this4 = this;
@@ -12030,11 +12030,11 @@ var processFormvue_type_script_lang_js_components;
12030
12030
  });
12031
12031
  },
12032
12032
 
12033
- /**
12034
- * isMultiple
12035
- * @desc:是否多选
12036
- * @author liufan
12037
- * @date 2022年9月13日
12033
+ /**
12034
+ * isMultiple
12035
+ * @desc:是否多选
12036
+ * @author liufan
12037
+ * @date 2022年9月13日
12038
12038
  **/
12039
12039
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12040
12040
  var multiple = false;
@@ -16079,11 +16079,11 @@ var resetvue_type_script_lang_js_components;
16079
16079
  });
16080
16080
  },
16081
16081
 
16082
- /**
16083
- * isMultiple
16084
- * @desc:是否多选
16085
- * @author liufan
16086
- * @date 2022年9月13日
16082
+ /**
16083
+ * isMultiple
16084
+ * @desc:是否多选
16085
+ * @author liufan
16086
+ * @date 2022年9月13日
16087
16087
  **/
16088
16088
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16089
16089
  var multiple = false;
@@ -20655,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20655
20655
  });
20656
20656
  },
20657
20657
 
20658
- /**
20659
- * saveInfo
20660
- * @desc:暂存
20661
- * @author liufan
20662
- * @date 2022年9月9日
20658
+ /**
20659
+ * saveInfo
20660
+ * @desc:暂存
20661
+ * @author liufan
20662
+ * @date 2022年9月9日
20663
20663
  **/
20664
20664
  saveInfo: function saveInfo(type, btn) {
20665
20665
  var _this6 = this;
@@ -20721,11 +20721,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20721
20721
  });
20722
20722
  },
20723
20723
 
20724
- /**
20725
- * rejectBtn
20726
- * @desc:点击驳回
20727
- * @author liufan
20728
- * @date 2022年5月25日
20724
+ /**
20725
+ * rejectBtn
20726
+ * @desc:点击驳回
20727
+ * @author liufan
20728
+ * @date 2022年5月25日
20729
20729
  **/
20730
20730
  rejectBtn: function rejectBtn() {
20731
20731
  var _this8 = this;
@@ -20743,11 +20743,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20743
20743
  }
20744
20744
  },
20745
20745
 
20746
- /**
20747
- * taskReadBtn
20748
- * @desc:点击分阅
20749
- * @author liufan
20750
- * @date 2022年5月25日
20746
+ /**
20747
+ * taskReadBtn
20748
+ * @desc:点击分阅
20749
+ * @author liufan
20750
+ * @date 2022年5月25日
20751
20751
  **/
20752
20752
  taskReadBtn: function taskReadBtn() {
20753
20753
  var _this9 = this;
@@ -20766,11 +20766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20766
20766
  }
20767
20767
  },
20768
20768
 
20769
- /**
20770
- * getFind
20771
- * @desc:获取通知方式
20772
- * @author liufan
20773
- * @date 2022年5月25日
20769
+ /**
20770
+ * getFind
20771
+ * @desc:获取通知方式
20772
+ * @author liufan
20773
+ * @date 2022年5月25日
20774
20774
  **/
20775
20775
  getFind: function getFind() {
20776
20776
  var _this10 = this;
@@ -20825,12 +20825,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20825
20825
  });
20826
20826
  },
20827
20827
 
20828
- /**
20829
- * endFlows
20830
- * @desc:直接办结
20831
- * @author liufan
20832
- * @param {Object} res 直接办结数据
20833
- * @date 2022年5月25日
20828
+ /**
20829
+ * endFlows
20830
+ * @desc:直接办结
20831
+ * @author liufan
20832
+ * @param {Object} res 直接办结数据
20833
+ * @date 2022年5月25日
20834
20834
  **/
20835
20835
  endFlows: function endFlows(res) {
20836
20836
  var _this12 = this;
@@ -20884,12 +20884,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20884
20884
  }).catch(function (e) {});
20885
20885
  },
20886
20886
 
20887
- /**
20888
- * goView
20889
- * @desc:更多流程按钮操作
20890
- * @author liufan
20891
- * @param {Object} res 当前点击操作按钮数据
20892
- * @date 2022年5月25日
20887
+ /**
20888
+ * goView
20889
+ * @desc:更多流程按钮操作
20890
+ * @author liufan
20891
+ * @param {Object} res 当前点击操作按钮数据
20892
+ * @date 2022年5月25日
20893
20893
  **/
20894
20894
  goView: function goView(res) {
20895
20895
  // 驳回并办结:rejectAndEndHtml
@@ -20974,11 +20974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20974
20974
  // isCanStartSubFlow
20975
20975
  },
20976
20976
 
20977
- /**
20978
- * toTakeAdvice
20979
- * @desc:征求意见
20980
- * @author liufan
20981
- * @date 2022年9月29日
20977
+ /**
20978
+ * toTakeAdvice
20979
+ * @desc:征求意见
20980
+ * @author liufan
20981
+ * @date 2022年9月29日
20982
20982
  **/
20983
20983
  toTakeAdvice: function toTakeAdvice(res) {
20984
20984
  var _this14 = this;
@@ -21022,11 +21022,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21022
21022
  });
21023
21023
  },
21024
21024
 
21025
- /**
21026
- * toStartDraf
21027
- * @desc: 稿件递送、联合审核、复核
21028
- * @author liufan
21029
- * @date 2022年9月29日
21025
+ /**
21026
+ * toStartDraf
21027
+ * @desc: 稿件递送、联合审核、复核
21028
+ * @author liufan
21029
+ * @date 2022年9月29日
21030
21030
  **/
21031
21031
  toStartDraf: function toStartDraf(res) {
21032
21032
  var _this16 = this;
@@ -21040,11 +21040,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21040
21040
  }
21041
21041
  },
21042
21042
 
21043
- /**
21044
- * toSendMsg
21045
- * @desc:核稿通知
21046
- * @author liufan
21047
- * @date 2022年9月29日
21043
+ /**
21044
+ * toSendMsg
21045
+ * @desc:核稿通知
21046
+ * @author liufan
21047
+ * @date 2022年9月29日
21048
21048
  **/
21049
21049
  toSendMsg: function toSendMsg(res) {
21050
21050
  var _this17 = this;
@@ -21058,11 +21058,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21058
21058
  }
21059
21059
  },
21060
21060
 
21061
- /**
21062
- * toTaskReadAndEnd
21063
- * @desc:分阅并办结
21064
- * @author liufan
21065
- * @date 2022年9月29日
21061
+ /**
21062
+ * toTaskReadAndEnd
21063
+ * @desc:分阅并办结
21064
+ * @author liufan
21065
+ * @date 2022年9月29日
21066
21066
  **/
21067
21067
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21068
21068
  var _this18 = this;
@@ -21080,11 +21080,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21080
21080
  }
21081
21081
  },
21082
21082
 
21083
- /**
21084
- * rejectAndEnd
21085
- * @desc:驳回并办结
21086
- * @author liufan
21087
- * @date 2022年9月29日
21083
+ /**
21084
+ * rejectAndEnd
21085
+ * @desc:驳回并办结
21086
+ * @author liufan
21087
+ * @date 2022年9月29日
21088
21088
  **/
21089
21089
  rejectAndEnd: function rejectAndEnd(res) {
21090
21090
  var _this19 = this;
@@ -21139,11 +21139,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21139
21139
  });
21140
21140
  },
21141
21141
 
21142
- /**
21143
- * toTransfer
21144
- * @desc:转办
21145
- * @author liufan
21146
- * @date 2022年9月29日
21142
+ /**
21143
+ * toTransfer
21144
+ * @desc:转办
21145
+ * @author liufan
21146
+ * @date 2022年9月29日
21147
21147
  **/
21148
21148
  toTransfer: function toTransfer(res) {
21149
21149
  var _this21 = this;
@@ -21159,11 +21159,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21159
21159
  }
21160
21160
  },
21161
21161
 
21162
- /**
21163
- * getNodeInfo
21164
- * @desc:获取节点信息
21165
- * @author liufan
21166
- * @date 2022年5月25日
21162
+ /**
21163
+ * getNodeInfo
21164
+ * @desc:获取节点信息
21165
+ * @author liufan
21166
+ * @date 2022年5月25日
21167
21167
  **/
21168
21168
  getNodeInfo: function getNodeInfo() {
21169
21169
  var _this22 = this;
@@ -21262,12 +21262,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21262
21262
  });
21263
21263
  },
21264
21264
 
21265
- /**
21266
- * selecNext
21267
- * @desc:下步节点变化时更新数据
21268
- * @author liufan
21269
- * @param {String} val 当前选中值
21270
- * @date 2022年5月25日
21265
+ /**
21266
+ * selecNext
21267
+ * @desc:下步节点变化时更新数据
21268
+ * @author liufan
21269
+ * @param {String} val 当前选中值
21270
+ * @date 2022年5月25日
21271
21271
  **/
21272
21272
  selecNext: function selecNext(val, type, isDef) {
21273
21273
  var _this23 = this;
@@ -21376,11 +21376,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21376
21376
  if (isDef !== true) this.getNodeInfo();
21377
21377
  },
21378
21378
 
21379
- /**
21380
- * isMultiple
21381
- * @desc:是否多选
21382
- * @author liufan
21383
- * @date 2022年9月13日
21379
+ /**
21380
+ * isMultiple
21381
+ * @desc:是否多选
21382
+ * @author liufan
21383
+ * @date 2022年9月13日
21384
21384
  **/
21385
21385
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
21386
21386
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -21412,11 +21412,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21412
21412
  }
21413
21413
  },
21414
21414
 
21415
- /**
21416
- * getHedInfo
21417
- * @desc:获取审核页面数据
21418
- * @author liufan
21419
- * @date 2022年5月25日
21415
+ /**
21416
+ * getHedInfo
21417
+ * @desc:获取审核页面数据
21418
+ * @author liufan
21419
+ * @date 2022年5月25日
21420
21420
  **/
21421
21421
  getHedInfo: function getHedInfo() {
21422
21422
  var _this24 = this;
@@ -21652,13 +21652,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21652
21652
  });
21653
21653
  },
21654
21654
 
21655
- /**
21656
- * closeProcess
21657
- * @desc:关闭弹窗
21658
- * @author liufan
21659
- * @param {boolean} val 当前是否办理流程
21660
- * @param {String} type 当前点击的弹窗类型
21661
- * @date 2022年5月25日
21655
+ /**
21656
+ * closeProcess
21657
+ * @desc:关闭弹窗
21658
+ * @author liufan
21659
+ * @param {boolean} val 当前是否办理流程
21660
+ * @param {String} type 当前点击的弹窗类型
21661
+ * @date 2022年5月25日
21662
21662
  **/
21663
21663
  closeProcess: function closeProcess(val, type, closeParent) {
21664
21664
  if (closeParent) {
@@ -21675,23 +21675,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21675
21675
  }
21676
21676
  },
21677
21677
 
21678
- /**
21679
- * selectChange
21680
- * @desc:常用语选择
21681
- * @author liufan
21682
- * @param {String} val 选中值
21683
- * @date 2022年5月25日
21678
+ /**
21679
+ * selectChange
21680
+ * @desc:常用语选择
21681
+ * @author liufan
21682
+ * @param {String} val 选中值
21683
+ * @date 2022年5月25日
21684
21684
  **/
21685
21685
  selectChange: function selectChange(val) {
21686
21686
  this.value = val;
21687
21687
  },
21688
21688
 
21689
- /**
21690
- * upDate
21691
- * @desc:修改常用语
21692
- * @author liufan
21693
- * @param {Object} val 修改值
21694
- * @date 2022年5月25日
21689
+ /**
21690
+ * upDate
21691
+ * @desc:修改常用语
21692
+ * @author liufan
21693
+ * @param {Object} val 修改值
21694
+ * @date 2022年5月25日
21695
21695
  **/
21696
21696
  upDate: function upDate(val) {
21697
21697
  this.FormData.id = val.id;
@@ -21699,11 +21699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21699
21699
  },
21700
21700
 
21701
21701
 
21702
- /**
21703
- * getProcess
21704
- * @desc:获取选择流程
21705
- * @author liufan
21706
- * @date 2022年5月25日
21702
+ /**
21703
+ * getProcess
21704
+ * @desc:获取选择流程
21705
+ * @author liufan
21706
+ * @date 2022年5月25日
21707
21707
  **/
21708
21708
  getProcess: function getProcess() {
21709
21709
  var _this25 = this;
@@ -21757,11 +21757,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21757
21757
  });
21758
21758
  },
21759
21759
 
21760
- /**
21761
- * getPendedhistoryList
21762
- * @desc:获取流程列表
21763
- * @author liufan
21764
- * @date 2022年5月25日
21760
+ /**
21761
+ * getPendedhistoryList
21762
+ * @desc:获取流程列表
21763
+ * @author liufan
21764
+ * @date 2022年5月25日
21765
21765
  **/
21766
21766
  getPendedhistoryList: function getPendedhistoryList() {
21767
21767
  var _this26 = this;
@@ -21793,12 +21793,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21793
21793
  },
21794
21794
 
21795
21795
  // 提交流程
21796
- /**
21797
- * subProcess
21798
- * @desc:提交流程
21799
- * @author liufan
21800
- * @param {String} formName 当前form表单ref值
21801
- * @date 2022年5月25日
21796
+ /**
21797
+ * subProcess
21798
+ * @desc:提交流程
21799
+ * @author liufan
21800
+ * @param {String} formName 当前form表单ref值
21801
+ * @date 2022年5月25日
21802
21802
  **/
21803
21803
  subProcess: function subProcess(val) {
21804
21804
  var _this27 = this;
@@ -25392,11 +25392,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25392
25392
  });
25393
25393
  },
25394
25394
 
25395
- /**
25396
- * saveInfo
25397
- * @desc:暂存
25398
- * @author liufan
25399
- * @date 2022年9月9日
25395
+ /**
25396
+ * saveInfo
25397
+ * @desc:暂存
25398
+ * @author liufan
25399
+ * @date 2022年9月9日
25400
25400
  **/
25401
25401
  saveInfo: function saveInfo(type, btn) {
25402
25402
  var _this11 = this;
@@ -25458,11 +25458,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25458
25458
  });
25459
25459
  },
25460
25460
 
25461
- /**
25462
- * rejectBtn
25463
- * @desc:点击驳回
25464
- * @author liufan
25465
- * @date 2022年5月25日
25461
+ /**
25462
+ * rejectBtn
25463
+ * @desc:点击驳回
25464
+ * @author liufan
25465
+ * @date 2022年5月25日
25466
25466
  **/
25467
25467
  rejectBtn: function rejectBtn() {
25468
25468
  var _this13 = this;
@@ -25480,11 +25480,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25480
25480
  }
25481
25481
  },
25482
25482
 
25483
- /**
25484
- * taskReadBtn
25485
- * @desc:点击分阅
25486
- * @author liufan
25487
- * @date 2022年5月25日
25483
+ /**
25484
+ * taskReadBtn
25485
+ * @desc:点击分阅
25486
+ * @author liufan
25487
+ * @date 2022年5月25日
25488
25488
  **/
25489
25489
  taskReadBtn: function taskReadBtn() {
25490
25490
  var _this14 = this;
@@ -25503,11 +25503,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25503
25503
  }
25504
25504
  },
25505
25505
 
25506
- /**
25507
- * getFind
25508
- * @desc:获取通知方式
25509
- * @author liufan
25510
- * @date 2022年5月25日
25506
+ /**
25507
+ * getFind
25508
+ * @desc:获取通知方式
25509
+ * @author liufan
25510
+ * @date 2022年5月25日
25511
25511
  **/
25512
25512
  getFind: function getFind() {
25513
25513
  var _this15 = this;
@@ -25573,12 +25573,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25573
25573
  });
25574
25574
  },
25575
25575
 
25576
- /**
25577
- * endFlows
25578
- * @desc:直接办结
25579
- * @author liufan
25580
- * @param {Object} res 直接办结数据
25581
- * @date 2022年5月25日
25576
+ /**
25577
+ * endFlows
25578
+ * @desc:直接办结
25579
+ * @author liufan
25580
+ * @param {Object} res 直接办结数据
25581
+ * @date 2022年5月25日
25582
25582
  **/
25583
25583
  endFlows: function endFlows(res) {
25584
25584
  var _this17 = this;
@@ -25633,12 +25633,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25633
25633
  }).catch(function (e) {});
25634
25634
  },
25635
25635
 
25636
- /**
25637
- * goView
25638
- * @desc:更多流程按钮操作
25639
- * @author liufan
25640
- * @param {Object} res 当前点击操作按钮数据
25641
- * @date 2022年5月25日
25636
+ /**
25637
+ * goView
25638
+ * @desc:更多流程按钮操作
25639
+ * @author liufan
25640
+ * @param {Object} res 当前点击操作按钮数据
25641
+ * @date 2022年5月25日
25642
25642
  **/
25643
25643
  goView: function goView(res) {
25644
25644
  // 驳回并办结:rejectAndEndHtml
@@ -25651,7 +25651,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25651
25651
  // 直接办结:endFlowHtml
25652
25652
  // 自由发起子流程:toFreeStartFlow
25653
25653
  if (res.type == 4) {
25654
- this.$emit('buttonClick', res.fun, this.sendData);
25654
+ this.$emit('buttonClick', { fun: res.fun, opinion: this.value }, this.sendData);
25655
25655
  } else if (res.fun === 'toStartTaskRead()') {
25656
25656
  // 分阅
25657
25657
  this.taskReadBtn();
@@ -25725,11 +25725,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25725
25725
  // isCanStartSubFlow
25726
25726
  },
25727
25727
 
25728
- /**
25729
- * toTakeAdvice
25730
- * @desc:征求意见
25731
- * @author liufan
25732
- * @date 2022年9月29日
25728
+ /**
25729
+ * toTakeAdvice
25730
+ * @desc:征求意见
25731
+ * @author liufan
25732
+ * @date 2022年9月29日
25733
25733
  **/
25734
25734
  toTakeAdvice: function toTakeAdvice(res) {
25735
25735
  var _this19 = this;
@@ -25773,11 +25773,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25773
25773
  });
25774
25774
  },
25775
25775
 
25776
- /**
25777
- * toStartDraf
25778
- * @desc: 稿件递送、联合审核、复核
25779
- * @author liufan
25780
- * @date 2022年9月29日
25776
+ /**
25777
+ * toStartDraf
25778
+ * @desc: 稿件递送、联合审核、复核
25779
+ * @author liufan
25780
+ * @date 2022年9月29日
25781
25781
  **/
25782
25782
  toStartDraf: function toStartDraf(res) {
25783
25783
  var _this21 = this;
@@ -25791,11 +25791,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25791
25791
  }
25792
25792
  },
25793
25793
 
25794
- /**
25795
- * toSendMsg
25796
- * @desc:核稿通知
25797
- * @author liufan
25798
- * @date 2022年9月29日
25794
+ /**
25795
+ * toSendMsg
25796
+ * @desc:核稿通知
25797
+ * @author liufan
25798
+ * @date 2022年9月29日
25799
25799
  **/
25800
25800
  toSendMsg: function toSendMsg(res) {
25801
25801
  var _this22 = this;
@@ -25809,11 +25809,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25809
25809
  }
25810
25810
  },
25811
25811
 
25812
- /**
25813
- * toTaskReadAndEnd
25814
- * @desc:分阅并办结
25815
- * @author liufan
25816
- * @date 2022年9月29日
25812
+ /**
25813
+ * toTaskReadAndEnd
25814
+ * @desc:分阅并办结
25815
+ * @author liufan
25816
+ * @date 2022年9月29日
25817
25817
  **/
25818
25818
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
25819
25819
  var _this23 = this;
@@ -25831,11 +25831,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25831
25831
  }
25832
25832
  },
25833
25833
 
25834
- /**
25835
- * rejectAndEnd
25836
- * @desc:驳回并办结
25837
- * @author liufan
25838
- * @date 2022年9月29日
25834
+ /**
25835
+ * rejectAndEnd
25836
+ * @desc:驳回并办结
25837
+ * @author liufan
25838
+ * @date 2022年9月29日
25839
25839
  **/
25840
25840
  rejectAndEnd: function rejectAndEnd(res) {
25841
25841
  var _this24 = this;
@@ -25891,11 +25891,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25891
25891
  });
25892
25892
  },
25893
25893
 
25894
- /**
25895
- * toTransfer
25896
- * @desc:转办
25897
- * @author liufan
25898
- * @date 2022年9月29日
25894
+ /**
25895
+ * toTransfer
25896
+ * @desc:转办
25897
+ * @author liufan
25898
+ * @date 2022年9月29日
25899
25899
  **/
25900
25900
  toTransfer: function toTransfer(res) {
25901
25901
  var _this26 = this;
@@ -25914,11 +25914,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25914
25914
  this.nextNode.customLimitTime = val;
25915
25915
  },
25916
25916
 
25917
- /**
25918
- * getNodeInfo
25919
- * @desc:获取节点信息
25920
- * @author liufan
25921
- * @date 2022年5月25日
25917
+ /**
25918
+ * getNodeInfo
25919
+ * @desc:获取节点信息
25920
+ * @author liufan
25921
+ * @date 2022年5月25日
25922
25922
  **/
25923
25923
  getNodeInfo: function getNodeInfo() {
25924
25924
  var _this27 = this;
@@ -26025,12 +26025,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26025
26025
  });
26026
26026
  },
26027
26027
 
26028
- /**
26029
- * selecNext
26030
- * @desc:下步节点变化时更新数据
26031
- * @author liufan
26032
- * @param {String} val 当前选中值
26033
- * @date 2022年5月25日
26028
+ /**
26029
+ * selecNext
26030
+ * @desc:下步节点变化时更新数据
26031
+ * @author liufan
26032
+ * @param {String} val 当前选中值
26033
+ * @date 2022年5月25日
26034
26034
  **/
26035
26035
  selecNext: function selecNext(val, type, isDef) {
26036
26036
  var _this28 = this;
@@ -26162,11 +26162,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26162
26162
  this.getNodeInfo();
26163
26163
  },
26164
26164
 
26165
- /**
26166
- * isMultiple
26167
- * @desc:是否多选
26168
- * @author liufan
26169
- * @date 2022年9月13日
26165
+ /**
26166
+ * isMultiple
26167
+ * @desc:是否多选
26168
+ * @author liufan
26169
+ * @date 2022年9月13日
26170
26170
  **/
26171
26171
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26172
26172
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26198,11 +26198,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26198
26198
  }
26199
26199
  },
26200
26200
 
26201
- /**
26202
- * getHedInfo
26203
- * @desc:获取审核页面数据
26204
- * @author liufan
26205
- * @date 2022年5月25日
26201
+ /**
26202
+ * getHedInfo
26203
+ * @desc:获取审核页面数据
26204
+ * @author liufan
26205
+ * @date 2022年5月25日
26206
26206
  **/
26207
26207
  getHedInfo: function getHedInfo() {
26208
26208
  var _this29 = this;
@@ -26506,13 +26506,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26506
26506
  });
26507
26507
  },
26508
26508
 
26509
- /**
26510
- * closeProcess
26511
- * @desc:关闭弹窗
26512
- * @author liufan
26513
- * @param {boolean} val 当前是否办理流程
26514
- * @param {String} type 当前点击的弹窗类型
26515
- * @date 2022年5月25日
26509
+ /**
26510
+ * closeProcess
26511
+ * @desc:关闭弹窗
26512
+ * @author liufan
26513
+ * @param {boolean} val 当前是否办理流程
26514
+ * @param {String} type 当前点击的弹窗类型
26515
+ * @date 2022年5月25日
26516
26516
  **/
26517
26517
  closeProcess: function closeProcess(val, type, closeParent) {
26518
26518
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -26532,23 +26532,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26532
26532
  }
26533
26533
  },
26534
26534
 
26535
- /**
26536
- * selectChange
26537
- * @desc:常用语选择
26538
- * @author liufan
26539
- * @param {String} val 选中值
26540
- * @date 2022年5月25日
26535
+ /**
26536
+ * selectChange
26537
+ * @desc:常用语选择
26538
+ * @author liufan
26539
+ * @param {String} val 选中值
26540
+ * @date 2022年5月25日
26541
26541
  **/
26542
26542
  selectChange: function selectChange(val) {
26543
26543
  this.value = val;
26544
26544
  },
26545
26545
 
26546
- /**
26547
- * upDate
26548
- * @desc:修改常用语
26549
- * @author liufan
26550
- * @param {Object} val 修改值
26551
- * @date 2022年5月25日
26546
+ /**
26547
+ * upDate
26548
+ * @desc:修改常用语
26549
+ * @author liufan
26550
+ * @param {Object} val 修改值
26551
+ * @date 2022年5月25日
26552
26552
  **/
26553
26553
  upDate: function upDate(val) {
26554
26554
  this.FormData.id = val.id;
@@ -26556,11 +26556,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26556
26556
  },
26557
26557
 
26558
26558
 
26559
- /**
26560
- * getProcess
26561
- * @desc:获取选择流程
26562
- * @author liufan
26563
- * @date 2022年5月25日
26559
+ /**
26560
+ * getProcess
26561
+ * @desc:获取选择流程
26562
+ * @author liufan
26563
+ * @date 2022年5月25日
26564
26564
  **/
26565
26565
  getProcess: function getProcess(val) {
26566
26566
  var _this30 = this;
@@ -26620,11 +26620,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26620
26620
  });
26621
26621
  },
26622
26622
 
26623
- /**
26624
- * getPendedhistoryList
26625
- * @desc:获取流程列表
26626
- * @author liufan
26627
- * @date 2022年5月25日
26623
+ /**
26624
+ * getPendedhistoryList
26625
+ * @desc:获取流程列表
26626
+ * @author liufan
26627
+ * @date 2022年5月25日
26628
26628
  **/
26629
26629
  getPendedhistoryList: function getPendedhistoryList() {
26630
26630
  var _this31 = this;
@@ -26692,12 +26692,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26692
26692
  },
26693
26693
 
26694
26694
  // 提交流程
26695
- /**
26696
- * subProcess
26697
- * @desc:提交流程
26698
- * @author liufan
26699
- * @param {String} formName 当前form表单ref值
26700
- * @date 2022年5月25日
26695
+ /**
26696
+ * subProcess
26697
+ * @desc:提交流程
26698
+ * @author liufan
26699
+ * @param {String} formName 当前form表单ref值
26700
+ * @date 2022年5月25日
26701
26701
  **/
26702
26702
  subProcess: function subProcess(val, type) {
26703
26703
  var _this33 = this;
@@ -26728,7 +26728,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26728
26728
  });
26729
26729
  if (btnInfo.length > 0) {
26730
26730
  if (btnInfo[0].type == 4) {
26731
- _this33.$emit('buttonClick', btnInfo[0].fun, _this33.sendData);
26731
+ _this33.$emit('buttonClick', { fun: btnInfo[0].fun, opinion: _this33.value }, _this33.sendData);
26732
26732
  } else if (btnInfo[0].type == 2) {
26733
26733
  _this33.goView(btnInfo[0]);
26734
26734
  }