eoss-ui 0.6.67 → 0.6.69

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 (282) hide show
  1. package/lib/button-group.js +3 -2
  2. package/lib/button.js +3 -2
  3. package/lib/calogin.js +700 -256
  4. package/lib/checkbox-group.js +3 -2
  5. package/lib/data-table-form.js +3 -2
  6. package/lib/data-table.js +3 -2
  7. package/lib/date-picker.js +3 -2
  8. package/lib/dialog.js +3 -2
  9. package/lib/eoss-ui.common.js +1386 -920
  10. package/lib/flow-group.js +3 -2
  11. package/lib/flow-list.js +161 -177
  12. package/lib/flow.js +301 -291
  13. package/lib/form.js +3 -2
  14. package/lib/handle-user.js +3 -2
  15. package/lib/handler.js +3 -2
  16. package/lib/icon.js +3 -2
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +3 -2
  19. package/lib/input.js +3 -2
  20. package/lib/login.js +70 -39
  21. package/lib/main.js +135 -134
  22. package/lib/nav.js +3 -2
  23. package/lib/page.js +3 -2
  24. package/lib/pagination.js +3 -2
  25. package/lib/player.js +3 -2
  26. package/lib/qr-code.js +16 -15
  27. package/lib/radio-group.js +3 -2
  28. package/lib/retrial-auth.js +3 -2
  29. package/lib/select-ganged.js +3 -2
  30. package/lib/select.js +3 -2
  31. package/lib/selector-panel.js +3 -2
  32. package/lib/selector.js +3 -2
  33. package/lib/sizer.js +3 -2
  34. package/lib/steps.js +3 -2
  35. package/lib/switch.js +3 -2
  36. package/lib/table-form.js +3 -2
  37. package/lib/tabs.js +3 -2
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +3 -2
  41. package/lib/tree-group.js +3 -2
  42. package/lib/tree.js +3 -2
  43. package/lib/upload.js +3 -2
  44. package/lib/utils/util.js +3 -2
  45. package/lib/wujie.js +3 -2
  46. package/lib/wxlogin.js +3 -2
  47. package/package.json +160 -160
  48. package/packages/.DS_Store +0 -0
  49. package/packages/autocomplete/.DS_Store +0 -0
  50. package/packages/button/index.js +5 -5
  51. package/packages/button/src/main.vue +418 -418
  52. package/packages/button-group/index.js +5 -5
  53. package/packages/button-group/src/main.vue +298 -298
  54. package/packages/calendar/index.js +5 -5
  55. package/packages/calogin/.DS_Store +0 -0
  56. package/packages/calogin/index.js +5 -5
  57. package/packages/calogin/src/main.vue +410 -131
  58. package/packages/calogin/src/plugin.js +915 -748
  59. package/packages/card/index.js +5 -5
  60. package/packages/card/src/main.vue +156 -156
  61. package/packages/cascader/index.js +5 -5
  62. package/packages/cascader/src/main.vue +168 -168
  63. package/packages/checkbox-group/index.js +5 -5
  64. package/packages/checkbox-group/src/main.vue +333 -333
  65. package/packages/clients/index.js +5 -5
  66. package/packages/clients/src/main.vue +151 -151
  67. package/packages/data-table/index.js +5 -5
  68. package/packages/data-table/src/children.vue +39 -39
  69. package/packages/data-table/src/column.vue +989 -989
  70. package/packages/data-table/src/main.vue +1822 -1822
  71. package/packages/data-table/src/sizer.vue +195 -195
  72. package/packages/data-table-form/index.js +5 -5
  73. package/packages/data-table-form/src/checkbox.vue +101 -101
  74. package/packages/data-table-form/src/colgroup.vue +17 -17
  75. package/packages/data-table-form/src/main.vue +181 -181
  76. package/packages/data-table-form/src/radio.vue +65 -65
  77. package/packages/data-table-form/src/table.vue +233 -233
  78. package/packages/data-table-form/src/tbody.vue +336 -336
  79. package/packages/data-table-form/src/thead.vue +68 -68
  80. package/packages/date-picker/.DS_Store +0 -0
  81. package/packages/date-picker/index.js +5 -5
  82. package/packages/date-picker/src/.DS_Store +0 -0
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/.DS_Store +0 -0
  91. package/packages/flow/index.js +5 -5
  92. package/packages/flow/src/component/Circulate.vue +351 -351
  93. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  94. package/packages/flow/src/component/CustomPreset.vue +322 -322
  95. package/packages/flow/src/component/FileList.vue +99 -99
  96. package/packages/flow/src/component/Preset.vue +255 -255
  97. package/packages/flow/src/component/SendMsg.vue +241 -241
  98. package/packages/flow/src/component/TimeLimit.vue +190 -190
  99. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  100. package/packages/flow/src/form.vue +121 -121
  101. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  102. package/packages/flow/src/main.vue +3369 -3367
  103. package/packages/flow/src/processForm.vue +1091 -1091
  104. package/packages/flow/src/processReject.vue +294 -294
  105. package/packages/flow/src/reset.vue +905 -905
  106. package/packages/flow/src/selectUser.vue +6 -0
  107. package/packages/flow/src/startTaskRead.vue +659 -659
  108. package/packages/flow/src/supervise.vue +149 -149
  109. package/packages/flow/src/table.vue +58 -58
  110. package/packages/flow-group/index.js +5 -5
  111. package/packages/flow-group/src/main.vue +688 -688
  112. package/packages/flow-list/.DS_Store +0 -0
  113. package/packages/flow-list/index.js +5 -5
  114. package/packages/flow-list/src/main.vue +1738 -1757
  115. package/packages/form/index.js +5 -5
  116. package/packages/form/src/main.vue +3581 -3581
  117. package/packages/form/src/table.vue +1426 -1426
  118. package/packages/handle-user/index.js +5 -5
  119. package/packages/handle-user/src/main.vue +138 -138
  120. package/packages/handler/index.js +5 -5
  121. package/packages/handler/src/main.vue +493 -493
  122. package/packages/icon/index.js +5 -5
  123. package/packages/icon/src/main.vue +101 -101
  124. package/packages/icons/index.js +5 -5
  125. package/packages/icons/src/main.vue +81 -81
  126. package/packages/input/index.js +5 -5
  127. package/packages/input/src/main.vue +356 -356
  128. package/packages/input-number/index.js +5 -5
  129. package/packages/input-number/src/main.vue +106 -106
  130. package/packages/label/index.js +5 -5
  131. package/packages/label/src/main.vue +457 -457
  132. package/packages/layout/index.js +5 -5
  133. package/packages/layout/src/item.vue +152 -152
  134. package/packages/layout/src/main.vue +31 -31
  135. package/packages/login/.DS_Store +0 -0
  136. package/packages/login/index.js +5 -5
  137. package/packages/login/src/main.vue +2015 -1988
  138. package/packages/login/src/resetPassword.vue +562 -562
  139. package/packages/main/.DS_Store +0 -0
  140. package/packages/main/index.js +5 -5
  141. package/packages/main/src/.DS_Store +0 -0
  142. package/packages/main/src/default/message.vue +249 -249
  143. package/packages/main/src/default/notice.vue +157 -157
  144. package/packages/main/src/default/userinfo.vue +503 -503
  145. package/packages/main/src/public/online.vue +89 -89
  146. package/packages/main/src/public/search.vue +462 -462
  147. package/packages/main/src/public/settings.vue +221 -221
  148. package/packages/main/src/simplicity/apps.vue +388 -388
  149. package/packages/main/src/simplicity/avatar.vue +83 -83
  150. package/packages/main/src/simplicity/handler.vue +259 -259
  151. package/packages/main/src/simplicity/index.vue +2089 -2089
  152. package/packages/main/src/simplicity/lists.vue +84 -84
  153. package/packages/main/src/simplicity/menu-list.vue +135 -135
  154. package/packages/main/src/simplicity/message.vue +259 -259
  155. package/packages/main/src/simplicity/notice.vue +190 -190
  156. package/packages/main/src/simplicity/router-page.vue +45 -45
  157. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  158. package/packages/main/src/simplicity/user.vue +257 -257
  159. package/packages/main/src/simplicity/userinfo.vue +312 -312
  160. package/packages/menu/.DS_Store +0 -0
  161. package/packages/menu/index.js +5 -5
  162. package/packages/menu/src/main.vue +584 -584
  163. package/packages/nav/index.js +5 -5
  164. package/packages/nav/src/main.vue +351 -351
  165. package/packages/notify/index.js +5 -5
  166. package/packages/notify/src/main.vue +538 -538
  167. package/packages/page/index.js +5 -5
  168. package/packages/page/src/main.vue +167 -167
  169. package/packages/pagination/index.js +5 -5
  170. package/packages/pagination/src/main.vue +96 -96
  171. package/packages/player/index.js +5 -5
  172. package/packages/player/src/main.vue +194 -194
  173. package/packages/qr-code/index.js +5 -5
  174. package/packages/qr-code/src/main.vue +170 -170
  175. package/packages/radio-group/index.js +6 -6
  176. package/packages/radio-group/src/main.vue +319 -319
  177. package/packages/retrial-auth/index.js +5 -5
  178. package/packages/retrial-auth/src/main.vue +280 -280
  179. package/packages/scrollbar/.DS_Store +0 -0
  180. package/packages/select/.DS_Store +0 -0
  181. package/packages/select/index.js +5 -5
  182. package/packages/select/src/main.vue +778 -778
  183. package/packages/select-ganged/index.js +5 -5
  184. package/packages/select-ganged/src/main.vue +724 -724
  185. package/packages/selector/index.js +5 -5
  186. package/packages/selector/src/main.vue +687 -687
  187. package/packages/selector-panel/index.js +5 -5
  188. package/packages/selector-panel/src/main.vue +1027 -1027
  189. package/packages/selector-panel/src/selection.vue +177 -177
  190. package/packages/selector-panel/src/tree.vue +129 -129
  191. package/packages/sizer/index.js +5 -5
  192. package/packages/sizer/src/main.vue +254 -254
  193. package/packages/steps/index.js +5 -5
  194. package/packages/steps/src/main.vue +181 -181
  195. package/packages/switch/index.js +5 -5
  196. package/packages/switch/src/main.vue +154 -154
  197. package/packages/table-form/index.js +5 -5
  198. package/packages/tabs/index.js +5 -5
  199. package/packages/tabs/src/main.vue +788 -788
  200. package/packages/tabs-panel/index.js +5 -5
  201. package/packages/tabs-panel/src/main.vue +29 -29
  202. package/packages/theme-chalk/lib/index.css +1 -1
  203. package/packages/theme-chalk/lib/login.css +1 -1
  204. package/packages/theme-chalk/src/.DS_Store +0 -0
  205. package/packages/theme-chalk/src/base.scss +261 -261
  206. package/packages/theme-chalk/src/button-group.scss +176 -176
  207. package/packages/theme-chalk/src/button.scss +24 -24
  208. package/packages/theme-chalk/src/calendar.scss +113 -113
  209. package/packages/theme-chalk/src/card.scss +99 -99
  210. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  211. package/packages/theme-chalk/src/clients.scss +87 -87
  212. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  213. package/packages/theme-chalk/src/data-table.scss +293 -293
  214. package/packages/theme-chalk/src/date-picker.scss +7 -7
  215. package/packages/theme-chalk/src/dialog.scss +77 -77
  216. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  217. package/packages/theme-chalk/src/enterprise.scss +5 -5
  218. package/packages/theme-chalk/src/error-page.scss +18 -18
  219. package/packages/theme-chalk/src/flow-group.scss +110 -110
  220. package/packages/theme-chalk/src/flow-list.scss +39 -39
  221. package/packages/theme-chalk/src/flow.scss +343 -343
  222. package/packages/theme-chalk/src/form.scss +496 -496
  223. package/packages/theme-chalk/src/handle-user.scss +40 -40
  224. package/packages/theme-chalk/src/handler.scss +143 -143
  225. package/packages/theme-chalk/src/icon.scss +1792 -1792
  226. package/packages/theme-chalk/src/icons.scss +99 -99
  227. package/packages/theme-chalk/src/input.scss +9 -9
  228. package/packages/theme-chalk/src/label.scss +24 -24
  229. package/packages/theme-chalk/src/layout.scss +46 -46
  230. package/packages/theme-chalk/src/login.scss +981 -981
  231. package/packages/theme-chalk/src/main.scss +663 -663
  232. package/packages/theme-chalk/src/menu.scss +222 -222
  233. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  234. package/packages/theme-chalk/src/nav.scss +111 -111
  235. package/packages/theme-chalk/src/page.scss +3 -3
  236. package/packages/theme-chalk/src/pagination.scss +29 -29
  237. package/packages/theme-chalk/src/player.scss +9 -9
  238. package/packages/theme-chalk/src/qr-code.scss +17 -17
  239. package/packages/theme-chalk/src/radio-group.scss +9 -9
  240. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  241. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  242. package/packages/theme-chalk/src/select.scss +8 -8
  243. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  244. package/packages/theme-chalk/src/selector.scss +91 -91
  245. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  246. package/packages/theme-chalk/src/sizer.scss +36 -36
  247. package/packages/theme-chalk/src/steps.scss +88 -88
  248. package/packages/theme-chalk/src/switch.scss +3 -3
  249. package/packages/theme-chalk/src/table-form.scss +1 -1
  250. package/packages/theme-chalk/src/tabs.scss +87 -87
  251. package/packages/theme-chalk/src/tips.scss +7 -7
  252. package/packages/theme-chalk/src/toolbar.scss +179 -179
  253. package/packages/theme-chalk/src/tree-group.scss +72 -72
  254. package/packages/theme-chalk/src/tree.scss +165 -165
  255. package/packages/theme-chalk/src/upload.scss +168 -168
  256. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  257. package/packages/tips/index.js +5 -5
  258. package/packages/tips/src/main.vue +141 -141
  259. package/packages/toolbar/index.js +5 -5
  260. package/packages/toolbar/src/main.vue +430 -430
  261. package/packages/tree/index.js +5 -5
  262. package/packages/tree-group/index.js +5 -5
  263. package/packages/upload/.DS_Store +0 -0
  264. package/packages/upload/index.js +5 -5
  265. package/packages/upload/src/main.vue +1347 -1347
  266. package/packages/upload/src/picture.js +15 -15
  267. package/packages/wujie/index.js +5 -5
  268. package/packages/wujie/src/main.vue +145 -145
  269. package/packages/wxlogin/index.js +5 -5
  270. package/packages/wxlogin/src/main.vue +128 -128
  271. package/src/.DS_Store +0 -0
  272. package/src/config/api.js +291 -291
  273. package/src/config/image.js +2 -2
  274. package/src/index.js +163 -163
  275. package/src/utils/.DS_Store +0 -0
  276. package/src/utils/bus.js +3 -3
  277. package/src/utils/date-util.js +312 -312
  278. package/src/utils/http.js +50 -50
  279. package/src/utils/rules.js +18 -18
  280. package/src/utils/store.js +21 -21
  281. package/src/utils/util.js +3 -2
  282. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -586,8 +586,9 @@ var ajaxStream = function ajaxStream(_ref2) {
586
586
  try {
587
587
  // 假设数据是 JSON 格式
588
588
  var parsedData = JSON.parse(data);
589
- info.time = parsedData.time;
590
- info.conversationId = parsedData.conversationId;
589
+ info = _extends({}, info, parsedData);
590
+ // info.time = parsedData.time;
591
+ // info.conversationId = parsedData.conversationId;
591
592
  var thinkRegex = /<think>([\s\S]*?)<\/think>([\s\S]*)?/;
592
593
  var match = parsedData.message.match(thinkRegex);
593
594
  if (match) {
@@ -4423,7 +4424,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4423
4424
  // ESM COMPAT FLAG
4424
4425
  __webpack_require__.r(__webpack_exports__);
4425
4426
 
4426
- // 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=5f8259cf&
4427
+ // 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=9a490c28&
4427
4428
  var render = function () {
4428
4429
  var _vm = this
4429
4430
  var _h = _vm.$createElement
@@ -6984,7 +6985,7 @@ var staticRenderFns = []
6984
6985
  render._withStripped = true
6985
6986
 
6986
6987
 
6987
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
6988
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=9a490c28&
6988
6989
 
6989
6990
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6990
6991
  var regenerator_ = __webpack_require__(4);
@@ -7802,21 +7803,21 @@ var _components;
7802
7803
  return validSate;
7803
7804
  },
7804
7805
 
7805
- /**
7806
- * changeOpinion
7807
- * @desc:监听意见变化
7808
- * @author liufan
7809
- * @date 2022年10月28日
7806
+ /**
7807
+ * changeOpinion
7808
+ * @desc:监听意见变化
7809
+ * @author liufan
7810
+ * @date 2022年10月28日
7810
7811
  **/
7811
7812
  changeOpinion: function changeOpinion() {
7812
7813
  this.$emit('change', this.form.value);
7813
7814
  },
7814
7815
 
7815
- /**
7816
- * getCommonOpion
7817
- * @desc:获取意见
7818
- * @author liufan
7819
- * @date 2022年5月25日
7816
+ /**
7817
+ * getCommonOpion
7818
+ * @desc:获取意见
7819
+ * @author liufan
7820
+ * @date 2022年5月25日
7820
7821
  **/
7821
7822
  getCommonOpion: function getCommonOpion() {
7822
7823
  var _this = this;
@@ -7845,24 +7846,24 @@ var _components;
7845
7846
  });
7846
7847
  },
7847
7848
 
7848
- /**
7849
- * upDate
7850
- * @desc:修改常用语
7851
- * @author liufan
7852
- * @param {Object} val 修改值
7853
- * @date 2022年5月25日
7849
+ /**
7850
+ * upDate
7851
+ * @desc:修改常用语
7852
+ * @author liufan
7853
+ * @param {Object} val 修改值
7854
+ * @date 2022年5月25日
7854
7855
  **/
7855
7856
  upDate: function upDate(val) {
7856
7857
  this.FormData.id = val.id;
7857
7858
  this.addVisible = true;
7858
7859
  },
7859
7860
 
7860
- /**
7861
- * selectChange
7862
- * @desc:常用语选择
7863
- * @author liufan
7864
- * @param {String} val 选中值
7865
- * @date 2022年5月25日
7861
+ /**
7862
+ * selectChange
7863
+ * @desc:常用语选择
7864
+ * @author liufan
7865
+ * @param {String} val 选中值
7866
+ * @date 2022年5月25日
7866
7867
  **/
7867
7868
  selectChange: function selectChange(val) {
7868
7869
  var _this2 = this;
@@ -7881,12 +7882,12 @@ var _components;
7881
7882
  });
