eoss-ui 0.8.0 → 0.8.2

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 (235) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +15 -7
  3. package/lib/eoss-ui.common.js +719 -701
  4. package/lib/flow.js +121 -120
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +294 -291
  7. package/lib/qr-code.js +13 -13
  8. package/lib/select.js +10 -9
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/lib/tree-group.js +22 -17
  12. package/package.json +1 -1
  13. package/packages/button/index.js +5 -5
  14. package/packages/button/src/main.vue +418 -418
  15. package/packages/button-group/index.js +5 -5
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/plugin.js +915 -915
  19. package/packages/card/index.js +5 -5
  20. package/packages/card/src/main.vue +156 -156
  21. package/packages/cascader/index.js +5 -5
  22. package/packages/cascader/src/main.vue +168 -168
  23. package/packages/checkbox-group/index.js +5 -5
  24. package/packages/checkbox-group/src/main.vue +333 -333
  25. package/packages/clients/index.js +5 -5
  26. package/packages/data-table/index.js +5 -5
  27. package/packages/data-table/src/children.vue +46 -39
  28. package/packages/data-table/src/main.vue +1847 -1847
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/main.vue +4146 -4145
  50. package/packages/flow-group/index.js +5 -5
  51. package/packages/flow-group/src/main.vue +750 -750
  52. package/packages/flow-list/index.js +5 -5
  53. package/packages/form/index.js +5 -5
  54. package/packages/handle-user/index.js +5 -5
  55. package/packages/handle-user/src/main.vue +137 -137
  56. package/packages/handler/index.js +5 -5
  57. package/packages/handler/src/main.vue +499 -499
  58. package/packages/icon/index.js +5 -5
  59. package/packages/icons/index.js +5 -5
  60. package/packages/icons/src/main.vue +81 -81
  61. package/packages/input/index.js +5 -5
  62. package/packages/input/src/main.vue +356 -356
  63. package/packages/input-number/index.js +5 -5
  64. package/packages/input-number/src/main.vue +106 -106
  65. package/packages/label/index.js +5 -5
  66. package/packages/label/src/main.vue +457 -457
  67. package/packages/layout/index.js +5 -5
  68. package/packages/layout/src/item.vue +152 -152
  69. package/packages/layout/src/main.vue +31 -31
  70. package/packages/login/index.js +5 -5
  71. package/packages/login/src/main.vue +2088 -2088
  72. package/packages/main/index.js +5 -5
  73. package/packages/main/src/default/index.vue +5 -2
  74. package/packages/main/src/default/message.vue +249 -249
  75. package/packages/main/src/default/notice.vue +157 -157
  76. package/packages/main/src/default/userinfo.vue +513 -513
  77. package/packages/main/src/simplicity/index.vue +2335 -2335
  78. package/packages/main/src/simplicity/lists.vue +84 -84
  79. package/packages/main/src/simplicity/router-page.vue +45 -45
  80. package/packages/main/src/simplicity/userinfo.vue +408 -408
  81. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  82. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  83. package/packages/menu/index.js +5 -5
  84. package/packages/nav/index.js +5 -5
  85. package/packages/notify/index.js +5 -5
  86. package/packages/notify/src/main.vue +538 -538
  87. package/packages/page/index.js +5 -5
  88. package/packages/page/src/main.vue +167 -167
  89. package/packages/pagination/index.js +5 -5
  90. package/packages/pagination/src/main.vue +96 -96
  91. package/packages/player/index.js +5 -5
  92. package/packages/player/src/main.vue +194 -194
  93. package/packages/qr-code/index.js +5 -5
  94. package/packages/qr-code/src/main.vue +170 -170
  95. package/packages/radio-group/index.js +6 -6
  96. package/packages/radio-group/src/main.vue +319 -319
  97. package/packages/retrial-auth/index.js +5 -5
  98. package/packages/retrial-auth/src/main.vue +299 -299
  99. package/packages/select/index.js +5 -5
  100. package/packages/select/src/main.vue +16 -12
  101. package/packages/select-ganged/index.js +5 -5
  102. package/packages/select-ganged/src/main.vue +724 -724
  103. package/packages/selector/index.js +5 -5
  104. package/packages/selector-panel/index.js +5 -5
  105. package/packages/selector-panel/src/tree.vue +129 -129
  106. package/packages/sizer/index.js +5 -5
  107. package/packages/sizer/src/main.vue +254 -254
  108. package/packages/steps/index.js +5 -5
  109. package/packages/steps/src/main.vue +181 -181
  110. package/packages/switch/index.js +5 -5
  111. package/packages/table-form/index.js +5 -5
  112. package/packages/tabs/index.js +5 -5
  113. package/packages/tabs/src/main.vue +788 -788
  114. package/packages/tabs-panel/index.js +5 -5
  115. package/packages/tabs-panel/src/main.vue +29 -29
  116. package/packages/theme-chalk/lib/base.css +1 -0
  117. package/packages/theme-chalk/lib/button-group.css +1 -0
  118. package/packages/theme-chalk/lib/button.css +1 -0
  119. package/packages/theme-chalk/lib/calendar.css +1 -0
  120. package/packages/theme-chalk/lib/calogin.css +0 -0
  121. package/packages/theme-chalk/lib/card.css +1 -0
  122. package/packages/theme-chalk/lib/cascader.css +0 -0
  123. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  124. package/packages/theme-chalk/lib/clients.css +1 -0
  125. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  126. package/packages/theme-chalk/lib/data-table.css +1 -0
  127. package/packages/theme-chalk/lib/date-picker.css +1 -0
  128. package/packages/theme-chalk/lib/dialog.css +1 -0
  129. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  130. package/packages/theme-chalk/lib/enterprise.css +1 -0
  131. package/packages/theme-chalk/lib/error-page.css +1 -0
  132. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  133. package/packages/theme-chalk/lib/flow-group.css +1 -0
  134. package/packages/theme-chalk/lib/flow-list.css +1 -0
  135. package/packages/theme-chalk/lib/flow.css +1 -0
  136. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  137. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  138. package/packages/theme-chalk/lib/form.css +1 -0
  139. package/packages/theme-chalk/lib/handle-user.css +1 -0
  140. package/packages/theme-chalk/lib/handler.css +1 -0
  141. package/packages/theme-chalk/lib/icon.css +1 -0
  142. package/packages/theme-chalk/lib/icons.css +1 -0
  143. package/packages/theme-chalk/lib/index.css +1 -0
  144. package/packages/theme-chalk/lib/input-number.css +0 -0
  145. package/packages/theme-chalk/lib/input.css +1 -0
  146. package/packages/theme-chalk/lib/label.css +1 -0
  147. package/packages/theme-chalk/lib/layout.css +1 -0
  148. package/packages/theme-chalk/lib/login.css +1 -0
  149. package/packages/theme-chalk/lib/main.css +1 -0
  150. package/packages/theme-chalk/lib/menu.css +1 -0
  151. package/packages/theme-chalk/lib/nav.css +1 -0
  152. package/packages/theme-chalk/lib/notify.css +0 -0
  153. package/packages/theme-chalk/lib/page.css +1 -0
  154. package/packages/theme-chalk/lib/pagination.css +1 -0
  155. package/packages/theme-chalk/lib/player.css +1 -0
  156. package/packages/theme-chalk/lib/qr-code.css +1 -0
  157. package/packages/theme-chalk/lib/radio-group.css +1 -0
  158. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  159. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  160. package/packages/theme-chalk/lib/select.css +1 -0
  161. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  162. package/packages/theme-chalk/lib/selector.css +1 -0
  163. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  164. package/packages/theme-chalk/lib/simplicity.css +1 -0
  165. package/packages/theme-chalk/lib/sizer.css +1 -0
  166. package/packages/theme-chalk/lib/steps.css +1 -0
  167. package/packages/theme-chalk/lib/switch.css +1 -0
  168. package/packages/theme-chalk/lib/table-form.css +0 -0
  169. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  170. package/packages/theme-chalk/lib/tabs.css +1 -0
  171. package/packages/theme-chalk/lib/tips.css +1 -0
  172. package/packages/theme-chalk/lib/toolbar.css +1 -0
  173. package/packages/theme-chalk/lib/tree-group.css +1 -0
  174. package/packages/theme-chalk/lib/tree.css +1 -0
  175. package/packages/theme-chalk/lib/upload.css +1 -0
  176. package/packages/theme-chalk/lib/wujie.css +0 -0
  177. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  178. package/packages/theme-chalk/src/base.scss +261 -261
  179. package/packages/theme-chalk/src/button-group.scss +176 -176
  180. package/packages/theme-chalk/src/button.scss +24 -24
  181. package/packages/theme-chalk/src/calendar.scss +113 -113
  182. package/packages/theme-chalk/src/card.scss +99 -99
  183. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  184. package/packages/theme-chalk/src/clients.scss +87 -87
  185. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  186. package/packages/theme-chalk/src/date-picker.scss +7 -7
  187. package/packages/theme-chalk/src/dialog.scss +77 -77
  188. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  189. package/packages/theme-chalk/src/enterprise.scss +5 -5
  190. package/packages/theme-chalk/src/error-page.scss +18 -18
  191. package/packages/theme-chalk/src/flow-group.scss +110 -110
  192. package/packages/theme-chalk/src/handle-user.scss +40 -40
  193. package/packages/theme-chalk/src/icons.scss +99 -99
  194. package/packages/theme-chalk/src/input.scss +9 -9
  195. package/packages/theme-chalk/src/label.scss +24 -24
  196. package/packages/theme-chalk/src/layout.scss +46 -46
  197. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  198. package/packages/theme-chalk/src/nav.scss +111 -111
  199. package/packages/theme-chalk/src/page.scss +3 -3
  200. package/packages/theme-chalk/src/pagination.scss +29 -29
  201. package/packages/theme-chalk/src/player.scss +9 -9
  202. package/packages/theme-chalk/src/qr-code.scss +17 -17
  203. package/packages/theme-chalk/src/radio-group.scss +9 -9
  204. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  205. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  206. package/packages/theme-chalk/src/select.scss +8 -8
  207. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  208. package/packages/theme-chalk/src/sizer.scss +36 -36
  209. package/packages/theme-chalk/src/steps.scss +88 -88
  210. package/packages/theme-chalk/src/switch.scss +3 -3
  211. package/packages/theme-chalk/src/table-form.scss +1 -1
  212. package/packages/theme-chalk/src/tabs.scss +87 -87
  213. package/packages/theme-chalk/src/tips.scss +7 -7
  214. package/packages/theme-chalk/src/toolbar.scss +179 -179
  215. package/packages/theme-chalk/src/tree-group.scss +72 -72
  216. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  217. package/packages/tips/index.js +5 -5
  218. package/packages/toolbar/index.js +5 -5
  219. package/packages/tree/index.js +5 -5
  220. package/packages/tree-group/index.js +5 -5
  221. package/packages/tree-group/src/main.vue +14 -9
  222. package/packages/upload/index.js +5 -5
  223. package/packages/upload/src/main.vue +1344 -1344
  224. package/packages/upload/src/picture.js +15 -15
  225. package/packages/wujie/index.js +5 -5
  226. package/packages/wxlogin/index.js +5 -5
  227. package/packages/wxlogin/src/main.vue +128 -128
  228. package/src/config/image.js +2 -2
  229. package/src/index.js +1 -1
  230. package/src/utils/bus.js +3 -3
  231. package/src/utils/date-util.js +312 -312
  232. package/src/utils/http.js +50 -50
  233. package/src/utils/store.js +21 -21
  234. package/src/utils/webSocket.js +107 -107
  235. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/flow.js CHANGED
