eoss-ui 0.8.42 → 0.8.44

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 (82) hide show
  1. package/lib/eoss-ui.common.js +195 -161
  2. package/lib/flow.js +164 -142
  3. package/lib/index.js +1 -1
  4. package/lib/main.js +5 -5
  5. package/lib/upload.js +18 -6
  6. package/package.json +2 -2
  7. package/packages/button-group/src/main.vue +346 -346
  8. package/packages/calogin/src/main.vue +412 -412
  9. package/packages/clients/src/main.vue +151 -151
  10. package/packages/flow/src/component/CustomPreset.vue +326 -326
  11. package/packages/flow/src/component/FileList.vue +97 -97
  12. package/packages/flow/src/component/SendMsg.vue +242 -242
  13. package/packages/flow/src/component/SortFlow.vue +110 -110
  14. package/packages/flow/src/flow.vue +4 -4
  15. package/packages/flow/src/form.vue +123 -123
  16. package/packages/flow/src/freeStartFlow.vue +2902 -2902
  17. package/packages/flow/src/main.vue +6 -5
  18. package/packages/flow/src/processForm.vue +2032 -2032
  19. package/packages/flow/src/processReject.vue +323 -323
  20. package/packages/flow/src/table.vue +58 -58
  21. package/packages/form/src/table.vue +1512 -1512
  22. package/packages/icon/src/main.vue +104 -104
  23. package/packages/login/src/resetPassword.vue +557 -557
  24. package/packages/main/src/public/online.vue +89 -89
  25. package/packages/main/src/public/search.vue +464 -464
  26. package/packages/main/src/public/settings.vue +273 -273
  27. package/packages/main/src/simplicity/apps.vue +388 -388
  28. package/packages/main/src/simplicity/avatar.vue +82 -82
  29. package/packages/main/src/simplicity/handler.vue +158 -158
  30. package/packages/main/src/simplicity/menu-list.vue +135 -135
  31. package/packages/main/src/simplicity/message.vue +293 -293
  32. package/packages/main/src/simplicity/notice.vue +222 -222
  33. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  34. package/packages/main/src/simplicity/user.vue +259 -259
  35. package/packages/main/src/simplicityTop/apps.vue +388 -388
  36. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  37. package/packages/main/src/simplicityTop/handler.vue +215 -215
  38. package/packages/main/src/simplicityTop/lists.vue +84 -84
  39. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  40. package/packages/main/src/simplicityTop/message.vue +293 -293
  41. package/packages/main/src/simplicityTop/notice.vue +222 -222
  42. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  43. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  44. package/packages/main/src/simplicityTop/user.vue +259 -259
  45. package/packages/nav/src/main.vue +351 -351
  46. package/packages/selector-panel/src/selection.vue +174 -174
  47. package/packages/switch/src/main.vue +170 -170
  48. package/packages/theme-chalk/src/data-table.scss +297 -297
  49. package/packages/theme-chalk/src/handler.scss +148 -148
  50. package/packages/theme-chalk/src/icon.scss +3452 -3452
  51. package/packages/theme-chalk/src/login.scss +1006 -1006
  52. package/packages/theme-chalk/src/main.scss +664 -664
  53. package/packages/theme-chalk/src/menu.scss +224 -224
  54. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  55. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  56. package/packages/theme-chalk/src/upload.scss +172 -172
  57. package/packages/tips/src/main.vue +141 -141
  58. package/packages/upload/src/main.vue +13 -1
  59. package/packages/wujie/src/main.vue +146 -146
  60. package/src/index.js +166 -166
  61. package/src/utils/rules.js +18 -18
  62. package/packages/.DS_Store +0 -0
  63. package/packages/calogin/.DS_Store +0 -0
  64. package/packages/date-picker/.DS_Store +0 -0
  65. package/packages/date-picker/src/.DS_Store +0 -0
  66. package/packages/dialog/.DS_Store +0 -0
  67. package/packages/flow/.DS_Store +0 -0
  68. package/packages/flow/src/.DS_Store +0 -0
  69. package/packages/flow-list/.DS_Store +0 -0
  70. package/packages/form/.DS_Store +0 -0
  71. package/packages/icon/.DS_Store +0 -0
  72. package/packages/login/.DS_Store +0 -0
  73. package/packages/main/.DS_Store +0 -0
  74. package/packages/main/src/.DS_Store +0 -0
  75. package/packages/menu/.DS_Store +0 -0
  76. package/packages/select/.DS_Store +0 -0
  77. package/packages/selector/.DS_Store +0 -0
  78. package/packages/selector-panel/.DS_Store +0 -0
  79. package/packages/theme-chalk/src/.DS_Store +0 -0
  80. package/packages/upload/.DS_Store +0 -0
  81. package/src/.DS_Store +0 -0
  82. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -4878,7 +4878,7 @@ module.exports = require("vuedraggable");
