eoss-ui 0.8.6 → 0.8.7

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 (103) hide show
  1. package/lib/eoss-ui.common.js +273 -266
  2. package/lib/flow-list.js +96 -96
  3. package/lib/flow.js +157 -157
  4. package/lib/form.js +7 -2
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +5 -5
  7. package/lib/select.js +2 -0
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/package.json +1 -1
  11. package/packages/button-group/src/main.vue +346 -346
  12. package/packages/calogin/src/main.vue +412 -412
  13. package/packages/clients/src/main.vue +151 -151
  14. package/packages/flow/src/component/Circulate.vue +417 -417
  15. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  16. package/packages/flow/src/component/CustomPreset.vue +324 -324
  17. package/packages/flow/src/component/FileList.vue +97 -97
  18. package/packages/flow/src/component/Preset.vue +257 -257
  19. package/packages/flow/src/component/SendMsg.vue +242 -242
  20. package/packages/flow/src/component/SortFlow.vue +110 -110
  21. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  22. package/packages/flow/src/form.vue +123 -123
  23. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  24. package/packages/flow/src/processReject.vue +309 -309
  25. package/packages/flow/src/reset.vue +946 -946
  26. package/packages/flow/src/startTaskRead.vue +695 -695
  27. package/packages/flow/src/supervise.vue +159 -159
  28. package/packages/flow/src/table.vue +58 -58
  29. package/packages/flow-list/src/main.vue +2337 -2337
  30. package/packages/form/src/main.vue +3906 -3901
  31. package/packages/form/src/table.vue +1512 -1512
  32. package/packages/icon/src/main.vue +104 -104
  33. package/packages/login/src/resetPassword.vue +557 -557
  34. package/packages/main/src/public/online.vue +89 -89
  35. package/packages/main/src/public/search.vue +464 -464
  36. package/packages/main/src/public/settings.vue +273 -273
  37. package/packages/main/src/simplicity/apps.vue +388 -388
  38. package/packages/main/src/simplicity/avatar.vue +82 -82
  39. package/packages/main/src/simplicity/handler.vue +158 -158
  40. package/packages/main/src/simplicity/menu-list.vue +135 -135
  41. package/packages/main/src/simplicity/message.vue +293 -293
  42. package/packages/main/src/simplicity/notice.vue +222 -222
  43. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  44. package/packages/main/src/simplicity/user.vue +259 -259
  45. package/packages/main/src/simplicityTop/apps.vue +388 -388
  46. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  47. package/packages/main/src/simplicityTop/handler.vue +215 -215
  48. package/packages/main/src/simplicityTop/lists.vue +84 -84
  49. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  50. package/packages/main/src/simplicityTop/message.vue +293 -293
  51. package/packages/main/src/simplicityTop/notice.vue +222 -222
  52. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  53. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  54. package/packages/main/src/simplicityTop/user.vue +259 -259
  55. package/packages/menu/src/main.vue +595 -595
  56. package/packages/nav/src/main.vue +351 -351
  57. package/packages/select/src/main.vue +2 -0
  58. package/packages/selector/src/main.vue +761 -761
  59. package/packages/selector-panel/src/main.vue +1036 -1036
  60. package/packages/selector-panel/src/selection.vue +174 -174
  61. package/packages/switch/src/main.vue +170 -170
  62. package/packages/theme-chalk/lib/index.css +1 -1
  63. package/packages/theme-chalk/lib/login.css +1 -1
  64. package/packages/theme-chalk/src/data-table.scss +297 -297
  65. package/packages/theme-chalk/src/flow-list.scss +55 -55
  66. package/packages/theme-chalk/src/flow.scss +373 -373
  67. package/packages/theme-chalk/src/form.scss +501 -501
  68. package/packages/theme-chalk/src/handler.scss +148 -148
  69. package/packages/theme-chalk/src/icon.scss +3452 -3452
  70. package/packages/theme-chalk/src/login.scss +1006 -1006
  71. package/packages/theme-chalk/src/main.scss +664 -664
  72. package/packages/theme-chalk/src/menu.scss +224 -224
  73. package/packages/theme-chalk/src/selector.scss +114 -114
  74. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  75. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  76. package/packages/theme-chalk/src/tree.scss +165 -165
  77. package/packages/theme-chalk/src/upload.scss +172 -172
  78. package/packages/tips/src/main.vue +141 -141
  79. package/packages/wujie/src/main.vue +146 -146
  80. package/src/config/api.js +348 -348
  81. package/src/index.js +163 -163
  82. package/src/utils/rules.js +18 -18
  83. package/packages/.DS_Store +0 -0
  84. package/packages/calogin/.DS_Store +0 -0
  85. package/packages/date-picker/.DS_Store +0 -0
  86. package/packages/date-picker/src/.DS_Store +0 -0
  87. package/packages/dialog/.DS_Store +0 -0
  88. package/packages/flow/.DS_Store +0 -0
  89. package/packages/flow/src/.DS_Store +0 -0
  90. package/packages/flow-list/.DS_Store +0 -0
  91. package/packages/form/.DS_Store +0 -0
  92. package/packages/icon/.DS_Store +0 -0
  93. package/packages/login/.DS_Store +0 -0
  94. package/packages/main/.DS_Store +0 -0
  95. package/packages/main/src/.DS_Store +0 -0
  96. package/packages/menu/.DS_Store +0 -0
  97. package/packages/select/.DS_Store +0 -0
  98. package/packages/selector/.DS_Store +0 -0
  99. package/packages/selector-panel/.DS_Store +0 -0
  100. package/packages/theme-chalk/src/.DS_Store +0 -0
  101. package/packages/upload/.DS_Store +0 -0
  102. package/src/.DS_Store +0 -0
  103. package/src/utils/.DS_Store +0 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -18249,8 +18249,8 @@ error_page_src_main.install = function (Vue) {
18249
18249
  };