7882
7883
  },
7883
7884
 
7884
- /**
7885
- * del
7886
- * @desc:删除常用语
7887
- * @author liufan
7888
- * @param {Object} val 删除的数据
7889
- * @date 2022年5月25日
7885
+ /**
7886
+ * del
7887
+ * @desc:删除常用语
7888
+ * @author liufan
7889
+ * @param {Object} val 删除的数据
7890
+ * @date 2022年5月25日
7890
7891
  **/
7891
7892
  del: function del(val) {
7892
7893
  var _this3 = this;
@@ -7928,12 +7929,12 @@ var _components;
7928
7929
  }).catch(function (e) {});
7929
7930
  },
7930
7931
 
7931
- /**
7932
- * submit
7933
- * @desc:新增/编辑意见保存
7934
- * @author liufan
7935
- * @param {Object} val 保存数据
7936
- * @date 2022年5月25日
7932
+ /**
7933
+ * submit
7934
+ * @desc:新增/编辑意见保存
7935
+ * @author liufan
7936
+ * @param {Object} val 保存数据
7937
+ * @date 2022年5月25日
7937
7938
  **/
7938
7939
  submit: function submit(val) {
7939
7940
  var _this4 = this;
@@ -8615,8 +8616,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
8615
8616
 
8616
8617
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
8617
8618
 
8618
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8619
- var selectUservue_type_template_id_1de54739_render = function () {
8619
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=12e8d2a9&
8620
+ var selectUservue_type_template_id_12e8d2a9_render = function () {
8620
8621
  var _vm = this
8621
8622
  var _h = _vm.$createElement
8622
8623
  var _c = _vm._self._c || _h
@@ -8733,6 +8734,7 @@ var selectUservue_type_template_id_1de54739_render = function () {
8733
8734
  !_vm.isCustomUser ||
8734
8735
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
8735
8736
  filterable: Boolean(_vm.isCustomUser),
8737
+ where: _vm.newWhere,
8736
8738
  multiple: _vm.newMultiple,
8737
8739
  param: Object.assign({}, _vm.newParams, { info: "no" }),
8738
8740
  disableds: _vm.disableds,
@@ -8759,11 +8761,11 @@ var selectUservue_type_template_id_1de54739_render = function () {
8759
8761
  2
8760
8762
  )
8761
8763
  }
8762
- var selectUservue_type_template_id_1de54739_staticRenderFns = []
8763
- selectUservue_type_template_id_1de54739_render._withStripped = true
8764
+ var selectUservue_type_template_id_12e8d2a9_staticRenderFns = []
8765
+ selectUservue_type_template_id_12e8d2a9_render._withStripped = true
8764
8766
 
8765
8767
 
8766
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8768
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=12e8d2a9&
8767
8769
 
8768
8770
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
8769
8771
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -8858,6 +8860,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8858
8860
  //
8859
8861
  //
8860
8862
  //
8863
+ //
8861
8864
 
8862
8865
 
8863
8866
 
@@ -8966,6 +8969,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8966
8969
  };
8967
8970
  },
8968
8971
 
8972
+ computed: {
8973
+ newWhere: function newWhere() {
8974
+ return _extends({ mid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId + '-org-1' }, this.where);
8975
+ }
8976
+ },
8969
8977
  watch: {
8970
8978
  newPresetEdit: function newPresetEdit(val) {
8971
8979
  var _this = this;
@@ -9239,8 +9247,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9239
9247
 
9240
9248
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
9241
9249
  src_selectUservue_type_script_lang_js_,
9242
- selectUservue_type_template_id_1de54739_render,
9243
- selectUservue_type_template_id_1de54739_staticRenderFns,
9250
+ selectUservue_type_template_id_12e8d2a9_render,
9251
+ selectUservue_type_template_id_12e8d2a9_staticRenderFns,
9244
9252
  false,
9245
9253
  null,
9246
9254
  null,
@@ -10947,11 +10955,11 @@ var processFormvue_type_script_lang_js_components;
10947
10955
  });
10948
10956
  },