4878
4878
  // ESM COMPAT FLAG
4879
4879
  __webpack_require__.r(__webpack_exports__);
4880
4880
 
4881
- // 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=64fec1bc&
4881
+ // 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=c50bb6f0&
4882
4882
  var render = function () {
4883
4883
  var _vm = this
4884
4884
  var _h = _vm.$createElement
@@ -7172,7 +7172,9 @@ var render = function () {
7172
7172
  [
7173
7173
  _vm._l(
7174
7174
  _vm.hideBtn || _vm.isHideTemporarySave
7175
- ? _vm.btnList.slice(0, 1)
7175
+ ? _vm.btnList.filter(function (item) {
7176
+ return item.event !== "save"
7177
+ })
7176
7178
  : _vm.btnList,
7177
7179
  function (item) {
7178
7180
  return _c(
@@ -7208,7 +7210,7 @@ var render = function () {
7208
7210
  ? _vm.saveButtonName
7209
7211
  : item.text
7210
7212
  ) +
7211
- "\n "
7213
+ "222\n "
7212
7214
  ),
7213
7215
  ]
7214
7216
  )
@@ -7325,7 +7327,13 @@ var render = function () {
7325
7327
  },
7326
7328
  [
7327
7329
  _vm._l(
7328
- _vm.btnList.slice(1),
7330
+ _vm.btnList.filter(
7331
+ function (item) {
7332
+ return (
7333
+ item.event !== "save"
7334
+ )
7335
+ }
7336
+ ),
7329
7337
  function (item) {
7330
7338
  return _c(
7331
7339
  "el-button",
@@ -7815,6 +7823,7 @@ var render = function () {
7815
7823
  opinion: _vm.value,
7816
7824
  businessName: _vm.businessName,
7817
7825
  type: _vm.taskReadType,
7826
+ resetAppId: _vm.resetAppId,
7818
7827
  showTooltip: _vm.showTooltip,
7819
7828
  flowLabelConfig: _vm.flowLabelConfig,
7820
7829
  hideMessage: _vm.hideMessage,
@@ -8050,7 +8059,7 @@ var staticRenderFns = []
8050
8059
  render._withStripped = true
8051
8060
 
8052
8061
 
8053
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=64fec1bc&
8062
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=c50bb6f0&
8054
8063
 
8055
8064
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8056
8065
  var regenerator_ = __webpack_require__(4);
@@ -9114,8 +9123,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
9114
9123
  )
9115
9124
 
9116
9125
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
9117
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=7261bf44&
9118
- var flowvue_type_template_id_7261bf44_render = function () {
9126
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=4d52cf26&
9127
+ var flowvue_type_template_id_4d52cf26_render = function () {
9119
9128
  var _vm = this
9120
9129
  var _h = _vm.$createElement
9121
9130
  var _c = _vm._self._c || _h
@@ -11344,7 +11353,17 @@ var flowvue_type_template_id_7261bf44_render = function () {
11344
11353
  : _vm._e(),
11345
11354
  _c(
11346
11355
  "div",
11347
- { staticClass: "es-info" },
11356
+ {
11357
+ directives: [
11358
+ {
11359
+ name: "show",
11360
+ rawName: "v-show",
11361
+ value: _vm.btnType != "default",
11362
+ expression: "btnType != 'default'",
11363
+ },
11364
+ ],
11365
+ staticClass: "es-info",
11366
+ },
11348
11367
  [
11349
11368
  _vm.btnType === "reject"
11350
11369
  ? _c("ProcessReject", {
@@ -11492,7 +11511,9 @@ var flowvue_type_template_id_7261bf44_render = function () {
11492
11511
  [
11493
11512
  _vm._l(
11494
11513
  _vm.hideBtn || _vm.isHideTemporarySave
11495
- ? _vm.btnList.slice(0, 1)
11514
+ ? _vm.btnList.filter(function (item) {
11515
+ return item.event !== "save"
11516
+ })
11496
11517
  : _vm.btnList,
11497
11518
  function (item) {
11498
11519
  return _c(
@@ -12059,11 +12080,11 @@ var flowvue_type_template_id_7261bf44_render = function () {
12059
12080
  )
12060
12081
  : _vm._e()
12061
12082
  }
12062
- var flowvue_type_template_id_7261bf44_staticRenderFns = []
12063
- flowvue_type_template_id_7261bf44_render._withStripped = true
12083
+ var flowvue_type_template_id_4d52cf26_staticRenderFns = []
12084
+ flowvue_type_template_id_4d52cf26_render._withStripped = true
12064
12085
 
12065
12086
 
12066
- // CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=7261bf44&
12087
+ // CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=4d52cf26&
12067
12088
 
12068
12089
  // 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/Opinions.vue?vue&type=template&id=5f07a050&
12069
12090
  var Opinionsvue_type_template_id_5f07a050_render = function () {
@@ -16089,11 +16110,11 @@ var processFormvue_type_script_lang_js_components;
16089
16110
  },
16090
16111
 
16091
16112
  methods: {
16092
- /**
16093
- * getProcess
16094
- * @desc:获取选择流程
16095
- * @author liufan
16096
- * @date 2022年5月25日
16113
+ /**
16114
+ * getProcess
16115
+ * @desc:获取选择流程
16116
+ * @author liufan
16117
+ * @date 2022年5月25日
16097
16118
  **/
16098
16119
  getProcess: function getProcess(val) {
16099
16120
  var _this2 = this;
@@ -16916,11 +16937,11 @@ var processFormvue_type_script_lang_js_components;
16916
16937
  });
16917
16938
  },
16918
16939
 
16919
- /**
16920
- * isMultiple
16921
- * @desc:是否多选
16922
- * @author liufan
16923
- * @date 2022年9月13日
16940
+ /**
16941
+ * isMultiple
16942
+ * @desc:是否多选
16943
+ * @author liufan
16944
+ * @date 2022年9月13日
16924
16945
  **/
16925
16946
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16926
16947
  var multiple = false;
@@ -25785,11 +25806,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25785
25806
  });
25786
25807
  },
25787
25808
 
25788
- /**
25789
- * saveInfo
25790
- * @desc:暂存
25791
- * @author liufan
25792
- * @date 2022年9月9日
25809
+ /**
25810
+ * saveInfo
25811
+ * @desc:暂存
25812
+ * @author liufan
25813
+ * @date 2022年9月9日
25793
25814
  **/
25794
25815
  saveInfo: function saveInfo(type, btn) {
25795
25816
  var _this6 = this;
@@ -25851,11 +25872,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25851
25872
  });
25852
25873
  },
25853
25874
 
25854
- /**
25855
- * rejectBtn
25856
- * @desc:点击驳回
25857
- * @author liufan
25858
- * @date 2022年5月25日
25875
+ /**
25876
+ * rejectBtn
25877
+ * @desc:点击驳回
25878
+ * @author liufan
25879
+ * @date 2022年5月25日
25859
25880
  **/
25860
25881
  rejectBtn: function rejectBtn() {
25861
25882
  var _this8 = this;
@@ -25873,11 +25894,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25873
25894
  }
25874
25895
  },
25875
25896
 
25876
- /**
25877
- * taskReadBtn
25878
- * @desc:点击分阅
25879
- * @author liufan
25880
- * @date 2022年5月25日
25897
+ /**
25898
+ * taskReadBtn
25899
+ * @desc:点击分阅
25900
+ * @author liufan
25901
+ * @date 2022年5月25日
25881
25902
  **/
25882
25903
  taskReadBtn: function taskReadBtn() {
25883
25904
  var _this9 = this;
@@ -25896,11 +25917,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25896
25917
  }
25897
25918
  },
25898
25919
 
25899
- /**
25900
- * getFind
25901
- * @desc:获取通知方式
25902
- * @author liufan
25903
- * @date 2022年5月25日
25920
+ /**
25921
+ * getFind
25922
+ * @desc:获取通知方式
25923
+ * @author liufan
25924
+ * @date 2022年5月25日
25904
25925
  **/
25905
25926
  getFind: function getFind() {
25906
25927
  var _this10 = this;
@@ -25956,12 +25977,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
25956
25977
  });
25957
25978
  },
25958
25979
 
25959
- /**
25960
- * endFlows
25961
- * @desc:直接办结
25962
- * @author liufan
25963
- * @param {Object} res 直接办结数据
25964
- * @date 2022年5月25日
25980
+ /**
25981
+ * endFlows
25982
+ * @desc:直接办结
25983
+ * @author liufan
25984
+ * @param {Object} res 直接办结数据
25985
+ * @date 2022年5月25日
25965
25986
  **/
25966
25987
  endFlows: function endFlows(res) {
25967
25988
  var _this12 = this;
@@ -26015,12 +26036,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26015
26036
  }).catch(function (e) {});
26016
26037
  },
26017
26038
 
26018
- /**
26019
- * goView
26020
- * @desc:更多流程按钮操作
26021
- * @author liufan
26022
- * @param {Object} res 当前点击操作按钮数据
26023
- * @date 2022年5月25日
26039
+ /**
26040
+ * goView
26041
+ * @desc:更多流程按钮操作
26042
+ * @author liufan
26043
+ * @param {Object} res 当前点击操作按钮数据
26044
+ * @date 2022年5月25日
26024
26045
  **/
26025
26046
  goView: function goView(res) {
26026
26047
  // 驳回并办结:rejectAndEndHtml
@@ -26105,11 +26126,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26105
26126
  // isCanStartSubFlow
26106
26127
  },
26107
26128
 
26108
- /**
26109
- * toTakeAdvice
26110
- * @desc:征求意见
26111
- * @author liufan
26112
- * @date 2022年9月29日
26129
+ /**
26130
+ * toTakeAdvice
26131
+ * @desc:征求意见
26132
+ * @author liufan
26133
+ * @date 2022年9月29日
26113
26134
  **/
26114
26135
  toTakeAdvice: function toTakeAdvice(res) {
26115
26136
  var _this14 = this;
@@ -26153,11 +26174,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26153
26174
  });
26154
26175
  },
26155
26176
 
26156
- /**
26157
- * toStartDraf
26158
- * @desc: 稿件递送、联合审核、复核
26159
- * @author liufan
26160
- * @date 2022年9月29日
26177
+ /**
26178
+ * toStartDraf
26179
+ * @desc: 稿件递送、联合审核、复核
26180
+ * @author liufan
26181
+ * @date 2022年9月29日
26161
26182
  **/
26162
26183
  toStartDraf: function toStartDraf(res) {
26163
26184
  var _this16 = this;
@@ -26171,11 +26192,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26171
26192
  }
26172
26193
  },
26173
26194
 
26174
- /**
26175
- * toSendMsg
26176
- * @desc:核稿通知
26177
- * @author liufan
26178
- * @date 2022年9月29日
26195
+ /**
26196
+ * toSendMsg
26197
+ * @desc:核稿通知
26198
+ * @author liufan
26199
+ * @date 2022年9月29日
26179
26200
  **/
26180
26201
  toSendMsg: function toSendMsg(res) {
26181
26202
  var _this17 = this;
@@ -26189,11 +26210,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26189
26210
  }
26190
26211
  },
26191
26212
 
26192
- /**
26193
- * toTaskReadAndEnd
26194
- * @desc:分阅并办结
26195
- * @author liufan
26196
- * @date 2022年9月29日
26213
+ /**
26214
+ * toTaskReadAndEnd
26215
+ * @desc:分阅并办结
26216
+ * @author liufan
26217
+ * @date 2022年9月29日
26197
26218
  **/
26198
26219
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26199
26220
  var _this18 = this;
@@ -26211,11 +26232,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26211
26232
  }
26212
26233
  },