18250
18250
 
18251
18251
  /* harmony default export */ var error_page = (error_page_src_main);
18252
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
18253
- var mainvue_type_template_id_e69fd95a_render = function () {
18252
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
18253
+ var mainvue_type_template_id_e13b4ef2_render = function () {
18254
18254
  var _vm = this
18255
18255
  var _h = _vm.$createElement
18256
18256
  var _c = _vm._self._c || _h
@@ -24532,11 +24532,11 @@ var mainvue_type_template_id_e69fd95a_render = function () {
24532
24532
  )
24533
24533
  : _vm._e()
24534
24534
  }
24535
- var mainvue_type_template_id_e69fd95a_staticRenderFns = []
24536
- mainvue_type_template_id_e69fd95a_render._withStripped = true
24535
+ var mainvue_type_template_id_e13b4ef2_staticRenderFns = []
24536
+ mainvue_type_template_id_e13b4ef2_render._withStripped = true
24537
24537
 
24538
24538
 
24539
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e69fd95a&
24539
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
24540
24540
 
24541
24541
  // CONCATENATED MODULE: ./src/utils/rules.js
24542
24542
  // 手机号
@@ -27108,6 +27108,10 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27108
27108
  type: Boolean,
27109
27109
  default: true
27110
27110
  },
27111
+ modelFormat: {
27112
+ type: Boolean,
27113
+ default: true
27114
+ },
27111
27115
  showLabel: {
27112
27116
  type: Boolean,
27113
27117
  default: true
@@ -27673,6 +27677,7 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
27673
27677
  var param = this.paramId ? form_src_mainvue_type_script_lang_js_extends({}, this.param, { id: this.paramId }) : this.param;
27674
27678
  utils_util.ajax({
27675
27679
  method: this.modelMethod || this.method,
27680
+ format: this.modelFormat,
27676
27681
  url: this.model,
27677
27682
  data: param,
27678
27683
  params: param
@@ -28394,8 +28399,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
28394
28399
 
28395
28400
  var form_src_main_component = normalizeComponent(
28396
28401
  packages_form_src_mainvue_type_script_lang_js_,
28397
- mainvue_type_template_id_e69fd95a_render,
28398
- mainvue_type_template_id_e69fd95a_staticRenderFns,
28402
+ mainvue_type_template_id_e13b4ef2_render,
28403
+ mainvue_type_template_id_e13b4ef2_staticRenderFns,
28399
28404
  false,
28400
28405
  null,
28401
28406
  null,
@@ -32290,21 +32295,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32290
32295
  return validSate;
32291
32296
  },
32292
32297
 
32293
- /**
32294
- * changeOpinion
32295
- * @desc:监听意见变化
32296
- * @author liufan
32297
- * @date 2022年10月28日
32298
+ /**
32299
+ * changeOpinion
32300
+ * @desc:监听意见变化
32301
+ * @author liufan
32302
+ * @date 2022年10月28日
32298
32303
  **/
32299
32304
  changeOpinion: function changeOpinion() {
32300
32305
  this.$emit('change', this.form.value);
32301
32306
  },
32302
32307
 
32303
- /**
32304
- * getCommonOpion
32305
- * @desc:获取意见
32306
- * @author liufan
32307
- * @date 2022年5月25日
32308
+ /**
32309
+ * getCommonOpion
32310
+ * @desc:获取意见
32311
+ * @author liufan
32312
+ * @date 2022年5月25日
32308
32313
  **/
32309
32314
  getCommonOpion: function getCommonOpion() {
32310
32315
  var _this = this;
@@ -32333,24 +32338,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32333
32338
  });
32334
32339
  },
32335
32340
 
32336
- /**
32337
- * upDate
32338
- * @desc:修改常用语
32339
- * @author liufan
32340
- * @param {Object} val 修改值
32341
- * @date 2022年5月25日
32341
+ /**
32342
+ * upDate
32343
+ * @desc:修改常用语
32344
+ * @author liufan
32345
+ * @param {Object} val 修改值
32346
+ * @date 2022年5月25日
32342
32347
  **/
32343
32348
  upDate: function upDate(val) {
32344
32349
  this.FormData.id = val.id;
32345
32350
  this.addVisible = true;
32346
32351
  },
32347
32352
 
32348
- /**
32349
- * selectChange
32350
- * @desc:常用语选择
32351
- * @author liufan
32352
- * @param {String} val 选中值
32353
- * @date 2022年5月25日
32353
+ /**
32354
+ * selectChange
32355
+ * @desc:常用语选择
32356
+ * @author liufan
32357
+ * @param {String} val 选中值
32358
+ * @date 2022年5月25日
32354
32359
  **/
32355
32360
  selectChange: function selectChange(val) {
32356
32361
  var _this2 = this;
@@ -32369,12 +32374,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32369
32374
  });
