three-trees-ui 1.0.1 → 1.0.3
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.
|
@@ -4751,7 +4751,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
4751
4751
|
/***/ "9224":
|
|
4752
4752
|
/***/ (function(module) {
|
|
4753
4753
|
|
|
4754
|
-
module.exports = JSON.parse("{\"a\":\"1.0.
|
|
4754
|
+
module.exports = JSON.parse("{\"a\":\"1.0.3\"}");
|
|
4755
4755
|
|
|
4756
4756
|
/***/ }),
|
|
4757
4757
|
|
|
@@ -45527,6 +45527,12 @@ const req = function (url) {
|
|
|
45527
45527
|
if (this.templateInfo.summaryRegionHtml) {
|
|
45528
45528
|
this.loadCompiledCustomSummary();
|
|
45529
45529
|
}
|
|
45530
|
+
// 修复初始化时 有的表格滚动不到底部的bug
|
|
45531
|
+
this.$nextTick(() => {
|
|
45532
|
+
if (this.pagination.page == 1) {
|
|
45533
|
+
this.$refs.multipleTemplateTable && this.$refs.multipleTemplateTable.calcTableHeight(300);
|
|
45534
|
+
}
|
|
45535
|
+
});
|
|
45530
45536
|
}).finally(() => {
|
|
45531
45537
|
this.multipleTemplateTableloading = false;
|
|
45532
45538
|
cb1 && cb1();
|
|
@@ -4760,7 +4760,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
4760
4760
|
/***/ "9224":
|
|
4761
4761
|
/***/ (function(module) {
|
|
4762
4762
|
|
|
4763
|
-
module.exports = JSON.parse("{\"a\":\"1.0.
|
|
4763
|
+
module.exports = JSON.parse("{\"a\":\"1.0.3\"}");
|
|
4764
4764
|
|
|
4765
4765
|
/***/ }),
|
|
4766
4766
|
|
|
@@ -45536,6 +45536,12 @@ const req = function (url) {
|
|
|
45536
45536
|
if (this.templateInfo.summaryRegionHtml) {
|
|
45537
45537
|
this.loadCompiledCustomSummary();
|
|
45538
45538
|
}
|
|
45539
|
+
// 修复初始化时 有的表格滚动不到底部的bug
|
|
45540
|
+
this.$nextTick(() => {
|
|
45541
|
+
if (this.pagination.page == 1) {
|
|
45542
|
+
this.$refs.multipleTemplateTable && this.$refs.multipleTemplateTable.calcTableHeight(300);
|
|
45543
|
+
}
|
|
45544
|
+
});
|
|
45539
45545
|
}).finally(() => {
|
|
45540
45546
|
this.multipleTemplateTableloading = false;
|
|
45541
45547
|
cb1 && cb1();
|