26213
26234
 
26214
- /**
26215
- * rejectAndEnd
26216
- * @desc:驳回并办结
26217
- * @author liufan
26218
- * @date 2022年9月29日
26235
+ /**
26236
+ * rejectAndEnd
26237
+ * @desc:驳回并办结
26238
+ * @author liufan
26239
+ * @date 2022年9月29日
26219
26240
  **/
26220
26241
  rejectAndEnd: function rejectAndEnd(res) {
26221
26242
  var _this19 = this;
@@ -26270,11 +26291,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26270
26291
  });
26271
26292
  },
26272
26293
 
26273
- /**
26274
- * toTransfer
26275
- * @desc:转办
26276
- * @author liufan
26277
- * @date 2022年9月29日
26294
+ /**
26295
+ * toTransfer
26296
+ * @desc:转办
26297
+ * @author liufan
26298
+ * @date 2022年9月29日
26278
26299
  **/
26279
26300
  toTransfer: function toTransfer(res) {
26280
26301
  var _this21 = this;
@@ -26290,11 +26311,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26290
26311
  }
26291
26312
  },
26292
26313
 
26293
- /**
26294
- * getNodeInfo
26295
- * @desc:获取节点信息
26296
- * @author liufan
26297
- * @date 2022年5月25日
26314
+ /**
26315
+ * getNodeInfo
26316
+ * @desc:获取节点信息
26317
+ * @author liufan
26318
+ * @date 2022年5月25日
26298
26319
  **/