32370
32375
  },
32371
32376
 
32372
- /**
32373
- * del
32374
- * @desc:删除常用语
32375
- * @author liufan
32376
- * @param {Object} val 删除的数据
32377
- * @date 2022年5月25日
32377
+ /**
32378
+ * del
32379
+ * @desc:删除常用语
32380
+ * @author liufan
32381
+ * @param {Object} val 删除的数据
32382
+ * @date 2022年5月25日
32378
32383
  **/
32379
32384
  del: function del(val) {
32380
32385
  var _this3 = this;
@@ -32416,12 +32421,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32416
32421
  }).catch(function (e) {});
32417
32422
  },
32418
32423
 
32419
- /**
32420
- * submit
32421
- * @desc:新增/编辑意见保存
32422
- * @author liufan
32423
- * @param {Object} val 保存数据
32424
- * @date 2022年5月25日
32424
+ /**
32425
+ * submit
32426
+ * @desc:新增/编辑意见保存
32427
+ * @author liufan
32428
+ * @param {Object} val 保存数据
32429
+ * @date 2022年5月25日
32425
32430
  **/
32426
32431
  submit: function submit(val) {
32427
32432
  var _this4 = this;
@@ -40468,11 +40473,11 @@ var resetvue_type_script_lang_js_components;
40468
40473
  });
40469
40474
  },
40470
40475
 
40471
- /**
40472
- * isMultiple
40473
- * @desc:是否多选
40474
- * @author liufan
40475
- * @date 2022年9月13日
40476
+ /**
40477
+ * isMultiple
40478
+ * @desc:是否多选
40479
+ * @author liufan
40480
+ * @date 2022年9月13日
40476
40481
  **/
40477
40482
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40478
40483
  var multiple = false;
@@ -45061,11 +45066,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45061
45066
  });
45062
45067
  },
45063
45068
 
45064
- /**
45065
- * saveInfo
45066
- * @desc:暂存
45067
- * @author liufan
45068
- * @date 2022年9月9日
45069
+ /**
45070
+ * saveInfo
45071
+ * @desc:暂存
45072
+ * @author liufan
45073
+ * @date 2022年9月9日
45069
45074
  **/
45070
45075
  saveInfo: function saveInfo(type, btn) {
45071
45076
  var _this6 = this;
@@ -45127,11 +45132,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45127
45132
  });
45128
45133
  },
45129
45134
 
45130
- /**
45131
- * rejectBtn
45132
- * @desc:点击驳回
45133
- * @author liufan
45134
- * @date 2022年5月25日
45135
+ /**
45136
+ * rejectBtn
45137
+ * @desc:点击驳回
45138
+ * @author liufan
45139
+ * @date 2022年5月25日
45135
45140
  **/
45136
45141
  rejectBtn: function rejectBtn() {
45137
45142
  var _this8 = this;
@@ -45149,11 +45154,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45149
45154
  }
45150
45155
  },
45151
45156
 
45152
- /**
45153
- * taskReadBtn
45154
- * @desc:点击分阅
45155
- * @author liufan
45156
- * @date 2022年5月25日
45157
+ /**
45158
+ * taskReadBtn
45159
+ * @desc:点击分阅
45160
+ * @author liufan
45161
+ * @date 2022年5月25日
45157
45162
  **/