10949
10957
 
10950
- /**
10951
- * isMultiple
10952
- * @desc:是否多选
10953
- * @author liufan
10954
- * @date 2022年9月13日
10958
+ /**
10959
+ * isMultiple
10960
+ * @desc:是否多选
10961
+ * @author liufan
10962
+ * @date 2022年9月13日
10955
10963
  **/
10956
10964
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10957
10965
  var multiple = false;
@@ -14826,11 +14834,11 @@ var resetvue_type_script_lang_js_components;
14826
14834
  });
14827
14835
  },
14828
14836
 
14829
- /**
14830
- * isMultiple
14831
- * @desc:是否多选
14832
- * @author liufan
14833
- * @date 2022年9月13日
14837
+ /**
14838
+ * isMultiple
14839
+ * @desc:是否多选
14840
+ * @author liufan
14841
+ * @date 2022年9月13日
14834
14842
  **/
14835
14843
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14836
14844
  var multiple = false;
@@ -19203,11 +19211,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19203
19211
  });
19204
19212
  },
19205
19213
 
19206
- /**
19207
- * saveInfo
19208
- * @desc:暂存
19209
- * @author liufan
19210
- * @date 2022年9月9日
19214
+ /**
19215
+ * saveInfo
19216
+ * @desc:暂存
19217
+ * @author liufan
19218
+ * @date 2022年9月9日
19211
19219
  **/