@@ -4827,7 +4827,7 @@ module.exports = require("vuedraggable");
4827
4827
  // ESM COMPAT FLAG
4828
4828
  __webpack_require__.r(__webpack_exports__);
4829
4829
 
4830
- // 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=910bb440&
4830
+ // 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=5f7f1248&
4831
4831
  var render = function () {
4832
4832
  var _vm = this
4833
4833
  var _h = _vm.$createElement
@@ -7849,7 +7849,7 @@ var staticRenderFns = []
7849
7849
  render._withStripped = true
7850
7850
 
7851
7851
 
7852
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=910bb440&
7852
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f7f1248&
7853
7853
 
7854
7854
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7855
7855
  var regenerator_ = __webpack_require__(4);
@@ -25472,6 +25472,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25472
25472
  //
25473
25473
  //
25474
25474
  //
25475
+ //
25475
25476
 
25476
25477
 
25477
25478
 
@@ -26367,11 +26368,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26367
26368
  });
26368
26369
  },
26369
26370
 
26370
- /**
26371
- * saveInfo
26372
- * @desc:暂存
26373
- * @author liufan
26374
- * @date 2022年9月9日
26371
+ /**
26372
+ * saveInfo
26373
+ * @desc:暂存
26374
+ * @author liufan
26375
+ * @date 2022年9月9日
26375
26376
  **/