45158
45163
  taskReadBtn: function taskReadBtn() {
45159
45164
  var _this9 = this;
@@ -45172,11 +45177,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45172
45177
  }
45173
45178
  },
45174
45179
 
45175
- /**
45176
- * getFind
45177
- * @desc:获取通知方式
45178
- * @author liufan
45179
- * @date 2022年5月25日
45180
+ /**
45181
+ * getFind
45182
+ * @desc:获取通知方式
45183
+ * @author liufan
45184
+ * @date 2022年5月25日
45180
45185
  **/
45181
45186
  getFind: function getFind() {
45182
45187
  var _this10 = this;
@@ -45231,12 +45236,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45231
45236
  });
45232
45237
  },
45233
45238
 
45234
- /**
45235
- * endFlows
45236
- * @desc:直接办结
45237
- * @author liufan
45238
- * @param {Object} res 直接办结数据
45239
- * @date 2022年5月25日
45239
+ /**
45240
+ * endFlows
45241
+ * @desc:直接办结
45242
+ * @author liufan
45243
+ * @param {Object} res 直接办结数据
45244
+ * @date 2022年5月25日
45240
45245
  **/
45241
45246
  endFlows: function endFlows(res) {
45242
45247
  var _this12 = this;
@@ -45290,12 +45295,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45290
45295
  }).catch(function (e) {});
45291
45296
  },
45292
45297
 
45293
- /**
45294
- * goView
45295
- * @desc:更多流程按钮操作
45296
- * @author liufan
45297
- * @param {Object} res 当前点击操作按钮数据
45298
- * @date 2022年5月25日
45298
+ /**
45299
+ * goView
45300
+ * @desc:更多流程按钮操作
45301
+ * @author liufan
45302
+ * @param {Object} res 当前点击操作按钮数据
45303
+ * @date 2022年5月25日
45299
45304
  **/
45300
45305
  goView: function goView(res) {
45301
45306
  // 驳回并办结:rejectAndEndHtml
@@ -45380,11 +45385,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45380
45385
  // isCanStartSubFlow
45381
45386
  },
45382
45387
 
45383
- /**
45384
- * toTakeAdvice
45385
- * @desc:征求意见
45386
- * @author liufan
45387
- * @date 2022年9月29日
45388
+ /**
45389
+ * toTakeAdvice
45390
+ * @desc:征求意见
45391
+ * @author liufan
45392
+ * @date 2022年9月29日
45388
45393
  **/
45389
45394
  toTakeAdvice: function toTakeAdvice(res) {
45390
45395
  var _this14 = this;
@@ -45428,11 +45433,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45428
45433
  });
45429
45434
  },
45430
45435
 
45431
- /**
45432
- * toStartDraf
45433
- * @desc: 稿件递送、联合审核、复核
45434
- * @author liufan
45435
- * @date 2022年9月29日
45436
+ /**
45437
+ * toStartDraf
45438
+ * @desc: 稿件递送、联合审核、复核
45439
+ * @author liufan
45440
+ * @date 2022年9月29日
45436
45441
  **/
45437
45442
  toStartDraf: function toStartDraf(res) {
45438
45443
  var _this16 = this;
@@ -45446,11 +45451,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45446
45451
  }
45447
45452
  },
45448
45453
 
45449
- /**
45450
- * toSendMsg
45451
- * @desc:核稿通知
45452
- * @author liufan
45453
- * @date 2022年9月29日
45454
+ /**
45455
+ * toSendMsg
45456
+ * @desc:核稿通知
45457
+ * @author liufan
45458
+ * @date 2022年9月29日
45454
45459
  **/
45455
45460
  toSendMsg: function toSendMsg(res) {
45456
45461
  var _this17 = this;
@@ -45464,11 +45469,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45464
45469
  }
45465
45470
  },
45466
45471
 
45467
- /**
45468
- * toTaskReadAndEnd
45469
- * @desc:分阅并办结
45470
- * @author liufan
45471
- * @date 2022年9月29日
45472
+ /**
45473
+ * toTaskReadAndEnd
45474
+ * @desc:分阅并办结
45475
+ * @author liufan
45476
+ * @date 2022年9月29日
45472
45477
  **/
45473
45478
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45474
45479
  var _this18 = this;
@@ -45486,11 +45491,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45486
45491
  }
45487
45492
  },
45488
45493
 
45489
- /**
45490
- * rejectAndEnd
45491
- * @desc:驳回并办结
45492
- * @author liufan
45493
- * @date 2022年9月29日
45494
+ /**
45495
+ * rejectAndEnd
45496
+ * @desc:驳回并办结
45497
+ * @author liufan
45498
+ * @date 2022年9月29日
45494
45499
  **/
