eoss-ui 0.6.65 → 0.6.66

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 (223) hide show
  1. package/lib/calogin.js +204 -204
  2. package/lib/eoss-ui.common.js +765 -747
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +311 -296
  5. package/lib/form.js +13 -10
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +132 -132
  8. package/lib/qr-code.js +13 -13
  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 +131 -131
  17. package/packages/calogin/src/plugin.js +748 -748
  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 +989 -989
  29. package/packages/data-table/src/main.vue +1822 -1822
  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 +346 -332
  49. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  50. package/packages/flow/src/component/CustomPreset.vue +322 -322
  51. package/packages/flow/src/component/FileList.vue +99 -99
  52. package/packages/flow/src/component/Preset.vue +255 -255
  53. package/packages/flow/src/component/SendMsg.vue +241 -241
  54. package/packages/flow/src/component/TimeLimit.vue +190 -190
  55. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  56. package/packages/flow/src/form.vue +121 -121
  57. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  58. package/packages/flow/src/main.vue +3361 -3359
  59. package/packages/flow/src/processForm.vue +1091 -1091
  60. package/packages/flow/src/processReject.vue +294 -294
  61. package/packages/flow/src/reset.vue +900 -900
  62. package/packages/flow/src/startTaskRead.vue +659 -659
  63. package/packages/flow/src/supervise.vue +149 -149
  64. package/packages/flow/src/table.vue +58 -58
  65. package/packages/flow-group/index.js +5 -5
  66. package/packages/flow-group/src/main.vue +688 -688
  67. package/packages/flow-list/index.js +5 -5
  68. package/packages/flow-list/src/main.vue +1750 -1750
  69. package/packages/form/index.js +5 -5
  70. package/packages/form/src/main.vue +3581 -3581
  71. package/packages/form/src/table.vue +1426 -1426
  72. package/packages/handle-user/index.js +5 -5
  73. package/packages/handle-user/src/main.vue +138 -138
  74. package/packages/handler/index.js +5 -5
  75. package/packages/handler/src/main.vue +493 -493
  76. package/packages/icon/index.js +5 -5
  77. package/packages/icon/src/main.vue +101 -101
  78. package/packages/icons/index.js +5 -5
  79. package/packages/icons/src/main.vue +81 -81
  80. package/packages/input/index.js +5 -5
  81. package/packages/input/src/main.vue +356 -356
  82. package/packages/input-number/index.js +5 -5
  83. package/packages/input-number/src/main.vue +106 -106
  84. package/packages/label/index.js +5 -5
  85. package/packages/label/src/main.vue +457 -457
  86. package/packages/layout/index.js +5 -5
  87. package/packages/layout/src/item.vue +152 -152
  88. package/packages/layout/src/main.vue +31 -31
  89. package/packages/login/index.js +5 -5
  90. package/packages/login/src/main.vue +1988 -1988
  91. package/packages/login/src/resetPassword.vue +562 -562
  92. package/packages/main/index.js +5 -5
  93. package/packages/main/src/default/message.vue +249 -249
  94. package/packages/main/src/default/notice.vue +157 -157
  95. package/packages/main/src/default/userinfo.vue +503 -503
  96. package/packages/main/src/public/online.vue +89 -89
  97. package/packages/main/src/public/search.vue +462 -462
  98. package/packages/main/src/public/settings.vue +221 -221
  99. package/packages/main/src/simplicity/apps.vue +388 -388
  100. package/packages/main/src/simplicity/avatar.vue +83 -83
  101. package/packages/main/src/simplicity/handler.vue +259 -259
  102. package/packages/main/src/simplicity/index.vue +2089 -2089
  103. package/packages/main/src/simplicity/lists.vue +84 -84
  104. package/packages/main/src/simplicity/menu-list.vue +135 -135
  105. package/packages/main/src/simplicity/message.vue +259 -259
  106. package/packages/main/src/simplicity/notice.vue +190 -190
  107. package/packages/main/src/simplicity/router-page.vue +45 -45
  108. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  109. package/packages/main/src/simplicity/user.vue +257 -257
  110. package/packages/main/src/simplicity/userinfo.vue +312 -312
  111. package/packages/menu/index.js +5 -5
  112. package/packages/menu/src/main.vue +584 -584
  113. package/packages/nav/index.js +5 -5
  114. package/packages/nav/src/main.vue +351 -351
  115. package/packages/notify/index.js +5 -5
  116. package/packages/notify/src/main.vue +538 -538
  117. package/packages/page/index.js +5 -5
  118. package/packages/page/src/main.vue +167 -167
  119. package/packages/pagination/index.js +5 -5
  120. package/packages/pagination/src/main.vue +96 -96
  121. package/packages/player/index.js +5 -5
  122. package/packages/player/src/main.vue +194 -194
  123. package/packages/qr-code/index.js +5 -5
  124. package/packages/qr-code/src/main.vue +170 -170
  125. package/packages/radio-group/index.js +6 -6
  126. package/packages/radio-group/src/main.vue +319 -319
  127. package/packages/retrial-auth/index.js +5 -5
  128. package/packages/retrial-auth/src/main.vue +280 -280
  129. package/packages/select/index.js +5 -5
  130. package/packages/select/src/main.vue +778 -778
  131. package/packages/select-ganged/index.js +5 -5
  132. package/packages/select-ganged/src/main.vue +724 -724
  133. package/packages/selector/index.js +5 -5
  134. package/packages/selector/src/main.vue +687 -687
  135. package/packages/selector-panel/index.js +5 -5
  136. package/packages/selector-panel/src/main.vue +1027 -1027
  137. package/packages/selector-panel/src/selection.vue +177 -177
  138. package/packages/selector-panel/src/tree.vue +129 -129
  139. package/packages/sizer/index.js +5 -5
  140. package/packages/sizer/src/main.vue +254 -254
  141. package/packages/steps/index.js +5 -5
  142. package/packages/steps/src/main.vue +181 -181
  143. package/packages/switch/index.js +5 -5
  144. package/packages/switch/src/main.vue +154 -154
  145. package/packages/table-form/index.js +5 -5
  146. package/packages/tabs/index.js +5 -5
  147. package/packages/tabs/src/main.vue +788 -788
  148. package/packages/tabs-panel/index.js +5 -5
  149. package/packages/tabs-panel/src/main.vue +29 -29
  150. package/packages/theme-chalk/src/base.scss +261 -261
  151. package/packages/theme-chalk/src/button-group.scss +176 -176
  152. package/packages/theme-chalk/src/button.scss +24 -24
  153. package/packages/theme-chalk/src/calendar.scss +113 -113
  154. package/packages/theme-chalk/src/card.scss +99 -99
  155. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  156. package/packages/theme-chalk/src/clients.scss +87 -87
  157. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  158. package/packages/theme-chalk/src/data-table.scss +293 -293
  159. package/packages/theme-chalk/src/date-picker.scss +7 -7
  160. package/packages/theme-chalk/src/dialog.scss +77 -77
  161. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  162. package/packages/theme-chalk/src/enterprise.scss +5 -5
  163. package/packages/theme-chalk/src/error-page.scss +18 -18
  164. package/packages/theme-chalk/src/flow-group.scss +110 -110
  165. package/packages/theme-chalk/src/flow-list.scss +39 -39
  166. package/packages/theme-chalk/src/flow.scss +343 -343
  167. package/packages/theme-chalk/src/form.scss +496 -496
  168. package/packages/theme-chalk/src/handle-user.scss +40 -40
  169. package/packages/theme-chalk/src/handler.scss +143 -143
  170. package/packages/theme-chalk/src/icon.scss +1792 -1792
  171. package/packages/theme-chalk/src/icons.scss +99 -99
  172. package/packages/theme-chalk/src/input.scss +9 -9
  173. package/packages/theme-chalk/src/label.scss +24 -24
  174. package/packages/theme-chalk/src/layout.scss +46 -46
  175. package/packages/theme-chalk/src/login.scss +981 -981
  176. package/packages/theme-chalk/src/main.scss +663 -663
  177. package/packages/theme-chalk/src/menu.scss +222 -222
  178. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  179. package/packages/theme-chalk/src/nav.scss +111 -111
  180. package/packages/theme-chalk/src/page.scss +3 -3
  181. package/packages/theme-chalk/src/pagination.scss +29 -29
  182. package/packages/theme-chalk/src/player.scss +9 -9
  183. package/packages/theme-chalk/src/qr-code.scss +17 -17
  184. package/packages/theme-chalk/src/radio-group.scss +9 -9
  185. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  186. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  187. package/packages/theme-chalk/src/select.scss +8 -8
  188. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  189. package/packages/theme-chalk/src/selector.scss +91 -91
  190. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  191. package/packages/theme-chalk/src/sizer.scss +36 -36
  192. package/packages/theme-chalk/src/steps.scss +88 -88
  193. package/packages/theme-chalk/src/switch.scss +3 -3
  194. package/packages/theme-chalk/src/table-form.scss +1 -1
  195. package/packages/theme-chalk/src/tabs.scss +87 -87
  196. package/packages/theme-chalk/src/tips.scss +7 -7
  197. package/packages/theme-chalk/src/toolbar.scss +179 -179
  198. package/packages/theme-chalk/src/tree-group.scss +72 -72
  199. package/packages/theme-chalk/src/tree.scss +165 -165
  200. package/packages/theme-chalk/src/upload.scss +168 -168
  201. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  202. package/packages/tips/index.js +5 -5
  203. package/packages/tips/src/main.vue +141 -141
  204. package/packages/toolbar/index.js +5 -5
  205. package/packages/toolbar/src/main.vue +430 -430
  206. package/packages/tree/index.js +5 -5
  207. package/packages/tree-group/index.js +5 -5
  208. package/packages/upload/index.js +5 -5
  209. package/packages/upload/src/main.vue +1347 -1347
  210. package/packages/upload/src/picture.js +15 -15
  211. package/packages/wujie/index.js +5 -5
  212. package/packages/wujie/src/main.vue +145 -145
  213. package/packages/wxlogin/index.js +5 -5
  214. package/packages/wxlogin/src/main.vue +128 -128
  215. package/src/config/api.js +290 -290
  216. package/src/config/image.js +2 -2
  217. package/src/index.js +1 -1
  218. package/src/utils/bus.js +3 -3
  219. package/src/utils/date-util.js +312 -312
  220. package/src/utils/http.js +50 -50
  221. package/src/utils/rules.js +18 -18
  222. package/src/utils/store.js +21 -21
  223. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -4421,7 +4421,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4421