26376
26377
  saveInfo: function saveInfo(type, btn) {
26377
26378
  var _this13 = this;
@@ -26433,11 +26434,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26433
26434
  });
26434
26435
  },
26435
26436
 
26436
- /**
26437
- * rejectBtn
26438
- * @desc:点击驳回
26439
- * @author liufan
26440
- * @date 2022年5月25日
26437
+ /**
26438
+ * rejectBtn
26439
+ * @desc:点击驳回
26440
+ * @author liufan
26441
+ * @date 2022年5月25日
26441
26442
  **/
26442
26443
  rejectBtn: function rejectBtn() {
26443
26444
  var _this15 = this;
@@ -26455,11 +26456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26455
26456
  }
26456
26457
  },
26457
26458
 
26458
- /**
26459
- * taskReadBtn
26460
- * @desc:点击分阅
26461
- * @author liufan
26462
- * @date 2022年5月25日
26459
+ /**
26460
+ * taskReadBtn
26461
+ * @desc:点击分阅
26462
+ * @author liufan
26463
+ * @date 2022年5月25日
26463
26464
  **/
26464
26465
  taskReadBtn: function taskReadBtn() {
26465
26466
  var _this16 = this;
@@ -26478,11 +26479,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26478
26479
  }
26479
26480
  },