45495
45500
  rejectAndEnd: function rejectAndEnd(res) {
45496
45501
  var _this19 = this;
@@ -45545,11 +45550,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45545
45550
  });
45546
45551
  },
45547
45552
 
45548
- /**
45549
- * toTransfer
45550
- * @desc:转办
45551
- * @author liufan
45552
- * @date 2022年9月29日
45553
+ /**
45554
+ * toTransfer
45555
+ * @desc:转办
45556
+ * @author liufan
45557
+ * @date 2022年9月29日
45553
45558
  **/
45554
45559
  toTransfer: function toTransfer(res) {
45555
45560
  var _this21 = this;
@@ -45565,11 +45570,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45565
45570
  }
45566
45571
  },
45567
45572
 
45568
- /**
45569
- * getNodeInfo
45570
- * @desc:获取节点信息
45571
- * @author liufan
45572
- * @date 2022年5月25日
45573
+ /**
45574
+ * getNodeInfo
45575
+ * @desc:获取节点信息
45576
+ * @author liufan
45577
+ * @date 2022年5月25日
45573
45578
  **/
45574
45579
  getNodeInfo: function getNodeInfo() {
45575
45580
  var _this22 = this;
@@ -45668,12 +45673,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45668
45673
  });
45669
45674
  },
45670
45675
 
45671
- /**
45672
- * selecNext
45673
- * @desc:下步节点变化时更新数据
45674
- * @author liufan
45675
- * @param {String} val 当前选中值
45676
- * @date 2022年5月25日
45676
+ /**
45677
+ * selecNext
45678
+ * @desc:下步节点变化时更新数据
45679
+ * @author liufan
45680
+ * @param {String} val 当前选中值
45681
+ * @date 2022年5月25日
45677
45682
  **/
45678
45683
  selecNext: function selecNext(val, type, isDef) {
45679
45684
  var _this23 = this;
@@ -45782,11 +45787,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45782
45787
  if (isDef !== true) this.getNodeInfo();
45783
45788
  },
45784
45789
 
45785
- /**
45786
- * isMultiple
45787
- * @desc:是否多选
45788
- * @author liufan
45789
- * @date 2022年9月13日
45790
+ /**
45791
+ * isMultiple
45792
+ * @desc:是否多选
45793
+ * @author liufan
45794
+ * @date 2022年9月13日
45790
45795
  **/
45791
45796
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45792
45797
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45818,11 +45823,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45818
45823
  }
45819
45824
  },
45820
45825
 
45821
- /**
45822
- * getHedInfo
45823
- * @desc:获取审核页面数据
45824
- * @author liufan
45825
- * @date 2022年5月25日
45826
+ /**
45827
+ * getHedInfo
45828
+ * @desc:获取审核页面数据
45829
+ * @author liufan
45830
+ * @date 2022年5月25日
45826
45831
  **/
45827
45832
  getHedInfo: function getHedInfo() {
45828
45833
  var _this24 = this;
@@ -46058,13 +46063,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46058
46063
  });
46059
46064
  },
46060
46065
 
46061
- /**
46062
- * closeProcess
46063
- * @desc:关闭弹窗
46064
- * @author liufan
46065
- * @param {boolean} val 当前是否办理流程
46066
- * @param {String} type 当前点击的弹窗类型
46067
- * @date 2022年5月25日
46066
+ /**
46067
+ * closeProcess
46068
+ * @desc:关闭弹窗
46069
+ * @author liufan
46070
+ * @param {boolean} val 当前是否办理流程
46071
+ * @param {String} type 当前点击的弹窗类型
46072
+ * @date 2022年5月25日
46068
46073
  **/
46069
46074
  closeProcess: function closeProcess(val, type, closeParent) {
46070
46075
  if (closeParent) {
@@ -46081,23 +46086,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46081
46086
  }
46082
46087
  },
46083
46088
 
46084
- /**
46085
- * selectChange
46086
- * @desc:常用语选择
46087
- * @author liufan
46088
- * @param {String} val 选中值
46089
- * @date 2022年5月25日
46089
+ /**
46090
+ * selectChange
46091
+ * @desc:常用语选择
46092
+ * @author liufan
46093
+ * @param {String} val 选中值
46094
+ * @date 2022年5月25日
46090
46095
  **/
46091
46096
  selectChange: function selectChange(val) {
46092
46097
  this.value = val;
46093
46098
  },
46094
46099
 
46095
- /**
46096
- * upDate
46097
- * @desc:修改常用语
46098
- * @author liufan
46099
- * @param {Object} val 修改值
46100
- * @date 2022年5月25日
46100
+ /**
46101
+ * upDate
46102
+ * @desc:修改常用语
46103
+ * @author liufan
46104
+ * @param {Object} val 修改值
46105
+ * @date 2022年5月25日
46101
46106
  **/