4421
  // ESM COMPAT FLAG
4422
4422
  __webpack_require__.r(__webpack_exports__);
4423
4423
 
4424
- // 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=07497b53&
4424
+ // 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=fe0ac130&
4425
4425
  var render = function () {
4426
4426
  var _vm = this
4427
4427
  var _h = _vm.$createElement
@@ -4533,6 +4533,7 @@ var render = function () {
4533
4533
  staticStyle: { "margin-top": "10px" },
4534
4534
  attrs: {
4535
4535
  businessId: _vm.businessId,
4536
+ selectorParams: _vm.params,
4536
4537
  showBtn: false,
4537
4538
  processDefinitionId: _vm.nodeInfo.nextNode,
4538
4539
  simpleTips: _vm.simpleTips,
@@ -5695,11 +5696,7 @@ var render = function () {
5695
5696
  "department",
5696
5697
  "employee",
5697
5698
  ],
5698
- params: {
5699
- filid:
5700
- _vm.userModel
5701
- .orgId,
5702
- },
5699
+ params: _vm.params,
5703
5700
  },
5704
5701
  on: {
5705
5702
  change: function (
@@ -6635,6 +6632,7 @@ var render = function () {
6635
6632
  businessId: _vm.businessId,
6636
6633
  processDefinitionId: _vm.nodeInfo.nextNode,
6637
6634
  simpleTips: _vm.simpleTips,
6635
+ selectorParams: _vm.params,
6638
6636
  oldOption: _vm.value,
6639
6637
  },
6640
6638
  on: {
@@ -6982,7 +6980,7 @@ var staticRenderFns = []
6982
6980
  render._withStripped = true
6983
6981
 
6984
6982
 
6985
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=07497b53&
6983
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
6986
6984
 
6987
6985
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6988
6986
  var regenerator_ = __webpack_require__(4);
@@ -7800,21 +7798,21 @@ var _components;
7800
7798
  return validSate;
7801
7799
  },
7802
7800
 
7803
- /**
7804
- * changeOpinion
7805
- * @desc:监听意见变化
7806
- * @author liufan
7807
- * @date 2022年10月28日
7801
+ /**
7802
+ * changeOpinion
7803
+ * @desc:监听意见变化
7804
+ * @author liufan
7805
+ * @date 2022年10月28日
7808
7806
  **/
7809
7807
  changeOpinion: function changeOpinion() {
7810
7808
  this.$emit('change', this.form.value);
7811
7809
  },
7812
7810
 
7813
- /**
7814
- * getCommonOpion
7815
- * @desc:获取意见
7816
- * @author liufan
7817
- * @date 2022年5月25日
7811
+ /**
7812
+ * getCommonOpion
7813
+ * @desc:获取意见
7814
+ * @author liufan
7815
+ * @date 2022年5月25日
7818
7816
  **/
7819
7817
  getCommonOpion: function getCommonOpion() {
7820
7818
  var _this = this;
@@ -7843,24 +7841,24 @@ var _components;
7843
7841
  });
7844
7842
  },
7845
7843
 
7846
- /**
7847
- * upDate
7848
- * @desc:修改常用语
7849
- * @author liufan
7850
- * @param {Object} val 修改值
7851
- * @date 2022年5月25日
7844
+ /**
7845
+ * upDate
7846
+ * @desc:修改常用语
7847
+ * @author liufan
7848
+ * @param {Object} val 修改值
7849
+ * @date 2022年5月25日
7852
7850
  **/
7853
7851
  upDate: function upDate(val) {
7854
7852
  this.FormData.id = val.id;
7855
7853
  this.addVisible = true;
7856
7854
  },
7857
7855
 
7858
- /**
7859
- * selectChange
7860
- * @desc:常用语选择
7861
- * @author liufan
7862
- * @param {String} val 选中值
7863
- * @date 2022年5月25日
7856
+ /**
7857
+ * selectChange
7858
+ * @desc:常用语选择
7859
+ * @author liufan
7860
+ * @param {String} val 选中值
7861
+ * @date 2022年5月25日
7864
7862
  **/
7865
7863
  selectChange: function selectChange(val) {
7866
7864
  var _this2 = this;
@@ -7879,12 +7877,12 @@ var _components;
7879
7877
  });
7880
7878
  },
