cloud-web-corejs 1.0.54-dev.361 → 1.0.54-dev.362
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/package.json
CHANGED
|
@@ -1521,9 +1521,8 @@ modules = {
|
|
|
1521
1521
|
this.title = fileStoreArea.storeAreaName;
|
|
1522
1522
|
let tabType = this.option.tabType;
|
|
1523
1523
|
if (tabType) {
|
|
1524
|
-
|
|
1524
|
+
this.showType = tabType === "table" ? 2 : 1;
|
|
1525
1525
|
}
|
|
1526
|
-
this.showType = showType;
|
|
1527
1526
|
this.$nextTick(() => {
|
|
1528
1527
|
treeScollx({ target: this, type: "default" });
|
|
1529
1528
|
this.treeFlag = true;
|