26480
26481
 
26481
- /**
26482
- * getFind
26483
- * @desc:获取通知方式
26484
- * @author liufan
26485
- * @date 2022年5月25日
26482
+ /**
26483
+ * getFind
26484
+ * @desc:获取通知方式
26485
+ * @author liufan
26486
+ * @date 2022年5月25日
26486
26487
  **/
26487
26488
  getFind: function getFind() {
26488
26489
  var _this17 = this;
@@ -26548,12 +26549,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26548
26549
  });
26549
26550
  },
26550
26551
 
26551
- /**
26552
- * endFlows
26553
- * @desc:直接办结
26554
- * @author liufan
26555
- * @param {Object} res 直接办结数据
26556
- * @date 2022年5月25日
26552
+ /**
26553
+ * endFlows
26554
+ * @desc:直接办结
26555
+ * @author liufan
26556
+ * @param {Object} res 直接办结数据
26557
+ * @date 2022年5月25日
26557
26558
  **/
26558
26559
  endFlows: function endFlows(res) {
26559
26560
  var _this19 = this;
@@ -26608,12 +26609,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26608
26609
  }).catch(function (e) {});
26609
26610
  },
26610
26611
 
26611
- /**
26612
- * goView
26613
- * @desc:更多流程按钮操作
26614
- * @author liufan
26615
- * @param {Object} res 当前点击操作按钮数据
26616
- * @date 2022年5月25日
26612
+ /**
26613
+ * goView
26614
+ * @desc:更多流程按钮操作
26615
+ * @author liufan
26616
+ * @param {Object} res 当前点击操作按钮数据
26617
+ * @date 2022年5月25日
26617
26618
  **/
26618
26619
  goView: function goView(res) {
26619
26620
  // 驳回并办结:rejectAndEndHtml
@@ -26700,11 +26701,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26700
26701
  // isCanStartSubFlow
26701
26702
  },
26702
26703
 
26703
- /**
26704
- * toTakeAdvice
26705
- * @desc:征求意见
26706
- * @author liufan
26707
- * @date 2022年9月29日
26704
+ /**
26705
+ * toTakeAdvice
26706
+ * @desc:征求意见
26707
+ * @author liufan
26708
+ * @date 2022年9月29日
26708
26709
  **/
26709
26710
  toTakeAdvice: function toTakeAdvice(res) {
26710
26711
  var _this21 = this;
@@ -26748,11 +26749,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26748
26749
  });
26749
26750
  },
26750
26751
 