46102
46107
  upDate: function upDate(val) {
46103
46108
  this.FormData.id = val.id;
@@ -46105,11 +46110,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46105
46110
  },
46106
46111
 
46107
46112
 
46108
- /**
46109
- * getProcess
46110
- * @desc:获取选择流程
46111
- * @author liufan
46112
- * @date 2022年5月25日
46113
+ /**
46114
+ * getProcess
46115
+ * @desc:获取选择流程
46116
+ * @author liufan
46117
+ * @date 2022年5月25日
46113
46118
  **/
46114
46119
  getProcess: function getProcess() {
46115
46120
  var _this25 = this;
@@ -46163,11 +46168,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46163
46168
  });
46164
46169
  },
46165
46170
 
46166
- /**
46167
- * getPendedhistoryList
46168
- * @desc:获取流程列表
46169
- * @author liufan
46170
- * @date 2022年5月25日
46171
+ /**
46172
+ * getPendedhistoryList
46173
+ * @desc:获取流程列表
46174
+ * @author liufan
46175
+ * @date 2022年5月25日
46171
46176
  **/
46172
46177
  getPendedhistoryList: function getPendedhistoryList() {
46173
46178
  var _this26 = this;
@@ -46199,12 +46204,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46199
46204
  },
46200
46205
 
46201
46206
  // 提交流程
46202
- /**
46203
- * subProcess
46204
- * @desc:提交流程
46205
- * @author liufan
46206
- * @param {String} formName 当前form表单ref值
46207
- * @date 2022年5月25日
46207
+ /**
46208
+ * subProcess
46209
+ * @desc:提交流程
46210
+ * @author liufan
46211
+ * @param {String} formName 当前form表单ref值
46212
+ * @date 2022年5月25日
46208
46213
  **/
46209
46214
  subProcess: function subProcess(val) {
46210
46215
  var _this27 = this;
@@ -55756,11 +55761,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55756
55761
 
55757
55762
 
55758
55763
  methods: {
55759
- /**
55760
- * handleBatchDelete
55761
- * @desc:批量删除
55762
- * @author liufan
55763
- * @date 2025年12月31日
55764
+ /**
55765
+ * handleBatchDelete
55766
+ * @desc:批量删除
55767
+ * @author liufan
55768
+ * @date 2025年12月31日
55764
55769
  **/
55765
55770
  handleBatchDelete: function handleBatchDelete() {
55766
55771
  var _this6 = this;
@@ -56057,12 +56062,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56057
56062
  }
56058
56063
  },
56059
56064
 
56060
- /**
56061
- * handleFormSubmit
56062
- * @desc:删除节点点击事件
56063
- * @param {Object} formData 点击删除的form数据
56064
- * @author liufan
56065
- * @date 2022年11月29日
56065
+ /**
56066
+ * handleFormSubmit
56067
+ * @desc:删除节点点击事件
56068
+ * @param {Object} formData 点击删除的form数据
56069
+ * @author liufan
56070
+ * @date 2022年11月29日
56066
56071
  **/
56067
56072
  handleFormSubmit: function handleFormSubmit(formData) {
56068
56073
  var _this12 = this;
@@ -56098,12 +56103,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56098
56103
  });
56099
56104
  },
56100
56105
 
56101
- /**
56102
- * del
56103
- * @desc:展示删除弹窗
56104
- * @param {String} id 当前点击数据id
56105
- * @author liufan
56106
- * @date 2022年11月29日
56106
+ /**
56107
+ * del
56108
+ * @desc:展示删除弹窗
56109
+ * @param {String} id 当前点击数据id
56110
+ * @author liufan
56111
+ * @date 2022年11月29日
56107
56112
  **/
56108
56113
  del: function del(id, type) {
56109
56114
  this.modalType = type;
@@ -56111,12 +56116,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56111
56116
  this.showDel = true;
56112
56117
  },
56113
56118
 
56114
- /**
56115
- * handleCurrentChange
56116
- * @desc:监听页码变化
56117
- * @param {String} val 当前页
56118
- * @author liufan
56119
- * @date 2022年11月29日
56119
+ /**
56120
+ * handleCurrentChange
56121
+ * @desc:监听页码变化
56122
+ * @param {String} val 当前页
56123
+ * @author liufan
56124
+ * @date 2022年11月29日
56120
56125
  **/
56121
56126
  handleCurrentChange: function handleCurrentChange(val, type) {
56122
56127
  this.currentPage = val;
@@ -56125,12 +56130,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56125
56130
  }
56126
56131
  },
