eoss-ui 0.5.72 → 0.5.73

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.
package/lib/data-table.js CHANGED
@@ -3816,8 +3816,8 @@ module.exports = require("vue");
3816
3816
  // ESM COMPAT FLAG
3817
3817
  __webpack_require__.r(__webpack_exports__);
3818
3818
 
3819
- // 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=f4b01d22&
3820
- var mainvue_type_template_id_f4b01d22_render = function () {
3819
+ // 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=7b641b60&
3820
+ var mainvue_type_template_id_7b641b60_render = function () {
3821
3821
  var _vm = this
3822
3822
  var _h = _vm.$createElement
3823
3823
  var _c = _vm._self._c || _h
@@ -4128,10 +4128,10 @@ var mainvue_type_template_id_f4b01d22_render = function () {
4128
4128
  )
4129
4129
  }
4130
4130
  var staticRenderFns = []
4131
- mainvue_type_template_id_f4b01d22_render._withStripped = true
4131
+ mainvue_type_template_id_7b641b60_render._withStripped = true
4132
4132
 
4133
4133
 
4134
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=f4b01d22&
4134
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=7b641b60&
4135
4135
 
4136
4136
  // EXTERNAL MODULE: ./src/config/api.js
4137
4137
  var api = __webpack_require__(1);
@@ -6633,8 +6633,8 @@ var mainvue_type_script_lang_js_components, _watch;
6633
6633
  if (this.list && this.list.length) {
6634
6634
  return this.list;
6635
6635
  }
6636
- if (this.page && this.data && this.data.length && this.config.totalCount < this.data.length + 2) {
6637
- this.config.totalCount = this.data.length - this.lose;
6636
+ this.config.totalCount = this.data.length - this.lose;
6637
+ if (this.page && this.data.length > this.config.pageSize) {
6638
6638
  return this.data.filter(function (item, index) {
6639
6639
  return index > (_this.config.pageNum - 1) * _this.config.pageSize - 1 && index < _this.config.pageNum * _this.config.pageSize;
6640
6640
  });
@@ -6699,6 +6699,14 @@ var mainvue_type_script_lang_js_components, _watch;
6699
6699
  this.resetHeight();
6700
6700
  this.doLayout();
6701
6701
  },
6702
+
6703
+ // data: {
6704
+ // immediate: true,
6705
+ // deep: true,
6706
+ // handler(val) {
6707
+ // this.config.totalCount = val.length - this.lose;
6708
+ // }
6709
+ // },
6702
6710
  page: function page() {
6703
6711
  this.resetHeight();
6704
6712
  this.doLayout();
@@ -7571,7 +7579,7 @@ var mainvue_type_script_lang_js_components, _watch;
7571
7579
 
7572
7580
  var main_component = Object(componentNormalizer["a" /* default */])(
7573
7581
  src_mainvue_type_script_lang_js_,
7574
- mainvue_type_template_id_f4b01d22_render,
7582
+ mainvue_type_template_id_7b641b60_render,
7575
7583
  staticRenderFns,
7576
7584
  false,
7577
7585
  null,
@@ -6688,8 +6688,8 @@ clients_src_main.install = function (Vue) {
6688
6688
  };
6689
6689
 
6690
6690
  /* harmony default export */ var clients = (clients_src_main);
6691
- // 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=f4b01d22&
6692
- var mainvue_type_template_id_f4b01d22_render = function () {
6691
+ // 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=7b641b60&
6692
+ var mainvue_type_template_id_7b641b60_render = function () {
6693
6693
  var _vm = this
6694
6694
  var _h = _vm.$createElement
6695
6695
  var _c = _vm._self._c || _h
@@ -6999,11 +6999,11 @@ var mainvue_type_template_id_f4b01d22_render = function () {
6999
6999
  1
7000
7000
  )
7001
7001
  }
7002
- var mainvue_type_template_id_f4b01d22_staticRenderFns = []
7003
- mainvue_type_template_id_f4b01d22_render._withStripped = true
7002
+ var mainvue_type_template_id_7b641b60_staticRenderFns = []
7003
+ mainvue_type_template_id_7b641b60_render._withStripped = true
7004
7004
 
7005
7005
 
7006
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=f4b01d22&
7006
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=7b641b60&
7007
7007
 
7008
7008
  // 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=44b7ff61&
7009
7009
  var childrenvue_type_template_id_44b7ff61_render = function () {
@@ -9490,8 +9490,8 @@ var mainvue_type_script_lang_js_components, _watch;
9490
9490
  if (this.list && this.list.length) {
9491
9491
  return this.list;
9492
9492
  }
9493
- if (this.page && this.data && this.data.length && this.config.totalCount < this.data.length + 2) {
9494
- this.config.totalCount = this.data.length - this.lose;
9493
+ this.config.totalCount = this.data.length - this.lose;
9494
+ if (this.page && this.data.length > this.config.pageSize) {
9495
9495
  return this.data.filter(function (item, index) {
9496
9496
  return index > (_this.config.pageNum - 1) * _this.config.pageSize - 1 && index < _this.config.pageNum * _this.config.pageSize;
9497
9497
  });
@@ -9556,6 +9556,14 @@ var mainvue_type_script_lang_js_components, _watch;
9556
9556
  this.resetHeight();
9557
9557
  this.doLayout();
9558
9558
  },
9559
+
9560
+ // data: {
9561
+ // immediate: true,
9562
+ // deep: true,
9563
+ // handler(val) {
9564
+ // this.config.totalCount = val.length - this.lose;
9565
+ // }
9566
+ // },
9559
9567
  page: function page() {
9560
9568
  this.resetHeight();
9561
9569
  this.doLayout();
@@ -10428,8 +10436,8 @@ var mainvue_type_script_lang_js_components, _watch;
10428
10436
 
10429
10437
  var data_table_src_main_component = normalizeComponent(
10430
10438
  packages_data_table_src_mainvue_type_script_lang_js_,
10431
- mainvue_type_template_id_f4b01d22_render,
10432
- mainvue_type_template_id_f4b01d22_staticRenderFns,
10439
+ mainvue_type_template_id_7b641b60_render,
10440
+ mainvue_type_template_id_7b641b60_staticRenderFns,
10433
10441
  false,
10434
10442
  null,
10435
10443
  null,
@@ -50442,8 +50450,8 @@ login_src_main.install = function (Vue) {
50442
50450
  };
50443
50451
 
50444
50452
  /* harmony default export */ var login = (login_src_main);
50445
- // 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=268dce6d&
50446
- var mainvue_type_template_id_268dce6d_render = function () {
50453
+ // 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=a08554be&
50454
+ var mainvue_type_template_id_a08554be_render = function () {
50447
50455
  var _vm = this
50448
50456
  var _h = _vm.$createElement
50449
50457
  var _c = _vm._self._c || _h
@@ -50580,16 +50588,27 @@ var mainvue_type_template_id_268dce6d_render = function () {
50580
50588
  _vm.layout === "topside" || _vm.layout === "side"
50581
50589
  ? _c(
50582
50590
  "div",
50583
- { staticClass: "es-main-side" },
50591
+ {
50592
+ staticClass: "es-main-side",
50593
+ class: {
50594
+ "es-main-topside": _vm.layout === "topside",
50595
+ },
50596
+ },
50584
50597
  [
50585
- _c("div", { staticClass: "es-main-side-logo" }, [
50586
- _vm.logoUrl
50587
- ? _c("img", {
50588
- staticClass: "es-main-logo",
50589
- attrs: { src: _vm.logoUrl },
50590
- })
50591
- : _vm._e(),
50592
- ]),
50598
+ _vm.layout === "topside"
50599
+ ? _c(
50600
+ "div",
50601
+ { staticClass: "es-main-side-logo" },
50602
+ [
50603
+ _vm.logoUrl
50604
+ ? _c("img", {
50605
+ staticClass: "es-main-logo",
50606
+ attrs: { src: _vm.logoUrl },
50607
+ })
50608
+ : _vm._e(),
50609
+ ]
50610
+ )
50611
+ : _vm._e(),
50593
50612
  _c("es-handle-user", {
50594
50613
  attrs: {
50595
50614
  data: { type: "user" },
@@ -50648,7 +50667,9 @@ var mainvue_type_template_id_268dce6d_render = function () {
50648
50667
  "sub-icon": _vm.subIcon,
50649
50668
  biserial: _vm.biserial,
50650
50669
  title: _vm.showNavTitle ? _vm.title : false,
50651
- showCollapse: _vm.showNavTitle,
50670
+ showCollapse: _vm.showNavTitle
50671
+ ? _vm.showCollapse
50672
+ : false,
50652
50673
  "menu-tips": _vm.menuTips,
50653
50674
  "is-default": _vm.isDefault,
50654
50675
  paddingLeft: _vm.navPaddingLeft,
@@ -50881,11 +50902,11 @@ var mainvue_type_template_id_268dce6d_render = function () {
50881
50902
  1
50882
50903
  )
50883
50904
  }
50884
- var mainvue_type_template_id_268dce6d_staticRenderFns = []
50885
- mainvue_type_template_id_268dce6d_render._withStripped = true
50905
+ var mainvue_type_template_id_a08554be_staticRenderFns = []
50906
+ mainvue_type_template_id_a08554be_render._withStripped = true
50886
50907
 
50887
50908
 
50888
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=268dce6d&
50909
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=a08554be&
50889
50910
 
50890
50911
  // 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=75d533de&
50891
50912
  var userinfovue_type_template_id_75d533de_render = function () {
@@ -53014,6 +53035,7 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53014
53035
  //
53015
53036
  //
53016
53037
  //
53038
+ //
53017
53039
 
53018
53040
 
53019
53041
 
@@ -53185,7 +53207,11 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53185
53207
  type: String,
53186
53208
  default: '230px'
53187
53209
  },
53188
- navWidth: String
53210
+ navWidth: String,
53211
+ showCollapse: {
53212
+ type: Boolean,
53213
+ default: true
53214
+ }
53189
53215
  },
53190
53216
  computed: {
53191
53217
  showHeader: function showHeader() {
@@ -53219,7 +53245,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53219
53245
  return this.layout === 'side' ? this.navBoxWidth : this.layout === 'subsystem' || this.layout === 'topside' ? '0' : this.navWidth;
53220
53246
  },
53221
53247
  showNavTitle: function showNavTitle() {
53222
- return this.layout !== 'topside' && this.layout !== 'side';
53248
+ return this.layout !== 'topside';
53223
53249
  },
53224
53250
 
53225
53251
  //tabs菜单
@@ -54865,8 +54891,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54865
54891
 
54866
54892
  var main_src_main_component = normalizeComponent(
54867
54893
  packages_main_src_mainvue_type_script_lang_js_,
54868
- mainvue_type_template_id_268dce6d_render,
54869
- mainvue_type_template_id_268dce6d_staticRenderFns,
54894
+ mainvue_type_template_id_a08554be_render,
54895
+ mainvue_type_template_id_a08554be_staticRenderFns,
54870
54896
  false,
54871
54897
  null,
54872
54898
  null,
@@ -54954,6 +54980,9 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
54954
54980
  },
54955
54981
  width: function width() {
54956
54982
  this.getMaxWidth();
54983
+ },
54984
+ height: function height() {
54985
+ this.$refs.esMenu.update();
54957
54986
  }
54958
54987
  },
54959
54988
  data: function data() {
@@ -55301,8 +55330,8 @@ menu_src_main.install = function (Vue) {
55301
55330
  };
55302
55331
 
55303
55332
  /* harmony default export */ var menu = (menu_src_main);
55304
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=3f63e2ce&
55305
- var mainvue_type_template_id_3f63e2ce_render = function () {
55333
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=7b4319fb&
55334
+ var mainvue_type_template_id_7b4319fb_render = function () {
55306
55335
  var _vm = this
55307
55336
  var _h = _vm.$createElement
55308
55337
  var _c = _vm._self._c || _h
@@ -55381,7 +55410,7 @@ var mainvue_type_template_id_3f63e2ce_render = function () {
55381
55410
  _vm.showTitle
55382
55411
  ? _c(
55383
55412
  "div",
55384
- { staticClass: "es-nav-title" },
55413
+ { ref: "navTitle", staticClass: "es-nav-title" },
55385
55414
  [
55386
55415
  _c(
55387
55416
  "span",
@@ -55440,6 +55469,7 @@ var mainvue_type_template_id_3f63e2ce_render = function () {
55440
55469
  collapse: _vm.isCollapse,
55441
55470
  "default-active": _vm.menuActive,
55442
55471
  width: _vm.isTop ? _vm.boxWidth : _vm.menuWidth,
55472
+ height: _vm.menuHeight,
55443
55473
  "is-default": _vm.isDefault,
55444
55474
  biserial: _vm.biserial,
55445
55475
  paddingLeft: _vm.paddingLeft,
@@ -55487,11 +55517,11 @@ var mainvue_type_template_id_3f63e2ce_render = function () {
55487
55517
  ]
55488
55518
  )
55489
55519
  }
55490
- var mainvue_type_template_id_3f63e2ce_staticRenderFns = []
55491
- mainvue_type_template_id_3f63e2ce_render._withStripped = true
55520
+ var mainvue_type_template_id_7b4319fb_staticRenderFns = []
55521
+ mainvue_type_template_id_7b4319fb_render._withStripped = true
55492
55522
 
55493
55523
 
55494
- // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=3f63e2ce&
55524
+ // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=7b4319fb&
55495
55525
 
55496
55526
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=script&lang=js&
55497
55527
  //
@@ -55584,6 +55614,7 @@ mainvue_type_template_id_3f63e2ce_render._withStripped = true
55584
55614
  //
55585
55615
  //
55586
55616
  //
55617
+ //
55587
55618
 
55588
55619
 
55589
55620
  /* harmony default export */ var nav_src_mainvue_type_script_lang_js_ = ({
@@ -55632,6 +55663,9 @@ mainvue_type_template_id_3f63e2ce_render._withStripped = true
55632
55663
  show: function show() {
55633
55664
  return this.overlap && this.subMenu.length;
55634
55665
  },
55666
+ showMenu: function showMenu() {
55667
+ return this.biserial ? this.subMenu.length : this.menu.length;
55668
+ },
55635
55669
  menu: function menu() {
55636
55670
  return this.data;
55637
55671
  },
@@ -55729,6 +55763,9 @@ mainvue_type_template_id_3f63e2ce_render._withStripped = true
55729
55763
  } else {
55730
55764
  this.subMenu = [];
55731
55765
  }
55766
+ },
55767
+ showMenu: function showMenu() {
55768
+ this.resetHeight();
55732
55769
  }
55733
55770
  },
55734
55771
  data: function data() {
@@ -55866,7 +55903,12 @@ mainvue_type_template_id_3f63e2ce_render._withStripped = true
55866
55903
  height -= 15;
55867
55904
  }
55868
55905
  _this4.height = height + 'px';
55869
- _this4.menuHeight = _this4.showTitle ? height - 49 + 'px' : height + 'px';
55906
+ if (_this4.showTitle) {
55907
+ var theight = _this4.$refs.navTitle.offsetHeight;
55908
+ _this4.menuHeight = height - theight + 'px';
55909
+ } else {
55910
+ _this4.menuHeight = height + 'px';
55911
+ }
55870
55912
  });
55871
55913
  }
55872
55914
  }
@@ -55883,8 +55925,8 @@ mainvue_type_template_id_3f63e2ce_render._withStripped = true
55883
55925
 
55884
55926
  var nav_src_main_component = normalizeComponent(
55885
55927
  packages_nav_src_mainvue_type_script_lang_js_,
55886
- mainvue_type_template_id_3f63e2ce_render,
55887
- mainvue_type_template_id_3f63e2ce_staticRenderFns,
55928
+ mainvue_type_template_id_7b4319fb_render,
55929
+ mainvue_type_template_id_7b4319fb_staticRenderFns,
55888
55930
  false,
55889
55931
  null,
55890
55932
  null,
@@ -58641,6 +58683,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
58641
58683
  }
58642
58684
  },
58643
58685
  url: {
58686
+ immediate: true,
58644
58687
  handler: function handler(val, old) {
58645
58688
  if (val && old !== val && !this.sysCode) {
58646
58689
  this.getData();
@@ -59770,8 +59813,8 @@ select_ganged_src_main.install = function (Vue) {
59770
59813
  };
59771
59814
 
59772
59815
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
59773
- // 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=bcfee2b4&
59774
- var mainvue_type_template_id_bcfee2b4_render = function () {
59816
+ // 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=59002e4c&
59817
+ var mainvue_type_template_id_59002e4c_render = function () {
59775
59818
  var _vm = this
59776
59819
  var _h = _vm.$createElement
59777
59820
  var _c = _vm._self._c || _h
@@ -60078,7 +60121,7 @@ var mainvue_type_template_id_bcfee2b4_render = function () {
60078
60121
  attrs: {
60079
60122
  type: "text",
60080
60123
  autocomplete: "off",
60081
- clearable: "clearable",
60124
+ clearable: _vm.clearable,
60082
60125
  showClearIcon: "",
60083
60126
  name: _vm.name,
60084
60127
  readonly: _vm.filterable ? false : true,
@@ -60273,11 +60316,11 @@ var mainvue_type_template_id_bcfee2b4_render = function () {
60273
60316
  )
60274
60317
  : _vm._e()
60275
60318
  }
60276
- var mainvue_type_template_id_bcfee2b4_staticRenderFns = []
60277
- mainvue_type_template_id_bcfee2b4_render._withStripped = true
60319
+ var mainvue_type_template_id_59002e4c_staticRenderFns = []
60320
+ mainvue_type_template_id_59002e4c_render._withStripped = true
60278
60321
 
60279
60322
 
60280
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=bcfee2b4&
60323
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=59002e4c&
60281
60324
 
60282
60325
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
60283
60326
  var clickoutside_ = __webpack_require__(18);
@@ -60935,8 +60978,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
60935
60978
 
60936
60979
  var selector_src_main_component = normalizeComponent(
60937
60980
  packages_selector_src_mainvue_type_script_lang_js_,
60938
- mainvue_type_template_id_bcfee2b4_render,
60939
- mainvue_type_template_id_bcfee2b4_staticRenderFns,
60981
+ mainvue_type_template_id_59002e4c_render,
60982
+ mainvue_type_template_id_59002e4c_staticRenderFns,
60940
60983
  false,
60941
60984
  null,
60942
60985
  null,
@@ -66533,8 +66576,8 @@ tips_src_main.install = function (Vue) {
66533
66576
  };
66534
66577
 
66535
66578
  /* harmony default export */ var tips = (tips_src_main);
66536
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=3eb6c637&
66537
- var mainvue_type_template_id_3eb6c637_render = function () {
66579
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=4df0cd89&
66580
+ var mainvue_type_template_id_4df0cd89_render = function () {
66538
66581
  var _vm = this
66539
66582
  var _h = _vm.$createElement
66540
66583
  var _c = _vm._self._c || _h
@@ -66730,11 +66773,11 @@ var mainvue_type_template_id_3eb6c637_render = function () {
66730
66773
  )
66731
66774
  : _vm._e()
66732
66775
  }
66733
- var mainvue_type_template_id_3eb6c637_staticRenderFns = []
66734
- mainvue_type_template_id_3eb6c637_render._withStripped = true
66776
+ var mainvue_type_template_id_4df0cd89_staticRenderFns = []
66777
+ mainvue_type_template_id_4df0cd89_render._withStripped = true
66735
66778
 
66736
66779
 
66737
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=3eb6c637&
66780
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=4df0cd89&
66738
66781
 
66739
66782
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
66740
66783
  //
@@ -67121,9 +67164,9 @@ mainvue_type_template_id_3eb6c637_render._withStripped = true
67121
67164
  getTreeDatas: function getTreeDatas(param) {
67122
67165
  var _this2 = this;
67123
67166
 
67124
- this.loading = true;
67125
67167
  var params = utils_util["a" /* default */].extend({}, this.param, this.where, param);
67126
67168
  if (!this.url || !this.isRemote) return;
67169
+ this.loading = true;
67127
67170
  utils_util["a" /* default */].ajax({
67128
67171
  url: this.url,
67129
67172
  method: this.method,
@@ -67435,8 +67478,8 @@ mainvue_type_template_id_3eb6c637_render._withStripped = true
67435
67478
 
67436
67479
  var tree_src_main_component = normalizeComponent(
67437
67480
  packages_tree_src_mainvue_type_script_lang_js_,
67438
- mainvue_type_template_id_3eb6c637_render,
67439
- mainvue_type_template_id_3eb6c637_staticRenderFns,
67481
+ mainvue_type_template_id_4df0cd89_render,
67482
+ mainvue_type_template_id_4df0cd89_staticRenderFns,
67440
67483
  false,
67441
67484
  null,
67442
67485
  null,
@@ -74936,7 +74979,7 @@ if (typeof window !== 'undefined' && window.Vue) {
74936
74979
  }
74937
74980
 
74938
74981
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
74939
- version: '0.5.72',
74982
+ version: '0.5.73',
74940
74983
  install: install,
74941
74984
  Button: packages_button,
74942
74985
  ButtonGroup: button_group,