7881
7879
 
7882
- /**
7883
- * del
7884
- * @desc:删除常用语
7885
- * @author liufan
7886
- * @param {Object} val 删除的数据
7887
- * @date 2022年5月25日
7880
+ /**
7881
+ * del
7882
+ * @desc:删除常用语
7883
+ * @author liufan
7884
+ * @param {Object} val 删除的数据
7885
+ * @date 2022年5月25日
7888
7886
  **/
7889
7887
  del: function del(val) {
7890
7888
  var _this3 = this;
@@ -7926,12 +7924,12 @@ var _components;
7926
7924
  }).catch(function (e) {});
7927
7925
  },
7928
7926
 
7929
- /**
7930
- * submit
7931
- * @desc:新增/编辑意见保存
7932
- * @author liufan
7933
- * @param {Object} val 保存数据
7934
- * @date 2022年5月25日
7927
+ /**
7928
+ * submit
7929
+ * @desc:新增/编辑意见保存
7930
+ * @author liufan
7931
+ * @param {Object} val 保存数据
7932
+ * @date 2022年5月25日
7935
7933
  **/
7936
7934
  submit: function submit(val) {
7937
7935
  var _this4 = this;
@@ -10945,11 +10943,11 @@ var processFormvue_type_script_lang_js_components;
10945
10943
  });
10946
10944
  },
10947
10945
 
10948
- /**
10949
- * isMultiple
10950
- * @desc:是否多选
10951
- * @author liufan
10952
- * @date 2022年9月13日
10946
+ /**
10947
+ * isMultiple
10948
+ * @desc:是否多选
10949
+ * @author liufan
10950
+ * @date 2022年9月13日
10953
10951
  **/
10954
10952
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10955
10953
  var multiple = false;
@@ -14820,11 +14818,11 @@ var resetvue_type_script_lang_js_components;
14820
14818
  });
14821
14819
  },
14822
14820
 
14823
- /**
14824
- * isMultiple
14825
- * @desc:是否多选
14826
- * @author liufan
14827
- * @date 2022年9月13日
14821
+ /**
14822
+ * isMultiple
14823
+ * @desc:是否多选
14824
+ * @author liufan
14825
+ * @date 2022年9月13日
14828
14826
  **/
14829
14827
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14830
14828
  var multiple = false;
@@ -19197,11 +19195,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19197
19195
  });
19198
19196
  },
19199
19197
 
19200
- /**
19201
- * saveInfo
19202
- * @desc:暂存
19203
- * @author liufan
19204
- * @date 2022年9月9日
19198
+ /**
19199
+ * saveInfo
19200
+ * @desc:暂存
19201
+ * @author liufan
19202
+ * @date 2022年9月9日
19205
19203
  **/