26299
26320
  getNodeInfo: function getNodeInfo() {
26300
26321
  var _this22 = this;
@@ -26397,12 +26418,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26397
26418
  });
26398
26419
  },
26399
26420
 
26400
- /**
26401
- * selecNext
26402
- * @desc:下步节点变化时更新数据
26403
- * @author liufan
26404
- * @param {String} val 当前选中值
26405
- * @date 2022年5月25日
26421
+ /**
26422
+ * selecNext
26423
+ * @desc:下步节点变化时更新数据
26424
+ * @author liufan
26425
+ * @param {String} val 当前选中值
26426
+ * @date 2022年5月25日
26406
26427
  **/
26407
26428
  selecNext: function selecNext(val, type, isDef) {
26408
26429
  var _this23 = this;
@@ -26511,11 +26532,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26511
26532
  if (isDef !== true) this.getNodeInfo();
26512
26533
  },
26513
26534
 
26514
- /**
26515
- * isMultiple
26516
- * @desc:是否多选
26517
- * @author liufan
26518
- * @date 2022年9月13日
26535
+ /**
26536
+ * isMultiple
26537
+ * @desc:是否多选
26538
+ * @author liufan
26539
+ * @date 2022年9月13日
26519
26540
  **/
26520
26541
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
26521
26542
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -26547,11 +26568,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26547
26568
  }