26751
- /**
26752
- * toStartDraf
26753
- * @desc: 稿件递送、联合审核、复核
26754
- * @author liufan
26755
- * @date 2022年9月29日
26752
+ /**
26753
+ * toStartDraf
26754
+ * @desc: 稿件递送、联合审核、复核
26755
+ * @author liufan
26756
+ * @date 2022年9月29日
26756
26757
  **/
26757
26758
  toStartDraf: function toStartDraf(res) {
26758
26759
  var _this23 = this;
@@ -26766,11 +26767,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26766
26767
  }
26767
26768
  },
26768
26769
 
26769
- /**
26770
- * toSendMsg
26771
- * @desc:核稿通知
26772
- * @author liufan
26773
- * @date 2022年9月29日
26770
+ /**
26771
+ * toSendMsg
26772
+ * @desc:核稿通知
26773
+ * @author liufan
26774
+ * @date 2022年9月29日
26774
26775
  **/
26775
26776
  toSendMsg: function toSendMsg(res) {
26776
26777
  var _this24 = this;
@@ -26784,11 +26785,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26784
26785
  }
26785
26786
  },
26786
26787
 
26787
- /**
26788
- * toTaskReadAndEnd
26789
- * @desc:分阅并办结
26790
- * @author liufan
26791
- * @date 2022年9月29日
26788
+ /**
26789
+ * toTaskReadAndEnd
26790
+ * @desc:分阅并办结
26791
+ * @author liufan
26792
+ * @date 2022年9月29日
26792
26793
  **/
26793
26794
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26794
26795
  var _this25 = this;
@@ -26806,11 +26807,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26806
26807
  }
26807
26808
  },
26808
26809
 
26809
- /**
26810
- * rejectAndEnd
26811
- * @desc:驳回并办结
26812
- * @author liufan
26813
- * @date 2022年9月29日
26810
+ /**
26811
+ * rejectAndEnd
26812
+ * @desc:驳回并办结
26813
+ * @author liufan
26814
+ * @date 2022年9月29日
26814
26815
  **/
26815
26816
  rejectAndEnd: function rejectAndEnd(res) {
26816
26817
  var _this26 = this;
@@ -26866,11 +26867,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26866
26867
  });
26867
26868
  },
26868
26869
 
26869
- /**
26870
- * toTransfer
26871
- * @desc:转办
26872
- * @author liufan
26873
- * @date 2022年9月29日
26870
+ /**
26871
+ * toTransfer
26872
+ * @desc:转办
26873
+ * @author liufan
26874
+ * @date 2022年9月29日
26874
26875
  **/
26875
26876
  toTransfer: function toTransfer(res) {
26876
26877
  var _this28 = this;
@@ -26889,11 +26890,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26889
26890
  this.nextNode.customLimitTime = val;
26890
26891
  },
26891
26892
 
26892
- /**
26893
- * getNodeInfo
26894
- * @desc:获取节点信息
26895
- * @author liufan
26896
- * @date 2022年5月25日
26893
+ /**
26894
+ * getNodeInfo
26895
+ * @desc:获取节点信息
26896
+ * @author liufan
26897
+ * @date 2022年5月25日
26897
26898
  **/
26898
26899
  getNodeInfo: function getNodeInfo() {
26899
26900
  var _this29 = this;
@@ -27004,12 +27005,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27004
27005
  });
27005
27006
  },
27006
27007
 
27007
- /**
27008
- * selecNext
27009
- * @desc:下步节点变化时更新数据
27010
- * @author liufan
27011
- * @param {String} val 当前选中值
27012
- * @date 2022年5月25日
27008
+ /**
27009
+ * selecNext
27010
+ * @desc:下步节点变化时更新数据
27011
+ * @author liufan
27012
+ * @param {String} val 当前选中值
27013
+ * @date 2022年5月25日
27013
27014
  **/
27014
27015
  selecNext: function selecNext(val, type, isDef) {
27015
27016
  var _this30 = this;
@@ -27142,11 +27143,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27142
27143
  this.getNodeInfo();
27143
27144
  },
27144
27145
 
27145
- /**
27146
- * isMultiple
27147
- * @desc:是否多选
27148
- * @author liufan
27149
- * @date 2022年9月13日
27146
+ /**
27147
+ * isMultiple
27148
+ * @desc:是否多选
27149
+ * @author liufan
27150
+ * @date 2022年9月13日
27150
27151
  **/
27151
27152
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27152
27153
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27178,11 +27179,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27178
27179
  }
