eoss-ui 0.5.40 → 0.5.41

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 (58) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +9 -1
  3. package/lib/button.js +9 -1
  4. package/lib/checkbox-group.js +9 -1
  5. package/lib/data-table-form.js +9 -1
  6. package/lib/data-table.js +22 -6
  7. package/lib/date-picker.js +9 -1
  8. package/lib/dialog.js +9 -1
  9. package/lib/eoss-ui.common.js +64 -36
  10. package/lib/flow-group.js +12 -6
  11. package/lib/flow-list.js +9 -1
  12. package/lib/flow.js +9 -1
  13. package/lib/form.js +9 -1
  14. package/lib/handle-user.js +9 -1
  15. package/lib/handler.js +14 -5
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +9 -1
  18. package/lib/input.js +9 -1
  19. package/lib/login.js +9 -1
  20. package/lib/main.js +14 -3
  21. package/lib/nav.js +9 -1
  22. package/lib/page.js +9 -1
  23. package/lib/player.js +9 -1
  24. package/lib/qr-code.js +9 -1
  25. package/lib/radio-group.js +9 -1
  26. package/lib/retrial-auth.js +9 -1
  27. package/lib/select-ganged.js +9 -1
  28. package/lib/select.js +20 -2
  29. package/lib/selector-panel.js +9 -1
  30. package/lib/selector.js +9 -1
  31. package/lib/sizer.js +9 -1
  32. package/lib/steps.js +9 -1
  33. package/lib/switch.js +9 -1
  34. package/lib/table-form.js +9 -1
  35. package/lib/tabs.js +9 -1
  36. package/lib/theme-chalk/form.css +1 -1
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/select.css +1 -0
  39. package/lib/tips.js +9 -1
  40. package/lib/tree-group.js +9 -1
  41. package/lib/tree.js +9 -1
  42. package/lib/upload.js +9 -1
  43. package/lib/utils/util.js +9 -1
  44. package/lib/wujie.js +9 -1
  45. package/lib/wxlogin.js +9 -1
  46. package/package.json +1 -1
  47. package/packages/data-table/src/main.vue +8 -0
  48. package/packages/flow-group/src/main.vue +1 -3
  49. package/packages/handler/src/main.vue +3 -2
  50. package/packages/main/src/main.vue +2 -0
  51. package/packages/select/src/main.vue +26 -7
  52. package/packages/theme-chalk/lib/form.css +1 -1
  53. package/packages/theme-chalk/lib/index.css +1 -1
  54. package/packages/theme-chalk/lib/select.css +1 -0
  55. package/packages/theme-chalk/src/form.scss +1 -1
  56. package/packages/theme-chalk/src/select.scss +8 -0
  57. package/src/index.js +1 -1
  58. package/src/utils/util.js +12 -2
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);
package/lib/button.js CHANGED
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
package/lib/data-table.js CHANGED
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
@@ -3675,8 +3683,8 @@ module.exports = require("vue");
3675
3683
  // ESM COMPAT FLAG
3676
3684
  __webpack_require__.r(__webpack_exports__);
3677
3685
 
3678
- // 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/main.vue?vue&type=template&id=a455250e&
3679
- var mainvue_type_template_id_a455250e_render = function () {
3686
+ // 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/main.vue?vue&type=template&id=ea89055a&
3687
+ var mainvue_type_template_id_ea89055a_render = function () {
3680
3688
  var _vm = this
3681
3689
  var _h = _vm.$createElement
3682
3690
  var _c = _vm._self._c || _h
@@ -3926,10 +3934,10 @@ var mainvue_type_template_id_a455250e_render = function () {
3926
3934
  )
3927
3935
  }
3928
3936
  var staticRenderFns = []
3929
- mainvue_type_template_id_a455250e_render._withStripped = true
3937
+ mainvue_type_template_id_ea89055a_render._withStripped = true
3930
3938
 
3931
3939
 
3932
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=a455250e&
3940
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=ea89055a&
3933
3941
 
3934
3942
  // EXTERNAL MODULE: ./src/config/api.js
3935
3943
  var api = __webpack_require__(1);
@@ -6242,6 +6250,11 @@ var mainvue_type_script_lang_js_components, _watch;
6242
6250
  least: {
6243
6251
  type: Boolean,
6244
6252
  default: false
6253
+ },
6254
+ //保留搜索参数
6255
+ retainSearh: {
6256
+ type: Boolean,
6257
+ default: false
6245
6258
  }
6246
6259
  },
