eoss-ui 0.5.81-beta20 → 0.5.81-beta22

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.
@@ -7285,8 +7285,8 @@ childrenvue_type_template_id_44b7ff61_render._withStripped = true
7285
7285
 
7286
7286
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=44b7ff61&
7287
7287
 
7288
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=00a637ce&
7289
- var columnvue_type_template_id_00a637ce_render = function () {
7288
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=7bee268b&
7289
+ var columnvue_type_template_id_7bee268b_render = function () {
7290
7290
  var _vm = this
7291
7291
  var _h = _vm.$createElement
7292
7292
  var _c = _vm._self._c || _h
@@ -7366,7 +7366,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7366
7366
  },
7367
7367
  },
7368
7368
  "component",
7369
- _vm.formOption,
7369
+ _vm.getOptions(scope.row.formConfigs),
7370
7370
  false
7371
7371
  )
7372
7372
  )
@@ -7422,7 +7422,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7422
7422
  },
7423
7423
  },
7424
7424
  "es-select",
7425
- _vm.formOption,
7425
+ _vm.getOptions(scope.row.formConfigs),
7426
7426
  false
7427
7427
  )
7428
7428
  )
@@ -7478,7 +7478,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7478
7478
  },
7479
7479
  },
7480
7480
  "es-cascader",
7481
- _vm.formOption,
7481
+ _vm.getOptions(scope.row.formConfigs),
7482
7482
  false
7483
7483
  )
7484
7484
  )
@@ -7518,7 +7518,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7518
7518
  },
7519
7519
  },
7520
7520
  "es-select-ganged",
7521
- _vm.formOption,
7521
+ _vm.getOptions(scope.row.formConfigs),
7522
7522
  false
7523
7523
  )
7524
7524
  )
@@ -7557,7 +7557,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7557
7557
  },
7558
7558
  },
7559
7559
  "es-radio-group",
7560
- _vm.formOption,
7560
+ _vm.getOptions(scope.row.formConfigs),
7561
7561
  false
7562
7562
  )
7563
7563
  )
@@ -7596,7 +7596,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7596
7596
  },
7597
7597
  },
7598
7598
  "es-checkbox-group",
7599
- _vm.formOption,
7599
+ _vm.getOptions(scope.row.formConfigs),
7600
7600
  false
7601
7601
  )
7602
7602
  )
@@ -7635,7 +7635,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7635
7635
  },
7636
7636
  },
7637
7637
  "es-switch",
7638
- _vm.formOption,
7638
+ _vm.getOptions(scope.row.formConfigs),
7639
7639
  false
7640
7640
  )
7641
7641
  )
@@ -7701,7 +7701,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7701
7701
  },
7702
7702
  },
7703
7703
  "es-date-picker",
7704
- _vm.formOption,
7704
+ _vm.getOptions(scope.row.formConfigs),
7705
7705
  false
7706
7706
  )
7707
7707
  )
@@ -7752,7 +7752,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7752
7752
  },
7753
7753
  },
7754
7754
  "es-input-number",
7755
- _vm.formOption,
7755
+ _vm.getOptions(scope.row.formConfigs),
7756
7756
  false
7757
7757
  )
7758
7758
  )
@@ -7787,7 +7787,7 @@ var columnvue_type_template_id_00a637ce_render = function () {
7787
7787
  },
7788
7788
  },
7789
7789
  "es-selector",
7790
- _vm.formOption,
7790
+ _vm.getOptions(scope.row.formConfigs),
7791
7791
  false
7792
7792
  ),
7793
7793
  _vm.exclAttribute({
@@ -7871,7 +7871,9 @@ var columnvue_type_template_id_00a637ce_render = function () {
7871
7871
  },
7872
7872
  },
7873
7873
  "input",
7874
- _vm.formOption,
7874
+ _vm.getOptions(
7875
+ scope.row.formConfigs
7876
+ ),
7875
7877
  false
7876
7878
  )
7877
7879
  )
@@ -7938,7 +7940,9 @@ var columnvue_type_template_id_00a637ce_render = function () {
7938
7940
  },
7939
7941
  },
7940
7942
  "textarea",
7941
- _vm.formOption,
7943
+ _vm.getOptions(
7944
+ scope.row.formConfigs
7945
+ ),
7942
7946
  false
7943
7947
  )
7944
7948
  ),
@@ -7995,7 +7999,9 @@ var columnvue_type_template_id_00a637ce_render = function () {
7995
7999
  },
7996
8000
  },
7997
8001
  "es-input",
7998
- _vm.formOption,
8002
+ _vm.getOptions(
8003
+ scope.row.formConfigs
8004
+ ),
7999
8005
  false
8000
8006
  )
8001
8007
  ),
@@ -8093,11 +8099,11 @@ var columnvue_type_template_id_00a637ce_render = function () {
8093
8099
  2
8094
8100
  )
8095
8101
  }
8096
- var columnvue_type_template_id_00a637ce_staticRenderFns = []
8097
- columnvue_type_template_id_00a637ce_render._withStripped = true
8102
+ var columnvue_type_template_id_7bee268b_staticRenderFns = []
8103
+ columnvue_type_template_id_7bee268b_render._withStripped = true
8098
8104
 
8099
8105
 
8100
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=00a637ce&
8106
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=7bee268b&
8101
8107
 
8102
8108
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8103
8109
  var regenerator_ = __webpack_require__(3);
@@ -8106,6 +8112,8 @@ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
8106
8112
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
8107
8113
 
8108
8114
 
8115
+ var columnvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
8116
+
8109
8117
  var columnvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
8110
8118
 
8111
8119
  function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
@@ -8859,9 +8867,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8859
8867
  return data;
8860
8868
  },
8861
8869
  getType: function getType(config, types) {
8862
- var type = config && config[this.field || this.prop] ? config[this.field || this.prop] : this.type;
8870
+ var type = config && config[this.field || this.prop] ? config[this.field || this.prop]['type'] || config[this.field || this.prop] : this.type;
8863
8871
  return Array.isArray(types) ? types.includes(type) : type == types;
8864
8872
  },
8873
+ getOptions: function getOptions(config) {
8874
+ var option = config && config[this.field || this.prop];
8875
+ return option && (typeof option === 'undefined' ? 'undefined' : columnvue_type_script_lang_js_typeof(option)) == 'object' ? columnvue_type_script_lang_js_extends({}, this.formOption, option) : this.formOption;
8876
+ },
8865
8877
  getData: function getData(res) {
8866
8878
  return res && res[this.field || this.prop] ? res[this.field || this.prop] : this.option;
8867
8879
  },
@@ -9025,8 +9037,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
9025
9037
 