19212
19220
  saveInfo: function saveInfo(type, btn) {
19213
19221
  var _this6 = this;
@@ -19269,11 +19277,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19269
19277
  });
19270
19278
  },
19271
19279
 
19272
- /**
19273
- * rejectBtn
19274
- * @desc:点击驳回
19275
- * @author liufan
19276
- * @date 2022年5月25日
19280
+ /**
19281
+ * rejectBtn
19282
+ * @desc:点击驳回
19283
+ * @author liufan
19284
+ * @date 2022年5月25日
19277
19285
  **/
19278
19286
  rejectBtn: function rejectBtn() {
19279
19287
  var _this8 = this;
@@ -19291,11 +19299,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19291
19299
  }
19292
19300
  },
19293
19301
 
19294
- /**
19295
- * taskReadBtn
19296
- * @desc:点击分阅
19297
- * @author liufan
19298
- * @date 2022年5月25日
19302
+ /**
19303
+ * taskReadBtn
19304
+ * @desc:点击分阅
19305
+ * @author liufan
19306
+ * @date 2022年5月25日
19299
19307
  **/
19300
19308
  taskReadBtn: function taskReadBtn() {
19301
19309
  var _this9 = this;
@@ -19314,11 +19322,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19314
19322
  }
19315
19323
  },