6247
6260
  data: function data() {
@@ -6696,6 +6709,9 @@ var mainvue_type_script_lang_js_components, _watch;
6696
6709
  if (where) {
6697
6710
  reqData = util["a" /* default */].extend({}, reqData, where);
6698
6711
  }
6712
+ if (this.retainSearh) {
6713
+ reqData = util["a" /* default */].extend({}, reqData, this.where);
6714
+ }
6699
6715
  this.tableLoading = true;
6700
6716
  util["a" /* default */].ajax({
6701
6717
  url: this.url,
@@ -7205,7 +7221,7 @@ var mainvue_type_script_lang_js_components, _watch;
7205
7221
 
7206
7222
  var main_component = Object(componentNormalizer["a" /* default */])(
7207
7223
  src_mainvue_type_script_lang_js_,
7208
- mainvue_type_template_id_a455250e_render,
7224
+ mainvue_type_template_id_ea89055a_render,
7209
7225
  staticRenderFns,
7210
7226
  false,
7211
7227
  null,
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);
package/lib/dialog.js CHANGED
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
@@ -5617,8 +5625,8 @@ clients_src_main.install = function (Vue) {
5617
5625
  };
5618
5626
 
5619
5627
  /* harmony default export */ var clients = (clients_src_main);
5620
- // 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/main.vue?vue&type=template&id=a455250e&
5621
- var mainvue_type_template_id_a455250e_render = function () {
5628
+ // 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/main.vue?vue&type=template&id=ea89055a&
5629
+ var mainvue_type_template_id_ea89055a_render = function () {
5622
5630
  var _vm = this
5623
5631
  var _h = _vm.$createElement
5624
5632
  var _c = _vm._self._c || _h
@@ -5867,11 +5875,11 @@ var mainvue_type_template_id_a455250e_render = function () {
5867
5875
  1
5868
5876
  )
5869
5877
  }
5870
- var mainvue_type_template_id_a455250e_staticRenderFns = []
5871
- mainvue_type_template_id_a455250e_render._withStripped = true
5878
+ var mainvue_type_template_id_ea89055a_staticRenderFns = []
5879
+ mainvue_type_template_id_ea89055a_render._withStripped = true
5872
5880
 
5873
5881
 
5874
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=a455250e&
5882
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=ea89055a&
5875
5883
 
5876
5884
  // 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/children.vue?vue&type=template&id=29bcbc72&
5877
5885
  var childrenvue_type_template_id_29bcbc72_render = function () {
@@ -8172,6 +8180,11 @@ var mainvue_type_script_lang_js_components, _watch;
8172
8180
  least: {
8173
8181
  type: Boolean,
8174
8182
  default: false
8183
+ },
8184
+ //保留搜索参数
8185
+ retainSearh: {
8186
+ type: Boolean,
8187
+ default: false
8175
8188
  }
8176
8189
  },
8177
8190
  data: function data() {
@@ -8626,6 +8639,9 @@ var mainvue_type_script_lang_js_components, _watch;
8626
8639
  if (where) {
8627
8640
  reqData = utils_util["a" /* default */].extend({}, reqData, where);
8628
8641
  }
8642
+ if (this.retainSearh) {
8643
+ reqData = utils_util["a" /* default */].extend({}, reqData, this.where);
8644
+ }
8629
8645
  this.tableLoading = true;
8630
8646
  utils_util["a" /* default */].ajax({
8631
8647
  url: this.url,
@@ -9135,8 +9151,8 @@ var mainvue_type_script_lang_js_components, _watch;
9135
9151
 
9136
9152
  var data_table_src_main_component = normalizeComponent(
9137
9153
  packages_data_table_src_mainvue_type_script_lang_js_,
9138
- mainvue_type_template_id_a455250e_render,
9139
- mainvue_type_template_id_a455250e_staticRenderFns,
9154
+ mainvue_type_template_id_ea89055a_render,
9155
+ mainvue_type_template_id_ea89055a_staticRenderFns,
9140
9156
  false,
9141
9157
  null,
9142
9158
  null,
@@ -39768,8 +39784,8 @@ flow_src_main.install = function (Vue) {
39768
39784
  };
39769
39785
 
39770
39786
  /* harmony default export */ var packages_flow = (flow_src_main);
39771
- // 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=a541dd00&
39772
- var mainvue_type_template_id_a541dd00_render = function () {
39787
+ // 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=7f13854e&
39788
+ var mainvue_type_template_id_7f13854e_render = function () {
39773
39789
  var _vm = this
39774
39790
  var _h = _vm.$createElement
39775
39791
  var _c = _vm._self._c || _h
@@ -40997,11 +41013,11 @@ var mainvue_type_template_id_a541dd00_render = function () {
40997
41013
  2
40998
41014
  )
40999
41015
  }
41000
- var mainvue_type_template_id_a541dd00_staticRenderFns = []
41001
- mainvue_type_template_id_a541dd00_render._withStripped = true
41016
+ var mainvue_type_template_id_7f13854e_staticRenderFns = []
41017
+ mainvue_type_template_id_7f13854e_render._withStripped = true
41002
41018
 
41003
41019
 
41004
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=a541dd00&
41020
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=7f13854e&
41005
41021
 
41006
41022
  // 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&
41007
41023
  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; };
@@ -41534,9 +41550,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
41534
41550
  this.businessId = this.flow.businessId || this.flow.pendingId;
41535
41551
  }
41536
41552
  },
41537
- mounted: function mounted() {
41538
- console.log(new URL('http://127.0.0.1:8848/pc1/index.html'), 999);
41539
- },
41553
+ mounted: function mounted() {},
41540
41554
 
41541
41555
  methods: {
41542
41556
  handleHide: function handleHide(res) {
@@ -41675,8 +41689,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
41675
41689
 
41676
41690
  var flow_group_src_main_component = normalizeComponent(
41677
41691
  packages_flow_group_src_mainvue_type_script_lang_js_,
41678
- mainvue_type_template_id_a541dd00_render,
41679
- mainvue_type_template_id_a541dd00_staticRenderFns,
41692
+ mainvue_type_template_id_7f13854e_render,
41693
+ mainvue_type_template_id_7f13854e_staticRenderFns,
41680
41694
  false,
41681
41695
  null,
41682
41696
  null,
@@ -43192,8 +43206,8 @@ handle_user_src_main.install = function (Vue) {
43192
43206
  };
43193
43207
 
43194
43208
  /* harmony default export */ var handle_user = (handle_user_src_main);
43195
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=717a0a2a&
43196
- var mainvue_type_template_id_717a0a2a_render = function () {
43209
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=78f7fb3f&
43210
+ var mainvue_type_template_id_78f7fb3f_render = function () {
43197
43211
  var _vm = this
43198
43212
  var _h = _vm.$createElement
43199
43213
  var _c = _vm._self._c || _h
@@ -43264,7 +43278,7 @@ var mainvue_type_template_id_717a0a2a_render = function () {
43264
43278
  _vm.system.length
43265
43279
  ? _c(
43266
43280
  "el-scrollbar",
43267
- { attrs: { "max-height": "320px" } },
43281
+ { attrs: { "max-height": _vm.maxHeight } },
43268
43282
  [
43269
43283
  _c(
43270
43284
  "ul",
@@ -43391,11 +43405,11 @@ var mainvue_type_template_id_717a0a2a_render = function () {
43391
43405
  0
43392
43406
  )
43393
43407
  }
43394
- var mainvue_type_template_id_717a0a2a_staticRenderFns = []
43395
- mainvue_type_template_id_717a0a2a_render._withStripped = true
43408
+ var mainvue_type_template_id_78f7fb3f_staticRenderFns = []
43409
+ mainvue_type_template_id_78f7fb3f_render._withStripped = true
43396
43410
 
43397
43411
 
43398
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=717a0a2a&
43412
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=78f7fb3f&
43399
43413
 
43400
43414
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
43401
43415
  //
@@ -43546,7 +43560,8 @@ mainvue_type_template_id_717a0a2a_render._withStripped = true
43546
43560
  application: {
43547
43561
  type: Boolean,
43548
43562
  default: false
43549
- }
43563
+ },
43564
+ maxHeight: String
43550
43565
  },
43551
43566
  watch: {
43552
43567
  subSystem: {
@@ -43732,8 +43747,8 @@ mainvue_type_template_id_717a0a2a_render._withStripped = true
43732
43747
 
43733
43748
  var handler_src_main_component = normalizeComponent(
43734
43749
  packages_handler_src_mainvue_type_script_lang_js_,
43735
- mainvue_type_template_id_717a0a2a_render,
43736
- mainvue_type_template_id_717a0a2a_staticRenderFns,
43750
+ mainvue_type_template_id_78f7fb3f_render,
43751
+ mainvue_type_template_id_78f7fb3f_staticRenderFns,
43737
43752
  false,
43738
43753
  null,
43739
43754
  null,
@@ -47997,8 +48012,8 @@ login_src_main.install = function (Vue) {
47997
48012
  };
47998
48013
 
47999
48014
  /* harmony default export */ var login = (login_src_main);
48000
- // 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=31c26b8e&
48001
- var mainvue_type_template_id_31c26b8e_render = function () {
48015
+ // 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=07ff4c6a&
48016
+ var mainvue_type_template_id_07ff4c6a_render = function () {
48002
48017
  var _vm = this
48003
48018
  var _h = _vm.$createElement
48004
48019
  var _c = _vm._self._c || _h
@@ -48109,6 +48124,7 @@ var mainvue_type_template_id_31c26b8e_render = function () {
48109
48124
  storage: _vm.storage,
48110
48125
  notice: _vm.notice,
48111
48126
  data: _vm.handleData,
48127
+ "max-height": _vm.maxHeight,
48112
48128
  },
48113
48129
  on: {
48114
48130
  select: function (res) {
@@ -48423,11 +48439,11 @@ var mainvue_type_template_id_31c26b8e_render = function () {
48423
48439
  1
48424
48440
  )
48425
48441
  }
48426
- var mainvue_type_template_id_31c26b8e_staticRenderFns = []
48427
- mainvue_type_template_id_31c26b8e_render._withStripped = true
48442
+ var mainvue_type_template_id_07ff4c6a_staticRenderFns = []
48443
+ mainvue_type_template_id_07ff4c6a_render._withStripped = true
48428
48444
 
48429
48445
 
48430
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=31c26b8e&
48446
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=07ff4c6a&
48431
48447
 
48432
48448
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=137dd243&
48433
48449
  var userinfovue_type_template_id_137dd243_render = function () {
@@ -50464,6 +50480,7 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50464
50480
  //
50465
50481
  //
50466
50482
  //
50483
+ //
50467
50484
 
50468
50485
 
50469
50486
 
@@ -50492,6 +50509,7 @@ var log = utils_util["a" /* default */].getParams('console');
50492
50509
  notice: notice
50493
50510
  },
50494
50511
  props: {
50512
+ maxHeight: String,
50495
50513
  //菜单导航地址
50496
50514
  menuUrl: String,
50497
50515
  //菜单展开关闭
@@ -52192,8 +52210,8 @@ var log = utils_util["a" /* default */].getParams('console');
52192
52210
 
52193
52211
  var main_src_main_component = normalizeComponent(
52194
52212
  packages_main_src_mainvue_type_script_lang_js_,
52195
- mainvue_type_template_id_31c26b8e_render,
52196
- mainvue_type_template_id_31c26b8e_staticRenderFns,
52213
+ mainvue_type_template_id_07ff4c6a_render,
52214
+ mainvue_type_template_id_07ff4c6a_staticRenderFns,
52197
52215
  false,
52198
52216
  null,
52199
52217
  null,
@@ -55754,13 +55772,23 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
55754
55772
  }
55755
55773
  }));
55756
55774
  } else {
55775
+ var content = [item[_this2.label] || item.label];
55776
+ if (item.render) {
55777
+ content = [item.render(h, item)];
55778
+ }
55779
+ if (item.tips) {
55780
+ var attrs = typeof item.tips == 'string' ? { content: item.tips } : item.tips;
55781
+ content.push(h('es-tips', {
55782
+ attrs: attrs
55783
+ }));
55784
+ }
55757
55785
  eles.push(h('el-option', {
55758
55786
  attrs: {
55759
55787
  label: item[_this2.label] || item.label,
55760
55788
  value: _this2.isObject ? item : item[_this2.valKey],
55761
55789
  disabled: item.disabled
55762
55790
  }
55763
- }));
55791
+ }, content));
55764
55792
  }
55765
55793
  }
55766
55794
  }
@@ -71587,7 +71615,7 @@ if (typeof window !== 'undefined' && window.Vue) {
71587
71615
  }
71588
71616
 
71589
71617
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
71590
- version: '0.5.40',
71618
+ version: '0.5.41',
71591
71619
  install: install,
71592
71620
  Button: packages_button,
71593
71621
  ButtonGroup: button_group,
package/lib/flow-group.js CHANGED
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);
@@ -3485,7 +3493,7 @@ module.exports = require("qs");
3485
3493
  // ESM COMPAT FLAG
3486
3494
  __webpack_require__.r(__webpack_exports__);
3487
3495
 
3488
- // 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=a541dd00&
3496
+ // 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=7f13854e&
3489
3497
  var render = function () {
3490
3498
  var _vm = this
3491
3499
  var _h = _vm.$createElement
@@ -4718,7 +4726,7 @@ var staticRenderFns = []
4718
4726
  render._withStripped = true
4719
4727
 
4720
4728
 
4721
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=a541dd00&
4729
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=7f13854e&
4722
4730
 
4723
4731
  // EXTERNAL MODULE: ./src/utils/util.js
4724
4732
  var util = __webpack_require__(0);
@@ -5254,9 +5262,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
5254
5262
  this.businessId = this.flow.businessId || this.flow.pendingId;
5255
5263
  }
5256
5264
  },
5257
- mounted: function mounted() {
5258
- console.log(new URL('http://127.0.0.1:8848/pc1/index.html'), 999);
5259
- },
5265
+ mounted: function mounted() {},
5260
5266
 
5261
5267
  methods: {
5262
5268
  handleHide: function handleHide(res) {
package/lib/flow-list.js CHANGED
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);
package/lib/flow.js CHANGED
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
package/lib/form.js CHANGED
@@ -744,7 +744,6 @@ var delUrlParam = function delUrlParam(_ref2) {
744
744
  key.forEach(function (item) {
745
745
  if (param.hasOwnProperty(item)) {
746
746
  var reg = item + '=' + param[item];
747
- console.log(reg);
748
747
  if (src.indexOf(reg + '&') > -1) {
749
748
  src = src.replace(reg + '&', '');
750
749
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1979,6 +1978,15 @@ var isLogined = function isLogined(_ref8) {
1979
1978
  if (cookie === undefined) {
1980
1979
  cookie = getParams({ name: 'cookie' });
1981
1980
  }
1981
+ var quit = getParams('quit') || getParams('logout');
1982
+ if (quit) {
1983
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1984
+ if (res.rCode === 0) {
1985
+ removeStorage();
1986
+ }
1987
+ }).catch(function () {});
1988
+ return;
1989
+ }
1982
1990
  var pathname = win.top.location.pathname;
1983
1991
  if (loginPage) {
1984
1992
  sessionStorage.setItem('loginPage', loginPage);
@@ -745,7 +745,6 @@ var delUrlParam = function delUrlParam(_ref2) {
745
745
  key.forEach(function (item) {
746
746
  if (param.hasOwnProperty(item)) {
747
747
  var reg = item + '=' + param[item];
748
- console.log(reg);
749
748
  if (src.indexOf(reg + '&') > -1) {
750
749
  src = src.replace(reg + '&', '');
751
750
  } else if (src.indexOf('&' + reg) > -1) {
@@ -1980,6 +1979,15 @@ var isLogined = function isLogined(_ref8) {
1980
1979
  if (cookie === undefined) {
1981
1980
  cookie = getParams({ name: 'cookie' });
1982
1981
  }
1982
+ var quit = getParams('quit') || getParams('logout');
1983
+ if (quit) {
1984
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
1985
+ if (res.rCode === 0) {
1986
+ removeStorage();
1987
+ }
1988
+ }).catch(function () {});
1989
+ return;
1990
+ }
1983
1991
  var pathname = win.top.location.pathname;
1984
1992
  if (loginPage) {
1985
1993
  sessionStorage.setItem('loginPage', loginPage);