27179
27180
  },
27180
27181
 
27181
- /**
27182
- * getHedInfo
27183
- * @desc:获取审核页面数据
27184
- * @author liufan
27185
- * @date 2022年5月25日
27182
+ /**
27183
+ * getHedInfo
27184
+ * @desc:获取审核页面数据
27185
+ * @author liufan
27186
+ * @date 2022年5月25日
27186
27187
  **/
27187
27188
  getHedInfo: function getHedInfo() {
27188
27189
  var _this31 = this;
@@ -27493,13 +27494,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27493
27494
  });
27494
27495
  },
27495
27496
 
27496
- /**
27497
- * closeProcess
27498
- * @desc:关闭弹窗
27499
- * @author liufan
27500
- * @param {boolean} val 当前是否办理流程
27501
- * @param {String} type 当前点击的弹窗类型
27502
- * @date 2022年5月25日
27497
+ /**
27498
+ * closeProcess
27499
+ * @desc:关闭弹窗
27500
+ * @author liufan
27501
+ * @param {boolean} val 当前是否办理流程
27502
+ * @param {String} type 当前点击的弹窗类型
27503
+ * @date 2022年5月25日
27503
27504
  **/
27504
27505
  closeProcess: function closeProcess(val, type, closeParent) {
27505
27506
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27519,23 +27520,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27519
27520
  }
27520
27521
  },
27521
27522
 
27522
- /**
27523
- * selectChange
27524
- * @desc:常用语选择
27525
- * @author liufan
27526
- * @param {String} val 选中值
27527
- * @date 2022年5月25日
27523
+ /**
27524
+ * selectChange
27525
+ * @desc:常用语选择
27526
+ * @author liufan
27527
+ * @param {String} val 选中值
27528
+ * @date 2022年5月25日
27528
27529
  **/
27529
27530
  selectChange: function selectChange(val) {
27530
27531
  this.value = val;
27531
27532
  },
27532
27533
 
27533
- /**
27534
- * upDate
27535
- * @desc:修改常用语
27536
- * @author liufan
27537
- * @param {Object} val 修改值
27538
- * @date 2022年5月25日
27534
+ /**
27535
+ * upDate
27536
+ * @desc:修改常用语
27537
+ * @author liufan
27538
+ * @param {Object} val 修改值
27539
+ * @date 2022年5月25日
27539
27540
  **/
27540
27541
  upDate: function upDate(val) {
27541
27542
  this.FormData.id = val.id;
@@ -27543,11 +27544,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27543
27544
  },
27544
27545
 
27545
27546
 
27546
- /**
27547
- * getProcess
27548
- * @desc:获取选择流程
27549
- * @author liufan
27550
- * @date 2022年5月25日
27547
+ /**
27548
+ * getProcess
27549
+ * @desc:获取选择流程
27550
+ * @author liufan
27551
+ * @date 2022年5月25日
27551
27552
  **/
27552
27553
  getProcess: function getProcess(val) {
27553
27554
  var _this32 = this;
@@ -27607,11 +27608,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27607
27608
  });
27608
27609
  },
27609
27610
 
27610
- /**
27611
- * getPendedhistoryList
27612
- * @desc:获取流程列表
27613
- * @author liufan
27614
- * @date 2022年5月25日
27611
+ /**
27612
+ * getPendedhistoryList
27613
+ * @desc:获取流程列表
27614
+ * @author liufan
27615
+ * @date 2022年5月25日
27615
27616
  **/
27616
27617
  getPendedhistoryList: function getPendedhistoryList() {
27617
27618
  var _this33 = this;
@@ -27682,12 +27683,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27682
27683
  beforeSubProcess: function beforeSubProcess() {},
27683
27684
 
27684
27685
  // 提交流程
27685
- /**
27686
- * subProcess
27687
- * @desc:提交流程
27688
- * @author liufan
27689
- * @param {String} formName 当前form表单ref值
27690
- * @date 2022年5月25日
27686
+ /**
27687
+ * subProcess
27688
+ * @desc:提交流程
27689
+ * @author liufan
27690
+ * @param {String} formName 当前form表单ref值
27691
+ * @date 2022年5月25日
27691
27692
  **/
27692
27693
  subProcess: function subProcess(val, type) {
27693
27694
  var _this35 = this;