19206
19204
  saveInfo: function saveInfo(type, btn) {
19207
19205
  var _this6 = this;
@@ -19263,11 +19261,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19263
19261
  });
19264
19262
  },
19265
19263
 
19266
- /**
19267
- * rejectBtn
19268
- * @desc:点击驳回
19269
- * @author liufan
19270
- * @date 2022年5月25日
19264
+ /**
19265
+ * rejectBtn
19266
+ * @desc:点击驳回
19267
+ * @author liufan
19268
+ * @date 2022年5月25日
19271
19269
  **/
19272
19270
  rejectBtn: function rejectBtn() {
19273
19271
  var _this8 = this;
@@ -19285,11 +19283,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19285
19283
  }
19286
19284
  },
19287
19285
 
19288
- /**
19289
- * taskReadBtn
19290
- * @desc:点击分阅
19291
- * @author liufan
19292
- * @date 2022年5月25日
19286
+ /**
19287
+ * taskReadBtn
19288
+ * @desc:点击分阅
19289
+ * @author liufan
19290
+ * @date 2022年5月25日
19293
19291
  **/
19294
19292
  taskReadBtn: function taskReadBtn() {
19295
19293
  var _this9 = this;
@@ -19308,11 +19306,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19308
19306
  }
19309
19307
  },
19310
19308
 
19311
- /**
19312
- * getFind
19313
- * @desc:获取通知方式
19314
- * @author liufan
19315
- * @date 2022年5月25日
19309
+ /**
19310
+ * getFind
19311
+ * @desc:获取通知方式
19312
+ * @author liufan
19313
+ * @date 2022年5月25日
19316
19314
  **/
19317
19315
  getFind: function getFind() {
19318
19316
  var _this10 = this;
@@ -19367,12 +19365,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19367
19365
  });
19368
19366
  },
19369
19367
 
19370
- /**
19371
- * endFlows
19372
- * @desc:直接办结
19373
- * @author liufan
19374
- * @param {Object} res 直接办结数据
19375
- * @date 2022年5月25日
19368
+ /**
19369
+ * endFlows
19370
+ * @desc:直接办结
19371
+ * @author liufan
19372
+ * @param {Object} res 直接办结数据
19373
+ * @date 2022年5月25日
19376
19374
  **/
19377
19375
  endFlows: function endFlows(res) {
19378
19376
  var _this12 = this;
@@ -19426,12 +19424,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19426
19424
  }).catch(function (e) {});
19427
19425
  },
19428
19426
 
19429
- /**
19430
- * goView
19431
- * @desc:更多流程按钮操作
19432
- * @author liufan
19433
- * @param {Object} res 当前点击操作按钮数据
19434
- * @date 2022年5月25日
19427
+ /**
19428
+ * goView
19429
+ * @desc:更多流程按钮操作
19430
+ * @author liufan
19431
+ * @param {Object} res 当前点击操作按钮数据
19432
+ * @date 2022年5月25日
19435
19433
  **/
19436
19434
  goView: function goView(res) {
19437
19435
  // 驳回并办结:rejectAndEndHtml
@@ -19516,11 +19514,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19516
19514
  // isCanStartSubFlow
19517
19515
  },
19518
19516
 
19519
- /**
19520
- * toTakeAdvice
19521
- * @desc:征求意见
19522
- * @author liufan
19523
- * @date 2022年9月29日
19517
+ /**
19518
+ * toTakeAdvice
19519
+ * @desc:征求意见
19520
+ * @author liufan
19521
+ * @date 2022年9月29日
19524
19522
  **/
19525
19523
  toTakeAdvice: function toTakeAdvice(res) {
19526
19524
  var _this14 = this;
@@ -19564,11 +19562,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19564
19562
  });
19565
19563
  },
19566
19564
 
19567
- /**
19568
- * toStartDraf
19569
- * @desc: 稿件递送、联合审核、复核
19570
- * @author liufan
19571
- * @date 2022年9月29日
19565
+ /**
19566
+ * toStartDraf
19567
+ * @desc: 稿件递送、联合审核、复核
19568
+ * @author liufan
19569
+ * @date 2022年9月29日
19572
19570
  **/
19573
19571
  toStartDraf: function toStartDraf(res) {
19574
19572
  var _this16 = this;
@@ -19582,11 +19580,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19582
19580
  }
19583
19581
  },
19584
19582
 
19585
- /**
19586
- * toSendMsg
19587
- * @desc:核稿通知
19588
- * @author liufan
19589
- * @date 2022年9月29日
19583
+ /**
19584
+ * toSendMsg
19585
+ * @desc:核稿通知
19586
+ * @author liufan
19587
+ * @date 2022年9月29日
19590
19588
  **/
19591
19589
  toSendMsg: function toSendMsg(res) {
19592
19590
  var _this17 = this;
@@ -19600,11 +19598,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19600
19598
  }
19601
19599
  },
19602
19600
 
19603
- /**
19604
- * toTaskReadAndEnd
19605
- * @desc:分阅并办结
19606
- * @author liufan
19607
- * @date 2022年9月29日
19601
+ /**
19602
+ * toTaskReadAndEnd
19603
+ * @desc:分阅并办结
19604
+ * @author liufan
19605
+ * @date 2022年9月29日
19608
19606
  **/
19609
19607
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19610
19608
  var _this18 = this;
@@ -19622,11 +19620,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19622
19620
  }
19623
19621
  },
19624
19622
 
19625
- /**
19626
- * rejectAndEnd
19627
- * @desc:驳回并办结
19628
- * @author liufan
19629
- * @date 2022年9月29日
19623
+ /**
19624
+ * rejectAndEnd
19625
+ * @desc:驳回并办结
19626
+ * @author liufan
19627
+ * @date 2022年9月29日
19630
19628
  **/