56127
56132
 
56128
- /**
56129
- * handleSizeChange
56130
- * @desc:监听每页数据显示数量变化
56131
- * @param {String} val 每页展示数量
56132
- * @author liufan
56133
- * @date 2022年11月29日
56133
+ /**
56134
+ * handleSizeChange
56135
+ * @desc:监听每页数据显示数量变化
56136
+ * @param {String} val 每页展示数量
56137
+ * @author liufan
56138
+ * @date 2022年11月29日
56134
56139
  **/
56135
56140
  handleSizeChange: function handleSizeChange(val) {
56136
56141
  this.pageSize = val;
@@ -56139,12 +56144,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56139
56144
  }
56140
56145
  },
56141
56146
 
56142
- /**
56143
- * sortChange
56144
- * @desc:监听排序变化
56145
- * @param {Object} info 需要排序的字段及排序方式
56146
- * @author liufan
56147
- * @date 2022年11月29日
56147
+ /**
56148
+ * sortChange
56149
+ * @desc:监听排序变化
56150
+ * @param {Object} info 需要排序的字段及排序方式
56151
+ * @author liufan
56152
+ * @date 2022年11月29日
56148
56153
  **/
56149
56154
  sortChange: function sortChange(info, type) {
56150
56155
  var prop = info.prop;
@@ -56160,11 +56165,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56160
56165
  }
56161
56166
  },
56162
56167
 
56163
- /**
56164
- * getDeletList
56165
- * @desc:删除列表数据
56166
- * @author liufan
56167
- * @date 2025年12月30日
56168
+ /**
56169
+ * getDeletList
56170
+ * @desc:删除列表数据
56171
+ * @author liufan
56172
+ * @date 2025年12月30日
56168
56173
  **/
56169
56174
  getDeletList: function getDeletList() {
56170
56175
  var _this13 = this;
@@ -56193,11 +56198,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56193
56198
  });
56194
56199
  },
56195
56200
 
56196
- /**
56197
- * getResetList
56198
- * @desc:重设列表数据
56199
- * @author liufan
56200
- * @date 2025年12月30日
56201
+ /**
56202
+ * getResetList
56203
+ * @desc:重设列表数据
56204
+ * @author liufan
56205
+ * @date 2025年12月30日
56201
56206
  **/
56202
56207
  getResetList: function getResetList() {
56203
56208
  var _this14 = this;
@@ -56227,11 +56232,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56227
56232
  });
56228
56233
  },
56229
56234
 
56230
- /**
56231
- * getPressList
56232
- * @desc:催办列表数据
56233
- * @author liufan
56234
- * @date 2022年11月29日
56235
+ /**
56236
+ * getPressList
56237
+ * @desc:催办列表数据
56238
+ * @author liufan
56239
+ * @date 2022年11月29日
56235
56240
  **/
56236
56241
  getPressList: function getPressList() {
56237
56242
  var _this15 = this;
@@ -56261,12 +56266,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56261
56266
  });
56262
56267
  },
56263
56268
 
56264
- /**
56265
- * goPress
56266
- * @desc:催办列表查看
56267
- * @param {String} id 催办列表id
56268
- * @author liufan
56269
- * @date 2022年11月29日
56269
+ /**
56270
+ * goPress
56271
+ * @desc:催办列表查看
56272
+ * @param {String} id 催办列表id
56273
+ * @author liufan
56274
+ * @date 2022年11月29日
56270
56275
  **/
56271
56276
  goPress: function goPress(id) {
56272
56277
  this.historyId = id;
@@ -56274,23 +56279,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56274
56279
  this.getPressList();
56275
56280
  },
56276
56281
 
56277
- /**
56278
- * showFile
56279
- * @desc:附件查看
56280
- * @param {String} ownId 附件id
56281
- * @author liufan
56282
- * @date 2022年11月29日
56282
+ /**
56283
+ * showFile
56284
+ * @desc:附件查看
56285
+ * @param {String} ownId 附件id
56286
+ * @author liufan
56287
+ * @date 2022年11月29日
56283
56288
  **/
56284
56289
  showFile: function showFile(ownId) {
56285
56290
  this.wfpendingid = ownId;
56286
56291
  this.showFileList = true;
56287
56292
  },
56288
56293
 
56289
- /**
56290
- * handleChange
56291
- * @desc:切换排序方式
56292
- * @author liufan
56293
- * @date 2022年11月22日
56294
+ /**
56295
+ * handleChange
56296
+ * @desc:切换排序方式
56297
+ * @author liufan
56298
+ * @date 2022年11月22日
56294
56299
  **/
56295
56300
  handleChange: function handleChange(key, value) {
56296
56301
  if (value) {
@@ -56340,11 +56345,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56340
56345
  }))();