19316
19324
 
19317
- /**
19318
- * getFind
19319
- * @desc:获取通知方式
19320
- * @author liufan
19321
- * @date 2022年5月25日
19325
+ /**
19326
+ * getFind
19327
+ * @desc:获取通知方式
19328
+ * @author liufan
19329
+ * @date 2022年5月25日
19322
19330
  **/
19323
19331
  getFind: function getFind() {
19324
19332
  var _this10 = this;
@@ -19373,12 +19381,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19373
19381
  });
19374
19382
  },
19375
19383
 
19376
- /**
19377
- * endFlows
19378
- * @desc:直接办结
19379
- * @author liufan
19380
- * @param {Object} res 直接办结数据
19381
- * @date 2022年5月25日
19384
+ /**
19385
+ * endFlows
19386
+ * @desc:直接办结
19387
+ * @author liufan
19388
+ * @param {Object} res 直接办结数据
19389
+ * @date 2022年5月25日
19382
19390
  **/
19383
19391
  endFlows: function endFlows(res) {
19384
19392
  var _this12 = this;
@@ -19432,12 +19440,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19432
19440
  }).catch(function (e) {});
19433
19441
  },
19434
19442
 
19435
- /**
19436
- * goView
19437
- * @desc:更多流程按钮操作
19438
- * @author liufan
19439
- * @param {Object} res 当前点击操作按钮数据
19440
- * @date 2022年5月25日
19443
+ /**
19444
+ * goView
19445
+ * @desc:更多流程按钮操作
19446
+ * @author liufan
19447
+ * @param {Object} res 当前点击操作按钮数据
19448
+ * @date 2022年5月25日
19441
19449
  **/
19442
19450
  goView: function goView(res) {
19443
19451
  // 驳回并办结:rejectAndEndHtml
@@ -19522,11 +19530,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19522
19530
  // isCanStartSubFlow
19523
19531
  },
19524
19532
 
19525
- /**
19526
- * toTakeAdvice
19527
- * @desc:征求意见
19528
- * @author liufan
19529
- * @date 2022年9月29日
19533
+ /**
19534
+ * toTakeAdvice
19535
+ * @desc:征求意见
19536
+ * @author liufan
19537
+ * @date 2022年9月29日
19530
19538
  **/
19531
19539
  toTakeAdvice: function toTakeAdvice(res) {
19532
19540
  var _this14 = this;
@@ -19570,11 +19578,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19570
19578
  });
19571
19579
  },
19572
19580
 
19573
- /**
19574
- * toStartDraf
19575
- * @desc: 稿件递送、联合审核、复核
19576
- * @author liufan
19577
- * @date 2022年9月29日
19581
+ /**
19582
+ * toStartDraf
19583
+ * @desc: 稿件递送、联合审核、复核
19584
+ * @author liufan
19585
+ * @date 2022年9月29日
19578
19586
  **/
19579
19587
  toStartDraf: function toStartDraf(res) {
19580
19588
  var _this16 = this;
@@ -19588,11 +19596,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19588
19596
  }
19589
19597
  },
19590
19598
 
19591
- /**
19592
- * toSendMsg
19593
- * @desc:核稿通知
19594
- * @author liufan
19595
- * @date 2022年9月29日
19599
+ /**
19600
+ * toSendMsg
19601
+ * @desc:核稿通知
19602
+ * @author liufan
19603
+ * @date 2022年9月29日
19596
19604
  **/
19597
19605
  toSendMsg: function toSendMsg(res) {
19598
19606
  var _this17 = this;
@@ -19606,11 +19614,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19606
19614
  }
19607
19615
  },
19608
19616
 
19609
- /**
19610
- * toTaskReadAndEnd
19611
- * @desc:分阅并办结
19612
- * @author liufan
19613
- * @date 2022年9月29日
19617
+ /**
19618
+ * toTaskReadAndEnd
19619
+ * @desc:分阅并办结
19620
+ * @author liufan
19621
+ * @date 2022年9月29日
19614
19622
  **/
19615
19623
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19616
19624
  var _this18 = this;
@@ -19628,11 +19636,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19628
19636
  }
19629
19637
  },
19630
19638
 
19631
- /**
19632
- * rejectAndEnd
19633
- * @desc:驳回并办结
19634
- * @author liufan
19635
- * @date 2022年9月29日
19639
+ /**
19640
+ * rejectAndEnd
19641
+ * @desc:驳回并办结
19642
+ * @author liufan
19643
+ * @date 2022年9月29日
19636
19644
  **/
19637
19645
  rejectAndEnd: function rejectAndEnd(res) {
19638
19646
  var _this19 = this;
@@ -19687,11 +19695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19687
19695
  });
19688
19696
  },
19689
19697
 
19690
- /**
19691
- * toTransfer
19692
- * @desc:转办
19693
- * @author liufan
19694
- * @date 2022年9月29日
19698
+ /**
19699
+ * toTransfer
19700
+ * @desc:转办
19701
+ * @author liufan
19702
+ * @date 2022年9月29日
19695
19703
  **/
19696
19704
  toTransfer: function toTransfer(res) {
19697
19705
  var _this21 = this;
@@ -19707,11 +19715,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19707
19715
  }
19708
19716
  },
19709
19717
 
19710
- /**
19711
- * getNodeInfo
19712
- * @desc:获取节点信息
19713
- * @author liufan
19714
- * @date 2022年5月25日
19718
+ /**
19719
+ * getNodeInfo
19720
+ * @desc:获取节点信息
19721
+ * @author liufan
19722
+ * @date 2022年5月25日
19715
19723
  **/