19631
19629
  rejectAndEnd: function rejectAndEnd(res) {
19632
19630
  var _this19 = this;
@@ -19681,11 +19679,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19681
19679
  });
19682
19680
  },
19683
19681
 
19684
- /**
19685
- * toTransfer
19686
- * @desc:转办
19687
- * @author liufan
19688
- * @date 2022年9月29日
19682
+ /**
19683
+ * toTransfer
19684
+ * @desc:转办
19685
+ * @author liufan
19686
+ * @date 2022年9月29日
19689
19687
  **/
19690
19688
  toTransfer: function toTransfer(res) {
19691
19689
  var _this21 = this;
@@ -19701,11 +19699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19701
19699
  }
19702
19700
  },
19703
19701
 
19704
- /**
19705
- * getNodeInfo
19706
- * @desc:获取节点信息
19707
- * @author liufan
19708
- * @date 2022年5月25日
19702
+ /**
19703
+ * getNodeInfo
19704
+ * @desc:获取节点信息
19705
+ * @author liufan
19706
+ * @date 2022年5月25日
19709
19707
  **/
19710
19708
  getNodeInfo: function getNodeInfo() {
19711
19709
  var _this22 = this;
@@ -19804,12 +19802,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19804
19802
  });
19805
19803
  },
19806
19804
 
19807
- /**
19808
- * selecNext
19809
- * @desc:下步节点变化时更新数据
19810
- * @author liufan
19811
- * @param {String} val 当前选中值
19812
- * @date 2022年5月25日
19805
+ /**
19806
+ * selecNext
19807
+ * @desc:下步节点变化时更新数据
19808
+ * @author liufan
19809
+ * @param {String} val 当前选中值
19810
+ * @date 2022年5月25日
19813
19811
  **/
19814
19812
  selecNext: function selecNext(val, type, isDef) {
19815
19813
  var _this23 = this;
@@ -19918,11 +19916,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19918
19916
  if (isDef !== true) this.getNodeInfo();
19919
19917
  },
19920
19918
 
19921
- /**
19922
- * isMultiple
19923
- * @desc:是否多选
19924
- * @author liufan
19925
- * @date 2022年9月13日
19919
+ /**
19920
+ * isMultiple
19921
+ * @desc:是否多选
19922
+ * @author liufan
19923
+ * @date 2022年9月13日
19926
19924
  **/
19927
19925
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19928
19926
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19954,11 +19952,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19954
19952
  }
19955
19953
  },
19956
19954
 
19957
- /**
19958
- * getHedInfo
19959
- * @desc:获取审核页面数据
19960
- * @author liufan
19961
- * @date 2022年5月25日
19955
+ /**
19956
+ * getHedInfo
19957
+ * @desc:获取审核页面数据
19958
+ * @author liufan
19959
+ * @date 2022年5月25日
19962
19960
  **/
19963
19961
  getHedInfo: function getHedInfo() {
19964
19962
  var _this24 = this;
@@ -20194,13 +20192,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20194
20192
  });
20195
20193
  },
20196
20194
 
20197
- /**
20198
- * closeProcess
20199
- * @desc:关闭弹窗
20200
- * @author liufan
20201
- * @param {boolean} val 当前是否办理流程
20202
- * @param {String} type 当前点击的弹窗类型
20203
- * @date 2022年5月25日
20195
+ /**
20196
+ * closeProcess
20197
+ * @desc:关闭弹窗
20198
+ * @author liufan
20199
+ * @param {boolean} val 当前是否办理流程
20200
+ * @param {String} type 当前点击的弹窗类型
20201
+ * @date 2022年5月25日
20204
20202
  **/
20205
20203
  closeProcess: function closeProcess(val, type, closeParent) {
20206
20204
  if (closeParent) {
@@ -20217,23 +20215,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20217
20215
  }
20218
20216
  },
20219
20217
 
20220
- /**
20221
- * selectChange
20222
- * @desc:常用语选择
20223
- * @author liufan
20224
- * @param {String} val 选中值
20225
- * @date 2022年5月25日
20218
+ /**
20219
+ * selectChange
20220
+ * @desc:常用语选择
20221
+ * @author liufan
20222
+ * @param {String} val 选中值
20223
+ * @date 2022年5月25日
20226
20224
  **/
20227
20225
  selectChange: function selectChange(val) {
20228
20226
  this.value = val;
20229
20227
  },
20230
20228
 
20231
- /**
20232
- * upDate
20233
- * @desc:修改常用语
20234
- * @author liufan
20235
- * @param {Object} val 修改值
20236
- * @date 2022年5月25日
20229
+ /**
20230
+ * upDate
20231
+ * @desc:修改常用语
20232
+ * @author liufan
20233
+ * @param {Object} val 修改值
20234
+ * @date 2022年5月25日
20237
20235
  **/
20238
20236
  upDate: function upDate(val) {
20239
20237
  this.FormData.id = val.id;
@@ -20241,11 +20239,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20241
20239
  },
20242
20240
 
20243
20241
 
20244
- /**
20245
- * getProcess
20246
- * @desc:获取选择流程
20247
- * @author liufan
20248
- * @date 2022年5月25日
20242
+ /**
20243
+ * getProcess
20244
+ * @desc:获取选择流程
20245
+ * @author liufan
20246
+ * @date 2022年5月25日
20249
20247
  **/
20250
20248
  getProcess: function getProcess() {
20251
20249
  var _this25 = this;
@@ -20299,11 +20297,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20299
20297
  });
20300
20298
  },
20301
20299
 
20302
- /**
20303
- * getPendedhistoryList
20304
- * @desc:获取流程列表
20305
- * @author liufan
20306
- * @date 2022年5月25日
20300
+ /**
20301
+ * getPendedhistoryList
20302
+ * @desc:获取流程列表
20303
+ * @author liufan
20304
+ * @date 2022年5月25日
20307
20305
  **/