56341
56346
  },
56342
56347
 
56343
- /**
56344
- * getFlowList
56345
- * @desc:获取流程列表
56346
- * @author liufan
56347
- * @date 2022年11月22日
56348
+ /**
56349
+ * getFlowList
56350
+ * @desc:获取流程列表
56351
+ * @author liufan
56352
+ * @date 2022年11月22日
56348
56353
  **/
56349
56354
  getFlowList: function getFlowList(type) {
56350
56355
  var _this17 = this;
@@ -56424,12 +56429,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56424
56429
  });
56425
56430
  },
56426
56431
 
56427
- /**
56428
- * handleClick
56429
- * @desc:表单点击事件
56430
- * @param {Object} val 当前点击行数据及按钮
56431
- * @author liufan
56432
- * @date 2022年11月10日
56432
+ /**
56433
+ * handleClick
56434
+ * @desc:表单点击事件
56435
+ * @param {Object} val 当前点击行数据及按钮
56436
+ * @author liufan
56437
+ * @date 2022年11月10日
56433
56438
  **/
56434
56439
  handleClick: function handleClick(val) {
56435
56440
  var _this18 = this;
@@ -56475,13 +56480,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56475
56480
  }
56476
56481
  },
56477
56482
 
56478
- /**
56479
- * getCodeValue
56480
- * @desc:获取代码表过滤后的值
56481
- * @param {String} value 展示数据的代码值
56482
- * @param {String} type 代码表类型
56483
- * @author liufan
56484
- * @date 2022年11月10日
56483
+ /**
56484
+ * getCodeValue
56485
+ * @desc:获取代码表过滤后的值
56486
+ * @param {String} value 展示数据的代码值
56487
+ * @param {String} type 代码表类型
56488
+ * @author liufan
56489
+ * @date 2022年11月10日
56485
56490
  **/
56486
56491
  getCodeValue: function getCodeValue(value, type) {
56487
56492
  var val = this[type].filter(function (item) {
@@ -56490,12 +56495,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56490
56495
  return val[0].shortName;
56491
56496
  },
56492
56497
 
56493
- /**
56494
- * getSysInfo
56495
- * @desc:获取代码表
56496
- * @param {String} code 编码code值
56497
- * @author liufan
56498
- * @date 2022年11月10日
56498
+ /**
56499
+ * getSysInfo
56500
+ * @desc:获取代码表
56501
+ * @param {String} code 编码code值
56502
+ * @author liufan
56503
+ * @date 2022年11月10日
56499
56504
  **/
56500
56505
  getSysInfo: function getSysInfo(code) {
56501
56506
  var _this19 = this;
@@ -56517,11 +56522,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56517
56522
  }).catch(function (e) {});
56518
56523
  },
56519
56524
 
56520
- /**
56521
- * getListInfo
56522
- * @desc:获取预设列表数据
56523
- * @author liufan
56524
- * @date 2022年11月10日
56525
+ /**
56526
+ * getListInfo
56527
+ * @desc:获取预设列表数据
56528
+ * @author liufan
56529
+ * @date 2022年11月10日
56525
56530
  **/
56526
56531
  getListInfo: function getListInfo() {
56527
56532
  var _this20 = this;
@@ -66035,10 +66040,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66035
66040
  this.$emit('click', res);
66036
66041
  },
66037
66042
 
66038
- /**
66039
- * @desc:获取气泡提醒
66040
- * @author huangbo
66041
- * @date 2024年9月7日
66043
+ /**
66044
+ * @desc:获取气泡提醒
66045
+ * @author huangbo
66046
+ * @date 2024年9月7日
66042
66047
  **/
66043
66048
  getBadge: function getBadge(res) {
66044
66049
  var num = res.tips || 0;
@@ -85656,6 +85661,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85656
85661
  type: String,
85657
85662
  default: ','
85658
85663
  },
85664
+ format: { type: Boolean, default: true },
85659
85665
  plain: Boolean,
85660
85666
  where: Object,
85661
85667
  parseData: Function,
@@ -85896,6 +85902,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85896
85902
  url: sysCode ? this.findCode : this.url,
85897
85903
  method: this.method,
85898
85904
  params: params,
85905
+ format: this.format,
85899
85906
  data: params
85900
85907
  }).then(function (res) {
85901
85908
  _this4.loading = false;
@@ -102704,7 +102711,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102704
102711
  }
102705
102712
 
102706
102713
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102707
- version: '0.8.6',
102714
+ version: '0.8.7',
102708
102715
  install: install,
102709
102716
  Button: packages_button,
102710
102717
  ButtonGroup: button_group,