19716
19724
  getNodeInfo: function getNodeInfo() {
19717
19725
  var _this22 = this;
@@ -19810,12 +19818,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19810
19818
  });
19811
19819
  },
19812
19820
 
19813
- /**
19814
- * selecNext
19815
- * @desc:下步节点变化时更新数据
19816
- * @author liufan
19817
- * @param {String} val 当前选中值
19818
- * @date 2022年5月25日
19821
+ /**
19822
+ * selecNext
19823
+ * @desc:下步节点变化时更新数据
19824
+ * @author liufan
19825
+ * @param {String} val 当前选中值
19826
+ * @date 2022年5月25日
19819
19827
  **/
19820
19828
  selecNext: function selecNext(val, type, isDef) {
19821
19829
  var _this23 = this;
@@ -19924,11 +19932,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19924
19932
  if (isDef !== true) this.getNodeInfo();
19925
19933
  },
19926
19934
 
19927
- /**
19928
- * isMultiple
19929
- * @desc:是否多选
19930
- * @author liufan
19931
- * @date 2022年9月13日
19935
+ /**
19936
+ * isMultiple
19937
+ * @desc:是否多选
19938
+ * @author liufan
19939
+ * @date 2022年9月13日
19932
19940
  **/
19933
19941
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19934
19942
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19960,11 +19968,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19960
19968
  }
19961
19969
  },
19962
19970
 
19963
- /**
19964
- * getHedInfo
19965
- * @desc:获取审核页面数据
19966
- * @author liufan
19967
- * @date 2022年5月25日
19971
+ /**
19972
+ * getHedInfo
19973
+ * @desc:获取审核页面数据
19974
+ * @author liufan
19975
+ * @date 2022年5月25日
19968
19976
  **/
19969
19977
  getHedInfo: function getHedInfo() {
19970
19978
  var _this24 = this;
@@ -20200,13 +20208,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20200
20208
  });
20201
20209
  },
20202
20210
 
20203
- /**
20204
- * closeProcess
20205
- * @desc:关闭弹窗
20206
- * @author liufan
20207
- * @param {boolean} val 当前是否办理流程
20208
- * @param {String} type 当前点击的弹窗类型
20209
- * @date 2022年5月25日
20211
+ /**
20212
+ * closeProcess
20213
+ * @desc:关闭弹窗
20214
+ * @author liufan
20215
+ * @param {boolean} val 当前是否办理流程
20216
+ * @param {String} type 当前点击的弹窗类型
20217
+ * @date 2022年5月25日
20210
20218
  **/
20211
20219
  closeProcess: function closeProcess(val, type, closeParent) {
20212
20220
  if (closeParent) {
@@ -20223,23 +20231,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20223
20231
  }
20224
20232
  },
20225
20233
 
20226
- /**
20227
- * selectChange
20228
- * @desc:常用语选择
20229
- * @author liufan
20230
- * @param {String} val 选中值
20231
- * @date 2022年5月25日
20234
+ /**
20235
+ * selectChange
20236
+ * @desc:常用语选择
20237
+ * @author liufan
20238
+ * @param {String} val 选中值
20239
+ * @date 2022年5月25日
20232
20240
  **/
20233
20241
  selectChange: function selectChange(val) {
20234
20242
  this.value = val;
20235
20243
  },
20236
20244
 
20237
- /**
20238
- * upDate
20239
- * @desc:修改常用语
20240
- * @author liufan
20241
- * @param {Object} val 修改值
20242
- * @date 2022年5月25日
20245
+ /**
20246
+ * upDate
20247
+ * @desc:修改常用语
20248
+ * @author liufan
20249
+ * @param {Object} val 修改值
20250
+ * @date 2022年5月25日
20243
20251
  **/
20244
20252
  upDate: function upDate(val) {
20245
20253
  this.FormData.id = val.id;
@@ -20247,11 +20255,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20247
20255
  },
20248
20256
 
20249
20257
 
20250
- /**
20251
- * getProcess
20252
- * @desc:获取选择流程
20253
- * @author liufan
20254
- * @date 2022年5月25日
20258
+ /**
20259
+ * getProcess
20260
+ * @desc:获取选择流程
20261
+ * @author liufan
20262
+ * @date 2022年5月25日
20255
20263
  **/
20256
20264
  getProcess: function getProcess() {
20257
20265
  var _this25 = this;
@@ -20305,11 +20313,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20305
20313
  });
20306
20314
  },
20307
20315
 
20308
- /**
20309
- * getPendedhistoryList
20310
- * @desc:获取流程列表
20311
- * @author liufan
20312
- * @date 2022年5月25日
20316
+ /**
20317
+ * getPendedhistoryList
20318
+ * @desc:获取流程列表
20319
+ * @author liufan
20320
+ * @date 2022年5月25日
20313
20321
  **/
20314
20322
  getPendedhistoryList: function getPendedhistoryList() {
20315
20323
  var _this26 = this;
@@ -20341,12 +20349,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20341
20349
  },
20342
20350
 
20343
20351
  // 提交流程
20344
- /**
20345
- * subProcess
20346
- * @desc:提交流程
20347
- * @author liufan
20348
- * @param {String} formName 当前form表单ref值
20349
- * @date 2022年5月25日
20352
+ /**
20353
+ * subProcess
20354
+ * @desc:提交流程
20355
+ * @author liufan
20356
+ * @param {String} formName 当前form表单ref值
20357
+ * @date 2022年5月25日
20350
20358
  **/
20351
20359
  subProcess: function subProcess(val) {
20352
20360
  var _this27 = this;
@@ -23175,11 +23183,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23175
23183
  });
23176
23184
  },
23177
23185
 
23178
- /**
23179
- * saveInfo
23180
- * @desc:暂存
23181
- * @author liufan
23182
- * @date 2022年9月9日
23186
+ /**
23187
+ * saveInfo
23188
+ * @desc:暂存
23189
+ * @author liufan
23190
+ * @date 2022年9月9日
23183
23191
  **/
23184
23192
  saveInfo: function saveInfo(type, btn) {
23185
23193
  var _this9 = this;
@@ -23241,11 +23249,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23241
23249
  });
23242
23250
  },