9026
9038
  var column_component = normalizeComponent(
9027
9039
  src_columnvue_type_script_lang_js_,
9028
- columnvue_type_template_id_00a637ce_render,
9029
- columnvue_type_template_id_00a637ce_staticRenderFns,
9040
+ columnvue_type_template_id_7bee268b_render,
9041
+ columnvue_type_template_id_7bee268b_staticRenderFns,
9030
9042
  false,
9031
9043
  null,
9032
9044
  null,
@@ -13017,8 +13029,8 @@ date_picker_src_main.install = function (Vue) {
13017
13029
  };
13018
13030
 
13019
13031
  /* harmony default export */ var date_picker = (date_picker_src_main);
13020
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=b9446116&
13021
- var mainvue_type_template_id_b9446116_render = function () {
13032
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=2c75b6d0&
13033
+ var mainvue_type_template_id_2c75b6d0_render = function () {
13022
13034
  var _vm = this
13023
13035
  var _h = _vm.$createElement
13024
13036
  var _c = _vm._self._c || _h
@@ -13033,8 +13045,8 @@ var mainvue_type_template_id_b9446116_render = function () {
13033
13045
  attrs: {
13034
13046
  title: _vm.titles,
13035
13047
  visible: _vm.show,
13036
- width: _vm.wd,
13037
- height: _vm.ht,
13048
+ width: _vm._width,
13049
+ height: _vm._height,
13038
13050
  "close-on-click-modal": _vm.shadeClose,
13039
13051
  showScale: _vm.showScale,
13040
13052
  drag: _vm.drag,
@@ -13528,11 +13540,11 @@ var mainvue_type_template_id_b9446116_render = function () {
13528
13540
  2
13529
13541
  )
13530
13542
  }
13531
- var mainvue_type_template_id_b9446116_staticRenderFns = []
13532
- mainvue_type_template_id_b9446116_render._withStripped = true
13543
+ var mainvue_type_template_id_2c75b6d0_staticRenderFns = []
13544
+ mainvue_type_template_id_2c75b6d0_render._withStripped = true
13533
13545
 
13534
13546
 
13535
- // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=b9446116&
13547
+ // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=2c75b6d0&
13536
13548
 
13537
13549
  // EXTERNAL MODULE: external "wujie-vue2"
13538
13550
  var external_wujie_vue2_ = __webpack_require__(7);
@@ -13812,6 +13824,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
13812
13824
 
13813
13825
  var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
13814
13826
 
13827
+ var availWidth = 0;
13828
+ var availHeight = 0;
13829
+ availWidth = utils_util["a" /* default */].win.top.document.body.offsetWidth - 260;
13830
+ availHeight = utils_util["a" /* default */].win.top.document.body.offsetHeight - 60;
13815
13831
  /* harmony default export */ var dialog_src_mainvue_type_script_lang_js_ = ({
13816
13832
  name: 'EsDialog',
13817
13833
  inheritAttrs: false,
@@ -13893,6 +13909,12 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
13893
13909
  computed: {
13894
13910
  wujieName: function wujieName() {
13895
13911
  return this.name ? this.name : utils_util["a" /* default */].uuid(16);
13912
+ },
13913
+ _width: function _width() {
13914
+ return this.width ? this.width : this.sizes[this.size]['width'];
13915
+ },
13916
+ _height: function _height() {
13917
+ return this.height ? this.height : this.sizes[this.size]['height'];
13896
13918
  }
13897
13919
  },
13898
13920
  watch: {
@@ -13916,12 +13938,11 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
13916
13938
  sm: { width: '960px', height: '500px' },
13917
13939
  md: { width: '1060px', height: '600px' },
13918
13940
  lg: { width: '1200px', height: '800px' },
13941
+ max: { width: availWidth + 'px', height: availHeight + 'px' },
13919
13942
  full: { width: '100%', height: '100%' }
13920
13943
  },
13921
13944
  show: this.visible,
13922
13945
  defaultProps: {},
13923
- wd: '',
13924
- ht: '',
13925
13946
  zoom: 1,
13926
13947
  scales: { zoom: 1 }
13927
13948
  };
@@ -13929,19 +13950,6 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
13929
13950
  created: function created() {
13930
13951
  var _this = this;
13931
13952
 
13932
- var availWidth = 0;
13933
- var availHeight = 0;
13934
- availWidth = utils_util["a" /* default */].win.top.document.body.offsetWidth - 260;
13935
- availHeight = utils_util["a" /* default */].win.top.document.body.offsetHeight - 60;
13936
- this.sizes.max = { width: availWidth + 'px', height: availHeight + 'px' };
13937
- if (this.size === 'full' || this.width == '100%' && this.height == '100%') {
13938
- this.full = true;
13939
- this.wd = '100%';
13940
- this.ht = '100%';
13941
- } else {
13942
- this.wd = this.width ? this.width : this.sizes[this.size]['width'];
13943
- this.ht = this.height ? this.height : this.sizes[this.size]['height'];
13944
- }
13945
13953
  if (this.busEvent) {
13946
13954
  bus.$on(this.busEvent, function () {
13947
13955
  var _ref = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(res) {
@@ -14090,8 +14098,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
14090
14098
 
14091
14099
  var dialog_src_main_component = normalizeComponent(
14092
14100
  packages_dialog_src_mainvue_type_script_lang_js_,
14093
- mainvue_type_template_id_b9446116_render,
14094
- mainvue_type_template_id_b9446116_staticRenderFns,
14101
+ mainvue_type_template_id_2c75b6d0_render,
14102
+ mainvue_type_template_id_2c75b6d0_staticRenderFns,
14095
14103
  false,
14096
14104
  null,
14097
14105
  null,
@@ -31286,8 +31294,8 @@ form_src_main.install = function (Vue) {
31286
31294
  };
31287
31295
 
31288
31296
  /* harmony default export */ var packages_form = (form_src_main);
31289
- // 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=70282cba&
31290
- var mainvue_type_template_id_70282cba_render = function () {
31297
+ // 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=ca6d1df4&
31298
+ var mainvue_type_template_id_ca6d1df4_render = function () {
31291
31299
  var _vm = this
31292
31300
  var _h = _vm.$createElement
31293
31301
  var _c = _vm._self._c || _h
@@ -31327,14 +31335,18 @@ var mainvue_type_template_id_70282cba_render = function () {
31327
31335
  ),
31328
31336
  ]
31329
31337
  ),
31330
- _c("es-button", {
31331
- staticClass: "es-icon",
31332
- attrs: {
31333
- size: "medium",
31334
- icon: _vm.shrink ? "es-icon-indent" : "es-icon-increase",
31335
- },
31336
- on: { click: _vm.setShrink },
31337
- }),
31338
+ _vm.showShrink
31339
+ ? _c("es-button", {
31340
+ staticClass: "es-icon",
31341
+ attrs: {
31342
+ size: "medium",
31343
+ icon: _vm.shrink
31344
+ ? "es-icon-indent"
31345
+ : "es-icon-increase",
31346
+ },
31347
+ on: { click: _vm.setShrink },
31348
+ })
31349
+ : _vm._e(),
31338
31350
  ],
31339
31351
  1
31340
31352
  ),
@@ -33053,11 +33065,11 @@ var mainvue_type_template_id_70282cba_render = function () {
33053
33065
  )
33054
33066
  : _vm._e()
33055
33067
  }
33056
- var mainvue_type_template_id_70282cba_staticRenderFns = []
33057
- mainvue_type_template_id_70282cba_render._withStripped = true
33068
+ var mainvue_type_template_id_ca6d1df4_staticRenderFns = []
33069
+ mainvue_type_template_id_ca6d1df4_render._withStripped = true
33058
33070
 
33059
33071
 
33060
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=70282cba&
33072
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=ca6d1df4&
33061
33073
 
33062
33074
  // 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/CommonOpinions.vue?vue&type=template&id=28c062bc&
33063
33075
  var CommonOpinionsvue_type_template_id_28c062bc_render = function () {
@@ -40740,6 +40752,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40740
40752
  //
40741
40753
  //
40742
40754
  //
40755
+ //
40743
40756
 
40744
40757
 
40745
40758
 
@@ -40759,6 +40772,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40759
40772
  componentName: 'EsFlow',
40760
40773
  components: (flow_src_mainvue_type_script_lang_js_components = {}, flow_src_mainvue_type_script_lang_js_components[processForm.name] = processForm, flow_src_mainvue_type_script_lang_js_components[processReject.name] = processReject, flow_src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, flow_src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, flow_src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, flow_src_mainvue_type_script_lang_js_components[FileList.name] = FileList, flow_src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, flow_src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, flow_src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, flow_src_mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, flow_src_mainvue_type_script_lang_js_components.Preset = Preset, flow_src_mainvue_type_script_lang_js_components),
40761
40774
  props: {
40775
+ showShrink: { type: Boolean, default: true },
40762
40776
  isStartFlow: { type: Boolean, default: false },
40763
40777
  businessId: { type: String, default: '' },
40764
40778
  pendingId: { type: String, default: '' },
@@ -42590,8 +42604,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42590
42604
 
42591
42605
  var flow_src_main_component = normalizeComponent(
42592
42606
  packages_flow_src_mainvue_type_script_lang_js_,
42593
- mainvue_type_template_id_70282cba_render,
42594
- mainvue_type_template_id_70282cba_staticRenderFns,
42607
+ mainvue_type_template_id_ca6d1df4_render,
42608
+ mainvue_type_template_id_ca6d1df4_staticRenderFns,
42595
42609
  false,
42596
42610
  null,
42597
42611
  null,
@@ -42608,8 +42622,8 @@ flow_src_main.install = function (Vue) {
42608
42622
  };
42609
42623
 
42610
42624
  /* harmony default export */ var packages_flow = (flow_src_main);
42611
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=b1b20cb0&
42612
- var mainvue_type_template_id_b1b20cb0_render = function () {
42625
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=89a88782&
42626
+ var mainvue_type_template_id_89a88782_render = function () {
42613
42627
  var _vm = this
42614
42628
  var _h = _vm.$createElement
42615
42629
  var _c = _vm._self._c || _h
@@ -42676,16 +42690,28 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
42676
42690
  })
42677
42691
  : _vm._e(),
42678
42692
  items.title.count
42679
- ? _c("el-badge", {
42680
- attrs: {
42681
- type: "primary",
42682
- value: items.title.count,
42683
- color: items.title.color,
42684
- max: 99,
42693
+ ? _c(
42694
+ "el-badge",
42695
+ {
42696
+ attrs: {
42697
+ type: "primary",
42698
+ value: items.title.count,
42699
+ color: items.title.color,
42700
+ max: 99,
42701
+ },
42685
42702
  },
42686
- })
42687
- : _vm._e(),
42688
- [_vm._v(_vm._s(items.title.text))],
42703
+ [
42704
+ _vm._v(
42705
+ _vm._s(items.title.text) +
42706
+ "\n "
42707
+ ),
42708
+ ]
42709
+ )
42710
+ : [
42711
+ _vm._v(
42712
+ _vm._s(items.title.text)
42713
+ ),
42714
+ ],
42689
42715
  ]
42690
42716
  : [_vm._v(_vm._s(items.title))],
42691
42717
  ]
@@ -43430,9 +43456,13 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
43430
43456
  )
43431
43457
  )
43432
43458
  : _vm._e(),
43433
- item.component
43459
+ item.component ||
43460
+ item.type ==
43461
+ "component"
43434
43462
  ? _c(
43435
- item.type,
43463
+ item.is ||
43464
+ item.name ||
43465
+ item.type,
43436
43466
  _vm._b(
43437
43467
  {
43438
43468
  tag: "component",
@@ -43441,6 +43471,10 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
43441
43471
  _vm.handleExclAttribute(
43442
43472
  {
43443
43473
  data: item,
43474
+ attrs: [
43475
+ "is",
43476
+ "type",
43477
+ ],
43444
43478
  }
43445
43479
  ),
43446
43480
  false
@@ -43453,14 +43487,18 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
43453
43487
  ),
43454
43488
  ]
43455
43489
  : [
43456
- contents.component
43490
+ contents.component ||
43491
+ contents.type == "component"
43457
43492
  ? _c(
43458
- contents.type,
43493
+ contents.is ||
43494
+ contents.name ||
43495
+ contents.type,
43459
43496
  _vm._b(
43460
43497
  { tag: "component" },
43461
43498
  "component",
43462
43499
  _vm.handleExclAttribute({
43463
43500
  data: contents,
43501
+ attrs: ["is", "type"],
43464
43502
  }),
43465
43503
  false
43466
43504
  )
@@ -43816,7 +43854,7 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
43816
43854
  staticClass: "es-group-flow",
43817
43855
  attrs: {
43818
43856
  width: _vm.width,
43819
- "before-submit": _vm.handleSubmit,
43857
+ "before-submit": _vm.isSubmit ? _vm.handleSubmit : undefined,
43820
43858
  businessId: _vm.businessId,
43821
43859
  closeParent: _vm.closeParent,
43822
43860
  },
@@ -43837,11 +43875,11 @@ var mainvue_type_template_id_b1b20cb0_render = function () {
43837
43875
  2
43838
43876
  )
43839
43877
  }
43840
- var mainvue_type_template_id_b1b20cb0_staticRenderFns = []
43841
- mainvue_type_template_id_b1b20cb0_render._withStripped = true
43878
+ var mainvue_type_template_id_89a88782_staticRenderFns = []
43879
+ mainvue_type_template_id_89a88782_render._withStripped = true
43842
43880
 
43843
43881
 
43844
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=b1b20cb0&
43882
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=89a88782&
43845
43883
 
43846
43884
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
43847
43885
  var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -44284,6 +44322,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
44284
44322
  //
44285
44323
  //
44286
44324
  //
44325
+ //
44326
+ //
44287
44327
 
44288
44328
 
44289
44329
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -44330,7 +44370,11 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
44330
44370
  type: String,
44331
44371
  default: '360px'
44332
44372
  },
44333
- refs: String
44373
+ refs: String,
44374
+ isSubmit: {
44375
+ type: Boolean,
44376
+ default: true
44377
+ }
44334
44378
  },
44335
44379
  data: function data() {
44336
44380
  return {
@@ -44469,6 +44513,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
44469
44513
  if (Array.isArray(esFlowForm)) {
44470
44514
  esFlowForm = esFlowForm[0];
44471
44515
  }
44516
+ esFlowForm;
44472
44517
  this.showMsg = res == 1 ? false : true;
44473
44518
  return esFlowForm.submitData(undefined, false, {}, res);
44474
44519
  },
@@ -44519,8 +44564,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
44519
44564
 
44520
44565
  var flow_group_src_main_component = normalizeComponent(
44521
44566
  packages_flow_group_src_mainvue_type_script_lang_js_,
44522
- mainvue_type_template_id_b1b20cb0_render,
44523
- mainvue_type_template_id_b1b20cb0_staticRenderFns,
44567
+ mainvue_type_template_id_89a88782_render,
44568
+ mainvue_type_template_id_89a88782_staticRenderFns,
44524
44569
  false,
44525
44570
  null,
44526
44571
  null,
@@ -51244,8 +51289,8 @@ login_src_main.install = function (Vue) {
51244
51289
  };
51245
51290
 
51246
51291
  /* harmony default export */ var login = (login_src_main);
51247
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=46c88986&
51248
- var mainvue_type_template_id_46c88986_render = function () {
51292
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=a3c25372&
51293
+ var mainvue_type_template_id_a3c25372_render = function () {
51249
51294
  var _vm = this
51250
51295
  var _h = _vm.$createElement
51251
51296
  var _c = _vm._self._c || _h
@@ -51314,14 +51359,14 @@ var mainvue_type_template_id_46c88986_render = function () {
51314
51359
  2
51315
51360
  )
51316
51361
  }
51317
- var mainvue_type_template_id_46c88986_staticRenderFns = []
51318
- mainvue_type_template_id_46c88986_render._withStripped = true
51362
+ var mainvue_type_template_id_a3c25372_staticRenderFns = []
51363
+ mainvue_type_template_id_a3c25372_render._withStripped = true
51319
51364
 
51320
51365
 
51321
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=46c88986&
51366
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=a3c25372&
51322
51367
 
51323
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=cd15edd8&scoped=true&
51324
- var simplicityvue_type_template_id_cd15edd8_scoped_true_render = function () {
51368
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=7188d482&scoped=true&
51369
+ var simplicityvue_type_template_id_7188d482_scoped_true_render = function () {
51325
51370
  var _vm = this
51326
51371
  var _h = _vm.$createElement
51327
51372
  var _c = _vm._self._c || _h
@@ -51801,50 +51846,39 @@ var simplicityvue_type_template_id_cd15edd8_scoped_true_render = function () {
51801
51846
  [
51802
51847
  (_vm.isIE && item.method !== "router") ||
51803
51848
  item.method == "iframe"
51804
- ? [
51805
- _c("iframe", {
51806
- attrs: {
51807
- id: _vm.activeName == item.id ? _vm.iframeId : "",
51808
- name: _vm.activeName == item.id ? _vm.iframeId : "",
51809
- frameborder: "0",
51810
- width: "100%",
51811
- height: "100%",
51812
- src: item.url,
51813
- },
51814
- }),
51815
- ]
51849
+ ? _c("iframe", {
51850
+ attrs: {
51851
+ id: _vm.activeName == item.id ? _vm.iframeId : "",
51852
+ name: _vm.activeName == item.id ? _vm.iframeId : "",
51853
+ frameborder: "0",
51854
+ width: "100%",
51855
+ height: "100%",
51856
+ src: item.url,
51857
+ },
51858
+ })
51816
51859
  : item.method === "wujie" && item.refresh
51817
- ? [
51818
- _c("es-wujie", {
51819
- attrs: {
51820
- show: true,
51821
- props: _vm.wjProps,
51822
- attrs: _vm.wjAttrs,
51823
- name: item.appCode,
51824
- url: item.url,
51825
- },
51826
- }),
51827
- ]
51860
+ ? _c("es-wujie", {
51861
+ attrs: {
51862
+ show: true,
51863
+ props: _vm.wjProps,
51864
+ attrs: _vm.wjAttrs,
51865
+ name: item.appCode,
51866
+ url: item.url,
51867
+ },
51868
+ })
51828
51869
  : item.method === "router" && item.refresh
51829
- ? [
51830
- _c(
51870
+ ? _c(
51871
+ "router-page",
51872
+ _vm._b(
51873
+ { attrs: { query: _vm.$parent.params } },
51831
51874
  "router-page",
51832
- _vm._b(
51833
- {
51834
- attrs: {
51835
- show: _vm.activeName == item.id,
51836
- query: _vm.$parent.params,
51837
- },
51838
- },
51839
- "router-page",
51840
- item,
51841
- false
51842
- )
51843
- ),
51844
- ]
51875
+ item,
51876
+ false
51877
+ )
51878
+ )
51845
51879
  : _vm._e(),
51846
51880
  ],
51847
- 2
51881
+ 1
51848
51882
  )
51849
51883
  }),
51850
51884
  ],
@@ -51930,11 +51964,11 @@ var simplicityvue_type_template_id_cd15edd8_scoped_true_render = function () {
51930
51964
  ),
51931
51965
  ])
51932
51966
  }
51933
- var simplicityvue_type_template_id_cd15edd8_scoped_true_staticRenderFns = []
51934
- simplicityvue_type_template_id_cd15edd8_scoped_true_render._withStripped = true
51967
+ var simplicityvue_type_template_id_7188d482_scoped_true_staticRenderFns = []
51968
+ simplicityvue_type_template_id_7188d482_scoped_true_render._withStripped = true
51935
51969
 
51936
51970
 
51937
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=cd15edd8&scoped=true&
51971
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7188d482&scoped=true&
51938
51972
 
51939
51973
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=1560e8bf&scoped=true&
51940
51974
  var avatarvue_type_template_id_1560e8bf_scoped_true_render = function () {
@@ -55601,8 +55635,8 @@ var settings_component = normalizeComponent(
55601
55635
  )
55602
55636
 
55603
55637
  /* harmony default export */ var settings = (settings_component.exports);
55604
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/router-page.vue?vue&type=template&id=ec0c2718&scoped=true&
55605
- var router_pagevue_type_template_id_ec0c2718_scoped_true_render = function () {
55638
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/router-page.vue?vue&type=template&id=fa212f84&scoped=true&
55639
+ var router_pagevue_type_template_id_fa212f84_scoped_true_render = function () {
55606
55640
  var _vm = this
55607
55641
  var _h = _vm.$createElement
55608
55642
  var _c = _vm._self._c || _h
@@ -55612,11 +55646,11 @@ var router_pagevue_type_template_id_ec0c2718_scoped_true_render = function () {
55612
55646
  1
55613
55647
  )
55614
55648
  }
55615
- var router_pagevue_type_template_id_ec0c2718_scoped_true_staticRenderFns = []
55616
- router_pagevue_type_template_id_ec0c2718_scoped_true_render._withStripped = true
55649
+ var router_pagevue_type_template_id_fa212f84_scoped_true_staticRenderFns = []
55650
+ router_pagevue_type_template_id_fa212f84_scoped_true_render._withStripped = true
55617
55651
 
55618
55652
 
55619
- // CONCATENATED MODULE: ./packages/main/src/simplicity/router-page.vue?vue&type=template&id=ec0c2718&scoped=true&
55653
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/router-page.vue?vue&type=template&id=fa212f84&scoped=true&
55620
55654
 
55621
55655
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/router-page.vue?vue&type=script&lang=js&
55622
55656
  var router_pagevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -55641,34 +55675,25 @@ var router_pagevue_type_script_lang_js_extends = Object.assign || function (targ
55641
55675
  default: function _default() {
55642
55676
  return {};
55643
55677
  }
55644
- },
55645
- show: Boolean
55678
+ }
55646
55679
  },
55647
55680
  data: function data() {
55648
- return {
55649
- params: {}
55650
- };
55681
+ return {};
55651
55682
  },
55652
55683
 
55653
55684
  computed: {},
55654
- watch: {
55655
- show: function show(val) {
55656
- if (val) {
55657
- this.jump();
55658
- }
55659
- }
55660
- },
55685
+ watch: {},
55661
55686
  created: function created() {},
55662
55687
  mounted: function mounted() {
55663
- this.params = utils_util["a" /* default */].getParams({ url: this.url });
55664
55688
  this.jump();
55665
55689
  },
55666
55690
 
55667
55691
  methods: {
55668
55692
  jump: function jump() {
55693
+ var params = utils_util["a" /* default */].getParams({ url: this.url });
55669
55694
  this.$router.push({
55670
55695
  path: this.path,
55671
- query: router_pagevue_type_script_lang_js_extends({}, this.query, this.params)
55696
+ query: router_pagevue_type_script_lang_js_extends({}, this.query, params)
55672
55697
  });
55673
55698
  }
55674
55699
  }
@@ -55685,11 +55710,11 @@ var router_pagevue_type_script_lang_js_extends = Object.assign || function (targ
55685
55710
 
55686
55711
  var router_page_component = normalizeComponent(
55687
55712
  simplicity_router_pagevue_type_script_lang_js_,
55688
- router_pagevue_type_template_id_ec0c2718_scoped_true_render,
55689
- router_pagevue_type_template_id_ec0c2718_scoped_true_staticRenderFns,
55713
+ router_pagevue_type_template_id_fa212f84_scoped_true_render,
55714
+ router_pagevue_type_template_id_fa212f84_scoped_true_staticRenderFns,
55690
55715
  false,
55691
55716
  null,
55692
- "ec0c2718",
55717
+ "fa212f84",
55693
55718
  null
55694
55719
 
55695
55720
  )
@@ -56119,12 +56144,6 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
56119
56144
  //
56120
56145
  //
56121
56146
  //
56122
- //
56123
- //
56124
- //
56125
- //
56126
- //
56127
- //
56128
56147
 
56129
56148
 
56130
56149
 
@@ -56218,6 +56237,7 @@ var events = [function (tabs, index, that) {
56218
56237
  type: Boolean,
56219
56238
  default: true
56220
56239
  },
56240
+ sysCode: String,
56221
56241
  appCode: String,
56222
56242
  //logo
56223
56243
  logo: String,
@@ -56667,6 +56687,44 @@ var events = [function (tabs, index, that) {
56667
56687
  });
56668
56688
  },
56669
56689
 
56690
+ /**
56691
+ * @desc 获取菜单层级id
56692
+ * @param {Array} [menus] - 系统菜单数据对象
56693
+ * @param {String} [url] - 菜单id或url地址
56694
+ */
56695
+ getId: function getId(menus, code) {
56696
+ if (!code) {
56697
+ return false;
56698
+ }
56699
+ for (var i = 0; i < menus.length; i++) {
56700
+ var item = menus[i];
56701
+ if (item.appCode === code) {
56702
+ return item.id;
56703
+ } else if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
56704
+ var id = this.getId(item.children, code);
56705
+ if (id) {
56706
+ if (item.pid === 'root' || Array.isArray(id)) {
56707
+ return [item.id].concat(id);
56708
+ } else if (typeof id === 'string') {
56709
+ return [item.id, id];
56710
+ }
56711
+ return id;
56712
+ }
56713
+ } else if (Object.prototype.hasOwnProperty.call(item, 'fourthTabs') && item.fourthTabs.length) {
56714
+ var _id = this.getId(item.fourthTabs, code);
56715
+ if (_id) {
56716
+ if (item.pid === 'root' || Array.isArray(_id)) {
56717
+ return [item.id].concat(_id);
56718
+ } else if (typeof _id === 'string') {
56719
+ return [item.id, _id];
56720
+ }
56721
+ return _id;
56722
+ }
56723
+ }
56724
+ }
56725
+ return false;
56726
+ },
56727
+
56670
56728
  /**
56671
56729
  * @desc:获取菜单列表
56672
56730
  * @author huangbo
@@ -56683,8 +56741,9 @@ var events = [function (tabs, index, that) {
56683
56741
  _this2.setTips(_this2.menus);
56684
56742
  utils_store.set('nav', _this2.menus);
56685
56743
  if (_this2.appCode) {
56744
+ var code = _this2.sysCode || _this2.appCode;
56686
56745
  var app = _this2.userApps.filter(function (item) {
56687
- return item.code === _this2.appCode;
56746
+ return item.code === code;
56688
56747
  })[0];
56689
56748
  if (app) {
56690
56749
  _this2.active = app.id;
@@ -56699,11 +56758,14 @@ var events = [function (tabs, index, that) {
56699
56758
  }
56700
56759
  }
56701
56760
  }
56702
- var subMenus = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
56703
- if (subMenus) {
56704
- if (_this2.tabs.length == 0) {
56705
- var _obj = _this2.getFirst(subMenus);
56761
+ if (_this2.sysCode) {
56762
+ var subMenus = _this2.getMenu(_this2.menus, _this2.sysCode, 'appCode');
56763
+ if (subMenus) {
56764
+ var _obj = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
56706
56765
  if (_obj) {
56766
+ if (!_obj.url) {
56767
+ _obj = _this2.getFirst(_obj);
56768
+ }
56707
56769
  _this2.subActive = _obj.id;
56708
56770
  var _tab = _this2.setIframeType(_obj);
56709
56771
  _this2.tabs = [_tab];
@@ -56711,23 +56773,43 @@ var events = [function (tabs, index, that) {
56711
56773
  } else {
56712
56774
  _this2.subActive = '';
56713
56775
  }
56776
+ _this2.subMenus = subMenus;
56777
+ _this2.showMenu = true;
56778
+ } else {
56779
+ _this2.subMenus = null;
56780
+ _this2.showMenu = false;
56714
56781
  }
56715
- _this2.subMenus = subMenus;
56716
- _this2.showMenu = true;
56717
56782
  } else {
56718
- _this2.subMenus = null;
56719
- _this2.showMenu = false;
56783
+ var _subMenus = _this2.getMenu(_this2.menus, _this2.appCode, 'appCode');
56784
+ if (_subMenus) {
56785
+ if (_this2.tabs.length == 0) {
56786
+ var _obj2 = _this2.getFirst(_subMenus);
56787
+ if (_obj2) {
56788
+ _this2.subActive = _obj2.id;
56789
+ var _tab2 = _this2.setIframeType(_obj2);
56790
+ _this2.tabs = [_tab2];
56791
+ _this2.activeName = _tab2.id;
56792
+ } else {
56793
+ _this2.subActive = '';
56794
+ }
56795
+ }
56796
+ _this2.subMenus = _subMenus;
56797
+ _this2.showMenu = true;
56798
+ } else {
56799
+ _this2.subMenus = null;
56800
+ _this2.showMenu = false;
56801
+ }
56720
56802
  }
56721
56803
  } else {
56722
56804
  if (_this2.indexUrl) {
56723
- var _obj2 = _this2.getMenu(_this2.menus, _this2.indexUrl);
56724
- if (_obj2) {
56805
+ var _obj3 = _this2.getMenu(_this2.menus, _this2.indexUrl);
56806
+ if (_obj3) {
56725
56807
  if (!_this2.appCode) {
56726
- var _tab2 = _this2.setIframeType(_obj2);
56727
- _this2.tabs = [_tab2];
56728
- _this2.activeName = _tab2.id;
56808
+ var _tab3 = _this2.setIframeType(_obj3);
56809
+ _this2.tabs = [_tab3];
56810
+ _this2.activeName = _tab3.id;
56729
56811
  }
56730
- _this2.homePage = _obj2;
56812
+ _this2.homePage = _obj3;
56731
56813
  } else {
56732
56814
  _this2.homePage = _this2.setIframeType({
56733
56815
  url: _this2.indexUrl,
@@ -56741,11 +56823,11 @@ var events = [function (tabs, index, that) {
56741
56823
  }
56742
56824
  }
56743
56825
  } else if (_this2.initApps && _this2.initApps.length && !_this2.appCode) {
56744
- var _obj3 = _this2.getMenu(_this2.menus, _this2.initApps[_this2.initApps.length - 1]);
56745
- if (_obj3) {
56746
- var _tab3 = _this2.setIframeType(_obj3);
56747
- _this2.tabs.push(_tab3);
56748
- _this2.activeName = _tab3.id;
56826
+ var _obj4 = _this2.getMenu(_this2.menus, _this2.initApps[_this2.initApps.length - 1]);
56827
+ if (_obj4) {
56828
+ var _tab4 = _this2.setIframeType(_obj4);
56829
+ _this2.tabs.push(_tab4);
56830
+ _this2.activeName = _tab4.id;
56749
56831
  }
56750
56832
  }
56751
56833
  }
@@ -56836,9 +56918,9 @@ var events = [function (tabs, index, that) {
56836
56918
  return obj;
56837
56919
  }
56838
56920
  } else if (Object.prototype.hasOwnProperty.call(item, 'fourthTabs') && item.fourthTabs.length) {
56839
- var _obj4 = this.getMenu(item.fourthTabs, res, key);
56840
- if (_obj4) {
56841
- return _obj4;
56921
+ var _obj5 = this.getMenu(item.fourthTabs, res, key);
56922
+ if (_obj5) {
56923
+ return _obj5;
56842
56924
  }
56843
56925
  }
56844
56926
  }
@@ -57050,9 +57132,9 @@ var events = [function (tabs, index, that) {
57050
57132
  }
57051
57133
  }
57052
57134
  } else {
57053
- var _tab4 = this.setIframeType(res);
57054
- this.tabs.push(_tab4);
57055
- this.activeName = _tab4.id;
57135
+ var _tab5 = this.setIframeType(res);
57136
+ this.tabs.push(_tab5);
57137
+ this.activeName = _tab5.id;
57056
57138
  }
57057
57139
  } else {
57058
57140
  if (res.method == 'iframe') {
@@ -57077,8 +57159,8 @@ var events = [function (tabs, index, that) {
57077
57159
  var _i = utils_util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
57078
57160
  this.activeName = subMenus.id;
57079
57161
  if (_i == -1) {
57080
- var _tab5 = this.setIframeType(subMenus);
57081
- this.tabs.push(_tab5);
57162
+ var _tab6 = this.setIframeType(subMenus);
57163
+ this.tabs.push(_tab6);
57082
57164
  } else {
57083
57165
  if (subMenus.method == 'iframe') {
57084
57166
  subMenus.url = utils_util["a" /* default */].handlerUrl(subMenus.url);
@@ -57136,23 +57218,24 @@ var events = [function (tabs, index, that) {
57136
57218
  this.showMsg = false;
57137
57219
  this.showSet = false;
57138
57220
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, res, 'id');
57139
- this.activeName = res.id;
57140
57221
  if (i == -1) {
57141
57222
  var tab = this.setIframeType(res);
57142
57223
  this.tabs.push(tab);
57224
+ this.activeName = res.id;
57143
57225
  } else {
57144
- if (res.method == 'iframe') {
57145
- res.url = utils_util["a" /* default */].handlerUrl(res.url);
57226
+ var _tab7 = this.tabs[i];
57227
+ if (_tab7.method === 'iframe') {
57228
+ this.activeName = res.id;
57229
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab7.url));
57146
57230
  } else {
57147
- var _tab6 = this.tabs[i];
57148
- if (_tab6.method === 'iframe') {
57149
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab6.url));
57150
- } else {
57151
- this.$set(this.tabs[i], 'refresh', false);
57152
- this.$nextTick(function () {
57153
- _this5.$set(_this5.tabs[i], 'refresh', true);
57154
- });
57231
+ this.$set(this.tabs[i], 'refresh', false);
57232
+ if (_tab7.method === 'wujie') {
57233
+ this.activeName = res.id;
57155
57234
  }
57235
+ this.$nextTick(function () {
57236
+ _this5.$set(_this5.tabs[i], 'refresh', true);
57237
+ _this5.activeName = res.id;
57238
+ });
57156
57239
  }
57157
57240
  }
57158
57241
  },
@@ -57210,9 +57293,9 @@ var events = [function (tabs, index, that) {
57210
57293
  if (tab.method === 'iframe') {
57211
57294
  tab.url = utils_util["a" /* default */].handlerUrl(tab.url);
57212
57295
  } else {
57213
- var _tab7 = this.tabs[i];
57214
- if (_tab7.method === 'iframe') {
57215
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab7.url));
57296
+ var _tab8 = this.tabs[i];
57297
+ if (_tab8.method === 'iframe') {
57298
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab8.url));
57216
57299
  } else {
57217
57300
  this.$set(this.tabs[i], 'refresh', false);
57218
57301
  this.$nextTick(function () {
@@ -57492,9 +57575,9 @@ var events = [function (tabs, index, that) {
57492
57575
  var tab = this.setIframeType(obj);
57493
57576
  this.tabs.splice(n + 1, 0, tab);
57494
57577
  } else {
57495
- var _tab8 = this.tabs[i];
57496
- if (_tab8.method === 'iframe') {
57497
- this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab8.url));
57578
+ var _tab9 = this.tabs[i];
57579
+ if (_tab9.method === 'iframe') {
57580
+ this.$set(this.tabs[i], 'url', utils_util["a" /* default */].handlerUrl(_tab9.url));
57498
57581
  } else {
57499
57582
  this.$set(this.tabs[i], 'refresh', false);
57500
57583
  this.$nextTick(function () {
@@ -57540,11 +57623,11 @@ var events = [function (tabs, index, that) {
57540
57623
 
57541
57624
  var simplicity_component = normalizeComponent(
57542
57625
  src_simplicityvue_type_script_lang_js_,
57543
- simplicityvue_type_template_id_cd15edd8_scoped_true_render,
57544
- simplicityvue_type_template_id_cd15edd8_scoped_true_staticRenderFns,
57626
+ simplicityvue_type_template_id_7188d482_scoped_true_render,
57627
+ simplicityvue_type_template_id_7188d482_scoped_true_staticRenderFns,
57545
57628
  false,
57546
57629
  null,
57547
- "cd15edd8",
57630
+ "7188d482",
57548
57631
  null
57549
57632
 
57550
57633
  )
@@ -61682,6 +61765,7 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
61682
61765
  watch: {},
61683
61766
  data: function data() {
61684
61767
  return {
61768
+ sysCode: '',
61685
61769
  appCode: '',
61686
61770
  params: {},
61687
61771
  dialogs: [],
@@ -61690,6 +61774,7 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
61690
61774
  },
61691
61775
  created: function created() {
61692
61776
  this.params = utils_util["a" /* default */].getParams() || {};
61777
+ this.sysCode = this.params.sysCode;
61693
61778
  this.appCode = this.params.appCode;
61694
61779
  this.getConfig(this.params);
61695
61780
  // 主应用监听事件
@@ -61917,8 +62002,8 @@ var src_mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
61917
62002
 
61918
62003
  var main_src_main_component = normalizeComponent(
61919
62004
  packages_main_src_mainvue_type_script_lang_js_,
61920
- mainvue_type_template_id_46c88986_render,
61921
- mainvue_type_template_id_46c88986_staticRenderFns,
62005
+ mainvue_type_template_id_a3c25372_render,
62006
+ mainvue_type_template_id_a3c25372_staticRenderFns,
61922
62007
  false,
61923
62008
  null,
61924
62009
  null,
@@ -66893,8 +66978,8 @@ select_ganged_src_main.install = function (Vue) {
66893
66978
  };
66894
66979
 
66895
66980
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
66896
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=4fe58ff0&
66897
- var mainvue_type_template_id_4fe58ff0_render = function () {
66981
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=b8fc187a&
66982
+ var mainvue_type_template_id_b8fc187a_render = function () {
66898
66983
  var _vm = this
66899
66984
  var _h = _vm.$createElement
66900
66985
  var _c = _vm._self._c || _h
@@ -67387,6 +67472,7 @@ var mainvue_type_template_id_4fe58ff0_render = function () {
67387
67472
  title: _vm.title,
67388
67473
  visible: _vm.visible,
67389
67474
  width: _vm.width,
67475
+ height: _vm.height,
67390
67476
  css: false,
67391
67477
  "append-to-body": true,
67392
67478
  "close-on-click-modal": false,
@@ -67444,11 +67530,11 @@ var mainvue_type_template_id_4fe58ff0_render = function () {
67444
67530
  )
67445
67531
  : _vm._e()
67446
67532
  }
67447
- var mainvue_type_template_id_4fe58ff0_staticRenderFns = []
67448
- mainvue_type_template_id_4fe58ff0_render._withStripped = true
67533
+ var mainvue_type_template_id_b8fc187a_staticRenderFns = []
67534
+ mainvue_type_template_id_b8fc187a_render._withStripped = true
67449
67535
 
67450
67536
 
67451
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=4fe58ff0&
67537
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=b8fc187a&
67452
67538
 
67453
67539
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
67454
67540
  var clickoutside_ = __webpack_require__(17);
@@ -67666,6 +67752,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
67666
67752
  //
67667
67753
  //
67668
67754
  //
67755
+ //
67669
67756
 
67670
67757
 
67671
67758
 
@@ -68125,8 +68212,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
68125
68212
 
68126
68213
  var selector_src_main_component = normalizeComponent(
68127
68214
  packages_selector_src_mainvue_type_script_lang_js_,
68128
- mainvue_type_template_id_4fe58ff0_render,
68129
- mainvue_type_template_id_4fe58ff0_staticRenderFns,
68215
+ mainvue_type_template_id_b8fc187a_render,
68216
+ mainvue_type_template_id_b8fc187a_staticRenderFns,
68130
68217
  false,
68131
68218
  null,
68132
68219
  null,
@@ -68705,8 +68792,8 @@ var tree_component = normalizeComponent(
68705
68792
  )
68706
68793
 
68707
68794
  /* harmony default export */ var tree = (tree_component.exports);
68708
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/selection.vue?vue&type=template&id=45aba2c9&
68709
- var selectionvue_type_template_id_45aba2c9_render = function () {
68795
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/selection.vue?vue&type=template&id=a9db4d6e&
68796
+ var selectionvue_type_template_id_a9db4d6e_render = function () {
68710
68797
  var _vm = this
68711
68798
  var _h = _vm.$createElement
68712
68799
  var _c = _vm._self._c || _h
@@ -68758,7 +68845,7 @@ var selectionvue_type_template_id_45aba2c9_render = function () {
68758
68845
  label:
68759
68846
  _vm.isObject || typeof item == "string"
68760
68847
  ? item
68761
- : item[_vm.valKey],
68848
+ : item[_vm.valueKey],
68762
68849
  disabled:
68763
68850
  typeof item == "string" ? false : item.disabled,
68764
68851
  "value-key": _vm.valueKey,
@@ -68821,7 +68908,7 @@ var selectionvue_type_template_id_45aba2c9_render = function () {
68821
68908
  label:
68822
68909
  _vm.isObject || typeof item == "string"
68823
68910
  ? item
68824
- : item[_vm.valKey],
68911
+ : item[_vm.valueKey],
68825
68912
  disabled:
68826
68913
  typeof item == "string" ? false : item.disabled,
68827
68914
  "value-key": _vm.valueKey,
@@ -68863,11 +68950,11 @@ var selectionvue_type_template_id_45aba2c9_render = function () {
68863
68950
  1
68864
68951
  )
68865
68952
  }
68866
- var selectionvue_type_template_id_45aba2c9_staticRenderFns = []
68867
- selectionvue_type_template_id_45aba2c9_render._withStripped = true
68953
+ var selectionvue_type_template_id_a9db4d6e_staticRenderFns = []
68954
+ selectionvue_type_template_id_a9db4d6e_render._withStripped = true
68868
68955
 
68869
68956
 
68870
- // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=45aba2c9&
68957
+ // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=a9db4d6e&
68871
68958
 
68872
68959
  // EXTERNAL MODULE: external "sortablejs"
68873
68960
  var external_sortablejs_ = __webpack_require__(18);
@@ -69040,8 +69127,8 @@ var selectionvue_type_script_lang_js_extends = Object.assign || function (target
69040
69127
 
69041
69128
  var selection_component = normalizeComponent(
69042
69129
  src_selectionvue_type_script_lang_js_,
69043
- selectionvue_type_template_id_45aba2c9_render,
69044
- selectionvue_type_template_id_45aba2c9_staticRenderFns,
69130
+ selectionvue_type_template_id_a9db4d6e_render,
69131
+ selectionvue_type_template_id_a9db4d6e_staticRenderFns,
69045
69132
  false,
69046
69133
  null,
69047
69134
  null,
@@ -70931,8 +71018,8 @@ switch_src_main.install = function (Vue) {
70931
71018
  };
70932
71019
 
70933
71020
  /* harmony default export */ var packages_switch = (switch_src_main);
70934
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=53268d69&
70935
- var mainvue_type_template_id_53268d69_render = function () {
71021
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=e45be90e&
71022
+ var mainvue_type_template_id_e45be90e_render = function () {
70936
71023
  var _vm = this
70937
71024
  var _h = _vm.$createElement
70938
71025
  var _c = _vm._self._c || _h
@@ -72615,38 +72702,41 @@ var mainvue_type_template_id_53268d69_render = function () {
72615
72702
  },
72616
72703
  [
72617
72704
  items.title
72618
- ? _c("template", { slot: "label" }, [
72619
- _c(
72620
- "span",
72621
- [
72622
- typeof items.title === "object"
72623
- ? [
72624
- items.title.icon
72625
- ? _c("i", { class: items.title.icon })
72626
- : _vm._e(),
72627
- Object.prototype.hasOwnProperty.call(
72628
- items.title,
72629
- "count"
72630
- )
72631
- ? _c("el-badge", {
72632
- attrs: {
72633
- type: "primary",
72634
- value: items.title.count,
72635
- max: 99,
72636
- },
72637
- })
72638
- : _vm._e(),
72639
- _vm._v(
72640
- "\n " +
72641
- _vm._s(items.title.text) +
72642
- "\n "
72643
- ),
72644
- ]
72645
- : [_vm._v(_vm._s(items.title))],
72646
- ],
72647
- 2
72648
- ),
72649
- ])
72705
+ ? _c(
72706
+ "template",
72707
+ { slot: "label" },
72708
+ [
72709
+ typeof items.title === "object"
72710
+ ? [
72711
+ items.title.icon
72712
+ ? _c("i", { class: items.title.icon })
72713
+ : _vm._e(),
72714
+ items.title.text
72715
+ ? [
72716
+ _vm._v(
72717
+ "\n " +
72718
+ _vm._s(items.title.text) +
72719
+ "\n "
72720
+ ),
72721
+ ]
72722
+ : _vm._e(),
72723
+ Object.prototype.hasOwnProperty.call(
72724
+ items.title,
72725
+ "count"
72726
+ )
72727
+ ? _c("el-badge", {
72728
+ attrs: {
72729
+ type: "primary",
72730
+ value: items.title.count,
72731
+ max: 99,
72732
+ },
72733
+ })
72734
+ : _vm._e(),
72735
+ ]
72736
+ : [_vm._v(_vm._s(items.title))],
72737
+ ],
72738
+ 2
72739
+ )
72650
72740
  : _vm._e(),
72651
72741
  ],
72652
72742
  2
@@ -72659,11 +72749,11 @@ var mainvue_type_template_id_53268d69_render = function () {
72659
72749
  2
72660
72750
  )
72661
72751
  }
72662
- var mainvue_type_template_id_53268d69_staticRenderFns = []
72663
- mainvue_type_template_id_53268d69_render._withStripped = true
72752
+ var mainvue_type_template_id_e45be90e_staticRenderFns = []
72753
+ mainvue_type_template_id_e45be90e_render._withStripped = true
72664
72754
 
72665
72755
 
72666
- // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=53268d69&
72756
+ // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=e45be90e&
72667
72757
 
72668
72758
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=script&lang=js&
72669
72759
  //
@@ -73448,8 +73538,8 @@ mainvue_type_template_id_53268d69_render._withStripped = true
73448
73538
 
73449
73539
  var tabs_src_main_component = normalizeComponent(
73450
73540
  packages_tabs_src_mainvue_type_script_lang_js_,
73451
- mainvue_type_template_id_53268d69_render,
73452
- mainvue_type_template_id_53268d69_staticRenderFns,
73541
+ mainvue_type_template_id_e45be90e_render,
73542
+ mainvue_type_template_id_e45be90e_staticRenderFns,
73453
73543
  false,
73454
73544
  null,
73455
73545
  null,
@@ -82230,7 +82320,7 @@ if (typeof window !== 'undefined' && window.Vue) {
82230
82320
  }
82231
82321
 
82232
82322
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
82233
- version: '0.5.81-beta20',
82323
+ version: '0.5.81-beta22',
82234
82324
  install: install,
82235
82325
  Button: packages_button,
82236
82326
  ButtonGroup: button_group,