20308
20306
  getPendedhistoryList: function getPendedhistoryList() {
20309
20307
  var _this26 = this;
@@ -20335,12 +20333,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20335
20333
  },
20336
20334
 
20337
20335
  // 提交流程
20338
- /**
20339
- * subProcess
20340
- * @desc:提交流程
20341
- * @author liufan
20342
- * @param {String} formName 当前form表单ref值
20343
- * @date 2022年5月25日
20336
+ /**
20337
+ * subProcess
20338
+ * @desc:提交流程
20339
+ * @author liufan
20340
+ * @param {String} formName 当前form表单ref值
20341
+ * @date 2022年5月25日
20344
20342
  **/
20345
20343
  subProcess: function subProcess(val) {
20346
20344
  var _this27 = this;
@@ -20936,8 +20934,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
20936
20934
  )
20937
20935
 
20938
20936
  /* harmony default export */ var supervise = (supervise_component.exports);
20939
- // 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/Circulate.vue?vue&type=template&id=cd78d70e&
20940
- var Circulatevue_type_template_id_cd78d70e_render = function () {
20937
+ // 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/Circulate.vue?vue&type=template&id=1012ba25&
20938
+ var Circulatevue_type_template_id_1012ba25_render = function () {
20941
20939
  var _vm = this
20942
20940
  var _h = _vm.$createElement
20943
20941
  var _c = _vm._self._c || _h
@@ -21125,11 +21123,11 @@ var Circulatevue_type_template_id_cd78d70e_render = function () {
21125
21123
  1
21126
21124
  )
21127
21125
  }
21128
- var Circulatevue_type_template_id_cd78d70e_staticRenderFns = []
21129
- Circulatevue_type_template_id_cd78d70e_render._withStripped = true
21126
+ var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
21127
+ Circulatevue_type_template_id_1012ba25_render._withStripped = true
21130
21128
 
21131
21129
 
21132
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=cd78d70e&
21130
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
21133
21131
 
21134
21132
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
21135
21133
  var Circulatevue_type_script_lang_js_components;
@@ -21235,7 +21233,8 @@ var Circulatevue_type_script_lang_js_components;
21235
21233
  disabled: { type: Boolean, default: false },
21236
21234
  simpleTips: { type: Boolean, default: true },
21237
21235
  showBtn: { type: Boolean, default: true },
21238
- multiple: { type: Boolean, default: true }
21236
+ multiple: { type: Boolean, default: true },
21237
+ selectorParams: { type: Object, default: function _default() {} }
21239
21238
  },
21240
21239
  inheritAttrs: false,
21241
21240
  data: function data() {
@@ -21269,11 +21268,20 @@ var Circulatevue_type_script_lang_js_components;
21269
21268
  isHideCurrentOrg: 0,
21270
21269
  isOpinionRequired: 0,
21271
21270
  otherParams: { filid: 'other' },
21272
- loading: false
21271
+ loading: false,
21272
+ userModel: {}
21273
21273
  };
21274
21274
  },
21275
21275
 
21276
21276
  watch: {
21277
+ selectorParams: {
21278
+ handler: function handler(val) {
21279
+ this.params = val;
21280
+ },
21281
+
21282
+ deep: true,
21283
+ immediate: true
21284
+ },
21277
21285
  oldOption: {
21278
21286
  handler: function handler(val) {
21279
21287
  this.opinion = val;
@@ -21284,6 +21292,11 @@ var Circulatevue_type_script_lang_js_components;
21284
21292
  }
21285
21293
  },
21286
21294
  mounted: function mounted() {
21295
+ var mainConfig = util["a" /* default */].getStorage('mainConfig');
21296
+ if (mainConfig) {
21297
+ this.userModel = JSON.parse(mainConfig).userModel;
21298
+ this.params.filid = this.userModel.orgId;
21299
+ }
21287
21300
  this.loading = true;
21288
21301
  this.newMultiple = this.multiple;
21289
21302
  this.opinion = this.oldOption;
@@ -21466,8 +21479,8 @@ var Circulatevue_type_script_lang_js_components;
21466
21479
 
21467
21480
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
21468
21481
  component_Circulatevue_type_script_lang_js_,
21469
- Circulatevue_type_template_id_cd78d70e_render,
21470
- Circulatevue_type_template_id_cd78d70e_staticRenderFns,
21482
+ Circulatevue_type_template_id_1012ba25_render,
21483
+ Circulatevue_type_template_id_1012ba25_staticRenderFns,
21471
21484
  false,
21472
21485
  null,
21473
21486
  null,
@@ -22428,6 +22441,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22428
22441
  //
22429
22442
  //
22430
22443
  //
22444
+ //
22445
+ //
22431
22446
 
22432
22447
 
22433
22448
 
@@ -23142,11 +23157,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23142
23157
  });
23143
23158
  },
23144
23159
 
23145
- /**
23146
- * saveInfo
23147
- * @desc:暂存
23148
- * @author liufan
23149
- * @date 2022年9月9日
23160
+ /**
23161
+ * saveInfo
23162
+ * @desc:暂存
23163
+ * @author liufan
23164
+ * @date 2022年9月9日
23150
23165
  **/
23151
23166
  saveInfo: function saveInfo(type, btn) {
23152
23167
  var _this9 = this;
@@ -23208,11 +23223,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23208
23223
  });
23209
23224
  },
23210
23225
 
23211
- /**
23212
- * rejectBtn
23213
- * @desc:点击驳回
23214
- * @author liufan
23215
- * @date 2022年5月25日
23226
+ /**
23227
+ * rejectBtn
23228
+ * @desc:点击驳回
23229
+ * @author liufan
23230
+ * @date 2022年5月25日
23216
23231
  **/
23217
23232
  rejectBtn: function rejectBtn() {
23218
23233
  var _this11 = this;
@@ -23230,11 +23245,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23230
23245
  }