23243
23251
 
23244
- /**
23245
- * rejectBtn
23246
- * @desc:点击驳回
23247
- * @author liufan
23248
- * @date 2022年5月25日
23252
+ /**
23253
+ * rejectBtn
23254
+ * @desc:点击驳回
23255
+ * @author liufan
23256
+ * @date 2022年5月25日
23249
23257
  **/
23250
23258
  rejectBtn: function rejectBtn() {
23251
23259
  var _this11 = this;
@@ -23263,11 +23271,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23263
23271
  }
23264
23272
  },
23265
23273
 
23266
- /**
23267
- * taskReadBtn
23268
- * @desc:点击分阅
23269
- * @author liufan
23270
- * @date 2022年5月25日
23274
+ /**
23275
+ * taskReadBtn
23276
+ * @desc:点击分阅
23277
+ * @author liufan
23278
+ * @date 2022年5月25日
23271
23279
  **/
23272
23280
  taskReadBtn: function taskReadBtn() {
23273
23281
  var _this12 = this;
@@ -23286,11 +23294,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23286
23294
  }
23287
23295
  },
23288
23296
 
23289
- /**
23290
- * getFind
23291
- * @desc:获取通知方式
23292
- * @author liufan
23293
- * @date 2022年5月25日
23297
+ /**
23298
+ * getFind
23299
+ * @desc:获取通知方式
23300
+ * @author liufan
23301
+ * @date 2022年5月25日
23294
23302
  **/
23295
23303
  getFind: function getFind() {
23296
23304
  var _this13 = this;
@@ -23356,12 +23364,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23356
23364
  });
23357
23365
  },
23358
23366
 
23359
- /**
23360
- * endFlows
23361
- * @desc:直接办结
23362
- * @author liufan
23363
- * @param {Object} res 直接办结数据
23364
- * @date 2022年5月25日
23367
+ /**
23368
+ * endFlows
23369
+ * @desc:直接办结
23370
+ * @author liufan
23371
+ * @param {Object} res 直接办结数据
23372
+ * @date 2022年5月25日
23365
23373
  **/
23366
23374
  endFlows: function endFlows(res) {
23367
23375
  var _this15 = this;
@@ -23416,12 +23424,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23416
23424
  }).catch(function (e) {});
23417
23425
  },
23418
23426
 
23419
- /**
23420
- * goView
23421
- * @desc:更多流程按钮操作
23422
- * @author liufan
23423
- * @param {Object} res 当前点击操作按钮数据
23424
- * @date 2022年5月25日
23427
+ /**
23428
+ * goView
23429
+ * @desc:更多流程按钮操作
23430
+ * @author liufan
23431
+ * @param {Object} res 当前点击操作按钮数据
23432
+ * @date 2022年5月25日
23425
23433
  **/
23426
23434
  goView: function goView(res) {
23427
23435
  // 驳回并办结:rejectAndEndHtml
@@ -23506,11 +23514,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23506
23514
  // isCanStartSubFlow
23507
23515
  },
23508
23516
 
23509
- /**
23510
- * toTakeAdvice
23511
- * @desc:征求意见
23512
- * @author liufan
23513
- * @date 2022年9月29日
23517
+ /**
23518
+ * toTakeAdvice
23519
+ * @desc:征求意见
23520
+ * @author liufan
23521
+ * @date 2022年9月29日
23514
23522
  **/
23515
23523
  toTakeAdvice: function toTakeAdvice(res) {
23516
23524
  var _this17 = this;
@@ -23554,11 +23562,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23554
23562
  });
23555
23563
  },
23556
23564
 
23557
- /**
23558
- * toStartDraf
23559
- * @desc: 稿件递送、联合审核、复核
23560
- * @author liufan
23561
- * @date 2022年9月29日
23565
+ /**
23566
+ * toStartDraf
23567
+ * @desc: 稿件递送、联合审核、复核
23568
+ * @author liufan
23569
+ * @date 2022年9月29日
23562
23570
  **/
23563
23571
  toStartDraf: function toStartDraf(res) {
23564
23572
  var _this19 = this;
@@ -23572,11 +23580,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23572
23580
  }
23573
23581
  },
23574
23582
 
23575
- /**
23576
- * toSendMsg
23577
- * @desc:核稿通知
23578
- * @author liufan
23579
- * @date 2022年9月29日
23583
+ /**
23584
+ * toSendMsg
23585
+ * @desc:核稿通知
23586
+ * @author liufan
23587
+ * @date 2022年9月29日
23580
23588
  **/
23581
23589
  toSendMsg: function toSendMsg(res) {
23582
23590
  var _this20 = this;
@@ -23590,11 +23598,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23590
23598
  }
23591
23599
  },
23592
23600
 
23593
- /**
23594
- * toTaskReadAndEnd
23595
- * @desc:分阅并办结
23596
- * @author liufan
23597
- * @date 2022年9月29日
23601
+ /**
23602
+ * toTaskReadAndEnd
23603
+ * @desc:分阅并办结
23604
+ * @author liufan
23605
+ * @date 2022年9月29日
23598
23606
  **/
23599
23607
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23600
23608
  var _this21 = this;
@@ -23612,11 +23620,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23612
23620
  }
23613
23621
  },
23614
23622
 
23615
- /**
23616
- * rejectAndEnd
23617
- * @desc:驳回并办结
23618
- * @author liufan
23619
- * @date 2022年9月29日
23623
+ /**
23624
+ * rejectAndEnd
23625
+ * @desc:驳回并办结
23626
+ * @author liufan
23627
+ * @date 2022年9月29日
23620
23628
  **/
23621
23629
  rejectAndEnd: function rejectAndEnd(res) {
23622
23630
  var _this22 = this;
@@ -23672,11 +23680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23672
23680
  });
23673
23681
  },
23674
23682
 
23675
- /**
23676
- * toTransfer
23677
- * @desc:转办
23678
- * @author liufan
23679
- * @date 2022年9月29日
23683
+ /**
23684
+ * toTransfer
23685
+ * @desc:转办
23686
+ * @author liufan
23687
+ * @date 2022年9月29日
23680
23688
  **/
23681
23689
  toTransfer: function toTransfer(res) {
23682
23690
  var _this24 = this;
@@ -23692,11 +23700,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23692
23700
  }