26548
26569
  },
26549
26570
 
26550
- /**
26551
- * getHedInfo
26552
- * @desc:获取审核页面数据
26553
- * @author liufan
26554
- * @date 2022年5月25日
26571
+ /**
26572
+ * getHedInfo
26573
+ * @desc:获取审核页面数据
26574
+ * @author liufan
26575
+ * @date 2022年5月25日
26555
26576
  **/
26556
26577
  getHedInfo: function getHedInfo() {
26557
26578
  var _this24 = this;
@@ -26787,13 +26808,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26787
26808
  });
26788
26809
  },
26789
26810
 
26790
- /**
26791
- * closeProcess
26792
- * @desc:关闭弹窗
26793
- * @author liufan
26794
- * @param {boolean} val 当前是否办理流程
26795
- * @param {String} type 当前点击的弹窗类型
26796
- * @date 2022年5月25日
26811
+ /**
26812
+ * closeProcess
26813
+ * @desc:关闭弹窗
26814
+ * @author liufan
26815
+ * @param {boolean} val 当前是否办理流程
26816
+ * @param {String} type 当前点击的弹窗类型
26817
+ * @date 2022年5月25日
26797
26818
  **/
26798
26819
  closeProcess: function closeProcess(val, type, closeParent) {
26799
26820
  if (closeParent) {
@@ -26810,23 +26831,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26810
26831
  }
26811
26832
  },