23231
23246
  },
23232
23247
 
23233
- /**
23234
- * taskReadBtn
23235
- * @desc:点击分阅
23236
- * @author liufan
23237
- * @date 2022年5月25日
23248
+ /**
23249
+ * taskReadBtn
23250
+ * @desc:点击分阅
23251
+ * @author liufan
23252
+ * @date 2022年5月25日
23238
23253
  **/
23239
23254
  taskReadBtn: function taskReadBtn() {
23240
23255
  var _this12 = this;
@@ -23253,11 +23268,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23253
23268
  }
23254
23269
  },
23255
23270
 
23256
- /**
23257
- * getFind
23258
- * @desc:获取通知方式
23259
- * @author liufan
23260
- * @date 2022年5月25日
23271
+ /**
23272
+ * getFind
23273
+ * @desc:获取通知方式
23274
+ * @author liufan
23275
+ * @date 2022年5月25日
23261
23276
  **/
23262
23277
  getFind: function getFind() {
23263
23278
  var _this13 = this;
@@ -23323,12 +23338,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23323
23338
  });
23324
23339
  },
23325
23340
 
23326
- /**
23327
- * endFlows
23328
- * @desc:直接办结
23329
- * @author liufan
23330
- * @param {Object} res 直接办结数据
23331
- * @date 2022年5月25日
23341
+ /**
23342
+ * endFlows
23343
+ * @desc:直接办结
23344
+ * @author liufan
23345
+ * @param {Object} res 直接办结数据
23346
+ * @date 2022年5月25日
23332
23347
  **/
23333
23348
  endFlows: function endFlows(res) {
23334
23349
  var _this15 = this;
@@ -23383,12 +23398,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23383
23398
  }).catch(function (e) {});
23384
23399
  },
23385
23400
 
23386
- /**
23387
- * goView
23388
- * @desc:更多流程按钮操作
23389
- * @author liufan
23390
- * @param {Object} res 当前点击操作按钮数据
23391
- * @date 2022年5月25日
23401
+ /**
23402
+ * goView
23403
+ * @desc:更多流程按钮操作
23404
+ * @author liufan
23405
+ * @param {Object} res 当前点击操作按钮数据
23406
+ * @date 2022年5月25日
23392
23407
  **/
23393
23408
  goView: function goView(res) {
23394
23409
  // 驳回并办结:rejectAndEndHtml
@@ -23473,11 +23488,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23473
23488
  // isCanStartSubFlow
23474
23489
  },
23475
23490
 
23476
- /**
23477
- * toTakeAdvice
23478
- * @desc:征求意见
23479
- * @author liufan
23480
- * @date 2022年9月29日
23491
+ /**
23492
+ * toTakeAdvice
23493
+ * @desc:征求意见
23494
+ * @author liufan
23495
+ * @date 2022年9月29日
23481
23496
  **/
23482
23497
  toTakeAdvice: function toTakeAdvice(res) {
23483
23498
  var _this17 = this;
@@ -23521,11 +23536,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23521
23536
  });
23522
23537
  },
23523
23538
 
23524
- /**
23525
- * toStartDraf
23526
- * @desc: 稿件递送、联合审核、复核
23527
- * @author liufan
23528
- * @date 2022年9月29日
23539
+ /**
23540
+ * toStartDraf
23541
+ * @desc: 稿件递送、联合审核、复核
23542
+ * @author liufan
23543
+ * @date 2022年9月29日
23529
23544
  **/
23530
23545
  toStartDraf: function toStartDraf(res) {
23531
23546
  var _this19 = this;
@@ -23539,11 +23554,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23539
23554
  }
23540
23555
  },
23541
23556
 
23542
- /**
23543
- * toSendMsg
23544
- * @desc:核稿通知
23545
- * @author liufan
23546
- * @date 2022年9月29日
23557
+ /**
23558
+ * toSendMsg
23559
+ * @desc:核稿通知
23560
+ * @author liufan
23561
+ * @date 2022年9月29日
23547
23562
  **/
23548
23563
  toSendMsg: function toSendMsg(res) {
23549
23564
  var _this20 = this;
@@ -23557,11 +23572,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23557
23572
  }
23558
23573
  },
23559
23574
 
23560
- /**
23561
- * toTaskReadAndEnd
23562
- * @desc:分阅并办结
23563
- * @author liufan
23564
- * @date 2022年9月29日
23575
+ /**
23576
+ * toTaskReadAndEnd
23577
+ * @desc:分阅并办结
23578
+ * @author liufan
23579
+ * @date 2022年9月29日
23565
23580
  **/
23566
23581
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23567
23582
  var _this21 = this;
@@ -23579,11 +23594,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23579
23594
  }
23580
23595
  },
23581
23596
 
23582
- /**
23583
- * rejectAndEnd
23584
- * @desc:驳回并办结
23585
- * @author liufan
23586
- * @date 2022年9月29日
23597
+ /**
23598
+ * rejectAndEnd
23599
+ * @desc:驳回并办结
23600
+ * @author liufan
23601
+ * @date 2022年9月29日
23587
23602
  **/
23588
23603
  rejectAndEnd: function rejectAndEnd(res) {
23589
23604
  var _this22 = this;
@@ -23639,11 +23654,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23639
23654
  });
23640
23655
  },
23641
23656
 
23642
- /**
23643
- * toTransfer
23644
- * @desc:转办
23645
- * @author liufan
23646
- * @date 2022年9月29日
23657
+ /**
23658
+ * toTransfer
23659
+ * @desc:转办
23660
+ * @author liufan
23661
+ * @date 2022年9月29日
23647
23662
  **/
23648
23663
  toTransfer: function toTransfer(res) {
23649
23664
  var _this24 = this;
@@ -23659,11 +23674,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23659
23674
  }
23660
23675
  },
23661
23676
 