23693
23701
  },
23694
23702
 
23695
- /**
23696
- * getNodeInfo
23697
- * @desc:获取节点信息
23698
- * @author liufan
23699
- * @date 2022年5月25日
23703
+ /**
23704
+ * getNodeInfo
23705
+ * @desc:获取节点信息
23706
+ * @author liufan
23707
+ * @date 2022年5月25日
23700
23708
  **/
23701
23709
  getNodeInfo: function getNodeInfo() {
23702
23710
  var _this25 = this;
@@ -23799,12 +23807,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23799
23807
  });
23800
23808
  },
23801
23809
 
23802
- /**
23803
- * selecNext
23804
- * @desc:下步节点变化时更新数据
23805
- * @author liufan
23806
- * @param {String} val 当前选中值
23807
- * @date 2022年5月25日
23810
+ /**
23811
+ * selecNext
23812
+ * @desc:下步节点变化时更新数据
23813
+ * @author liufan
23814
+ * @param {String} val 当前选中值
23815
+ * @date 2022年5月25日
23808
23816
  **/
23809
23817
  selecNext: function selecNext(val, type, isDef) {
23810
23818
  var _this26 = this;
@@ -23914,11 +23922,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23914
23922
  this.getNodeInfo();
23915
23923
  },
23916
23924
 
23917
- /**
23918
- * isMultiple
23919
- * @desc:是否多选
23920
- * @author liufan
23921
- * @date 2022年9月13日
23925
+ /**
23926
+ * isMultiple
23927
+ * @desc:是否多选
23928
+ * @author liufan
23929
+ * @date 2022年9月13日
23922
23930
  **/
23923
23931
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
23924
23932
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -23950,11 +23958,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23950
23958
  }
23951
23959
  },
23952
23960
 
23953
- /**
23954
- * getHedInfo
23955
- * @desc:获取审核页面数据
23956
- * @author liufan
23957
- * @date 2022年5月25日
23961
+ /**
23962
+ * getHedInfo
23963
+ * @desc:获取审核页面数据
23964
+ * @author liufan
23965
+ * @date 2022年5月25日
23958
23966
  **/
23959
23967
  getHedInfo: function getHedInfo() {
23960
23968
  var _this27 = this;
@@ -24200,13 +24208,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24200
24208
  });
24201
24209
  },
24202
24210
 
24203
- /**
24204
- * closeProcess
24205
- * @desc:关闭弹窗
24206
- * @author liufan
24207
- * @param {boolean} val 当前是否办理流程
24208
- * @param {String} type 当前点击的弹窗类型
24209
- * @date 2022年5月25日
24211
+ /**
24212
+ * closeProcess
24213
+ * @desc:关闭弹窗
24214
+ * @author liufan
24215
+ * @param {boolean} val 当前是否办理流程
24216
+ * @param {String} type 当前点击的弹窗类型
24217
+ * @date 2022年5月25日
24210
24218
  **/
24211
24219
  closeProcess: function closeProcess(val, type, closeParent) {
24212
24220
  if (closeParent) {
@@ -24221,26 +24229,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24221
24229
  if (val == 'taskReadAndEnd' || val == true && type != 'taskRead' || val == 'transfer') {
24222
24230
  this.flowSuccess(true);
24223
24231
  // this.$emit('success');
24232
+ } else {
24233
+ this.$emit('cancel');
24224
24234
  }
24225
24235
  },
24226
24236
 
24227
- /**
24228
- * selectChange
24229
- * @desc:常用语选择
24230
- * @author liufan
24231
- * @param {String} val 选中值
24232
- * @date 2022年5月25日
24237
+ /**
24238
+ * selectChange
24239
+ * @desc:常用语选择
24240
+ * @author liufan
24241
+ * @param {String} val 选中值
24242
+ * @date 2022年5月25日
24233
24243
  **/
24234
24244
  selectChange: function selectChange(val) {
24235
24245
  this.value = val;
24236
24246
  },
24237
24247
 
24238
- /**
24239
- * upDate
24240
- * @desc:修改常用语
24241
- * @author liufan
24242
- * @param {Object} val 修改值
24243
- * @date 2022年5月25日
24248
+ /**
24249
+ * upDate
24250
+ * @desc:修改常用语
24251
+ * @author liufan
24252
+ * @param {Object} val 修改值
24253
+ * @date 2022年5月25日
24244
24254
  **/
24245
24255
  upDate: function upDate(val) {
24246
24256
  this.FormData.id = val.id;
@@ -24248,11 +24258,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24248
24258
  },
24249
24259
 
24250
24260
 
24251
- /**
24252
- * getProcess
24253
- * @desc:获取选择流程
24254
- * @author liufan
24255
- * @date 2022年5月25日
24261
+ /**
24262
+ * getProcess
24263
+ * @desc:获取选择流程
24264
+ * @author liufan
24265
+ * @date 2022年5月25日
24256
24266
  **/
24257
24267
  getProcess: function getProcess(val) {
24258
24268
  var _this28 = this;
@@ -24307,11 +24317,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24307
24317
  });
24308
24318
  },
24309
24319
 
24310
- /**
24311
- * getPendedhistoryList
24312
- * @desc:获取流程列表
24313
- * @author liufan
24314
- * @date 2022年5月25日
24320
+ /**
24321
+ * getPendedhistoryList
24322
+ * @desc:获取流程列表
24323
+ * @author liufan
24324
+ * @date 2022年5月25日
24315
24325
  **/
24316
24326
  getPendedhistoryList: function getPendedhistoryList() {
24317
24327
  var _this29 = this;
@@ -24379,12 +24389,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24379
24389
  },
24380
24390
 
24381
24391
  // 提交流程
24382
- /**
24383
- * subProcess
24384
- * @desc:提交流程
24385
- * @author liufan
24386
- * @param {String} formName 当前form表单ref值
24387
- * @date 2022年5月25日
24392
+ /**
24393
+ * subProcess
24394
+ * @desc:提交流程
24395
+ * @author liufan
24396
+ * @param {String} formName 当前form表单ref值
24397
+ * @date 2022年5月25日
24388
24398
  **/
24389
24399
  subProcess: function subProcess(val, type) {
24390
24400
  var _this31 = this;