26812
26833
 
26813
- /**
26814
- * selectChange
26815
- * @desc:常用语选择
26816
- * @author liufan
26817
- * @param {String} val 选中值
26818
- * @date 2022年5月25日
26834
+ /**
26835
+ * selectChange
26836
+ * @desc:常用语选择
26837
+ * @author liufan
26838
+ * @param {String} val 选中值
26839
+ * @date 2022年5月25日
26819
26840
  **/
26820
26841
  selectChange: function selectChange(val) {
26821
26842
  this.value = val;
26822
26843
  },
26823
26844
 
26824
- /**
26825
- * upDate
26826
- * @desc:修改常用语
26827
- * @author liufan
26828
- * @param {Object} val 修改值
26829
- * @date 2022年5月25日
26845
+ /**
26846
+ * upDate
26847
+ * @desc:修改常用语
26848
+ * @author liufan
26849
+ * @param {Object} val 修改值
26850
+ * @date 2022年5月25日
26830
26851
  **/
26831
26852
  upDate: function upDate(val) {
26832
26853
  this.FormData.id = val.id;
@@ -26834,11 +26855,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26834
26855
  },
26835
26856
 
26836
26857
 
26837
- /**
26838
- * getProcess
26839
- * @desc:获取选择流程
26840
- * @author liufan
26841
- * @date 2022年5月25日
26858
+ /**
26859
+ * getProcess
26860
+ * @desc:获取选择流程
26861
+ * @author liufan
26862
+ * @date 2022年5月25日
26842
26863
  **/
26843
26864
  getProcess: function getProcess() {
26844
26865
  var _this25 = this;
@@ -26892,11 +26913,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26892
26913
  });
26893
26914
  },
26894
26915
 
26895
- /**
26896
- * getPendedhistoryList
26897
- * @desc:获取流程列表
26898
- * @author liufan
26899
- * @date 2022年5月25日
26916
+ /**
26917
+ * getPendedhistoryList
26918
+ * @desc:获取流程列表
26919
+ * @author liufan
26920
+ * @date 2022年5月25日
26900
26921
  **/
26901
26922
  getPendedhistoryList: function getPendedhistoryList() {
26902
26923
  var _this26 = this;
@@ -26928,12 +26949,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
26928
26949
  },
26929
26950
 
26930
26951
  // 提交流程
26931
- /**
26932
- * subProcess
26933
- * @desc:提交流程
26934
- * @author liufan
26935
- * @param {String} formName 当前form表单ref值
26936
- * @date 2022年5月25日
26952
+ /**
26953
+ * subProcess
26954
+ * @desc:提交流程
26955
+ * @author liufan
26956
+ * @param {String} formName 当前form表单ref值
26957
+ * @date 2022年5月25日
26937
26958
  **/
26938
26959
  subProcess: function subProcess(val) {
26939
26960
  var _this27 = this;
@@ -33072,8 +33093,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
33072
33093
 
33073
33094
  var flow_component = Object(componentNormalizer["a" /* default */])(
33074
33095
  src_flowvue_type_script_lang_js_,
33075
- flowvue_type_template_id_7261bf44_render,
33076
- flowvue_type_template_id_7261bf44_staticRenderFns,
33096
+ flowvue_type_template_id_4d52cf26_render,
33097
+ flowvue_type_template_id_4d52cf26_staticRenderFns,
33077
33098
  false,
33078
33099
  null,
33079
33100
  null,
@@ -34391,6 +34412,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
34391
34412
  //
34392
34413
  //
34393
34414
  //
34415
+ //
34394
34416
 
34395
34417
 
34396
34418