23662
- /**
23663
- * getNodeInfo
23664
- * @desc:获取节点信息
23665
- * @author liufan
23666
- * @date 2022年5月25日
23677
+ /**
23678
+ * getNodeInfo
23679
+ * @desc:获取节点信息
23680
+ * @author liufan
23681
+ * @date 2022年5月25日
23667
23682
  **/
23668
23683
  getNodeInfo: function getNodeInfo() {
23669
23684
  var _this25 = this;
@@ -23766,12 +23781,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23766
23781
  });
23767
23782
  },
23768
23783
 
23769
- /**
23770
- * selecNext
23771
- * @desc:下步节点变化时更新数据
23772
- * @author liufan
23773
- * @param {String} val 当前选中值
23774
- * @date 2022年5月25日
23784
+ /**
23785
+ * selecNext
23786
+ * @desc:下步节点变化时更新数据
23787
+ * @author liufan
23788
+ * @param {String} val 当前选中值
23789
+ * @date 2022年5月25日
23775
23790
  **/
23776
23791
  selecNext: function selecNext(val, type, isDef) {
23777
23792
  var _this26 = this;
@@ -23881,11 +23896,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23881
23896
  this.getNodeInfo();
23882
23897
  },
23883
23898
 
23884
- /**
23885
- * isMultiple
23886
- * @desc:是否多选
23887
- * @author liufan
23888
- * @date 2022年9月13日
23899
+ /**
23900
+ * isMultiple
23901
+ * @desc:是否多选
23902
+ * @author liufan
23903
+ * @date 2022年9月13日
23889
23904
  **/
23890
23905
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
23891
23906
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -23917,11 +23932,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23917
23932
  }
23918
23933
  },
23919
23934
 
23920
- /**
23921
- * getHedInfo
23922
- * @desc:获取审核页面数据
23923
- * @author liufan
23924
- * @date 2022年5月25日
23935
+ /**
23936
+ * getHedInfo
23937
+ * @desc:获取审核页面数据
23938
+ * @author liufan
23939
+ * @date 2022年5月25日
23925
23940
  **/
23926
23941
  getHedInfo: function getHedInfo() {
23927
23942
  var _this27 = this;
@@ -24167,13 +24182,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24167
24182
  });
24168
24183
  },
24169
24184
 
24170
- /**
24171
- * closeProcess
24172
- * @desc:关闭弹窗
24173
- * @author liufan
24174
- * @param {boolean} val 当前是否办理流程
24175
- * @param {String} type 当前点击的弹窗类型
24176
- * @date 2022年5月25日
24185
+ /**
24186
+ * closeProcess
24187
+ * @desc:关闭弹窗
24188
+ * @author liufan
24189
+ * @param {boolean} val 当前是否办理流程
24190
+ * @param {String} type 当前点击的弹窗类型
24191
+ * @date 2022年5月25日
24177
24192
  **/
24178
24193
  closeProcess: function closeProcess(val, type, closeParent) {
24179
24194
  if (closeParent) {
@@ -24191,23 +24206,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24191
24206
  }
24192
24207
  },
24193
24208
 
24194
- /**
24195
- * selectChange
24196
- * @desc:常用语选择
24197
- * @author liufan
24198
- * @param {String} val 选中值
24199
- * @date 2022年5月25日
24209
+ /**
24210
+ * selectChange
24211
+ * @desc:常用语选择
24212
+ * @author liufan
24213
+ * @param {String} val 选中值
24214
+ * @date 2022年5月25日
24200
24215
  **/
24201
24216
  selectChange: function selectChange(val) {
24202
24217
  this.value = val;
24203
24218
  },
24204
24219
 
24205
- /**
24206
- * upDate
24207
- * @desc:修改常用语
24208
- * @author liufan
24209
- * @param {Object} val 修改值
24210
- * @date 2022年5月25日
24220
+ /**
24221
+ * upDate
24222
+ * @desc:修改常用语
24223
+ * @author liufan
24224
+ * @param {Object} val 修改值
24225
+ * @date 2022年5月25日
24211
24226
  **/
24212
24227
  upDate: function upDate(val) {
24213
24228
  this.FormData.id = val.id;
@@ -24215,11 +24230,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24215
24230
  },
24216
24231
 
24217
24232
 
24218
- /**
24219
- * getProcess
24220
- * @desc:获取选择流程
24221
- * @author liufan
24222
- * @date 2022年5月25日
24233
+ /**
24234
+ * getProcess
24235
+ * @desc:获取选择流程
24236
+ * @author liufan
24237
+ * @date 2022年5月25日
24223
24238
  **/
24224
24239
  getProcess: function getProcess(val) {
24225
24240
  var _this28 = this;
@@ -24274,11 +24289,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24274
24289
  });
24275
24290
  },
24276
24291
 
24277
- /**
24278
- * getPendedhistoryList
24279
- * @desc:获取流程列表
24280
- * @author liufan
24281
- * @date 2022年5月25日
24292
+ /**
24293
+ * getPendedhistoryList
24294
+ * @desc:获取流程列表
24295
+ * @author liufan
24296
+ * @date 2022年5月25日
24282
24297
  **/
24283
24298
  getPendedhistoryList: function getPendedhistoryList() {
24284
24299
  var _this29 = this;
@@ -24346,12 +24361,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24346
24361
  },
24347
24362
 
24348
24363
  // 提交流程
24349
- /**
24350
- * subProcess
24351
- * @desc:提交流程
24352
- * @author liufan
24353
- * @param {String} formName 当前form表单ref值
24354
- * @date 2022年5月25日
24364
+ /**
24365
+ * subProcess
24366
+ * @desc:提交流程
24367
+ * @author liufan
24368
+ * @param {String} formName 当前form表单ref值
24369
+ * @date 2022年5月25日
24355
24370
  **/
24356
24371
  subProcess: function subProcess(val, type) {
24357
24372
  var _this31 = this;