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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.361",
4
+ "version": "1.0.54-dev.362",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -1521,9 +1521,8 @@ modules = {
1521
1521
  this.title = fileStoreArea.storeAreaName;
1522
1522
  let tabType = this.option.tabType;
1523
1523
  if (tabType) {
1524
- let showType = tabType === "table" ? 2 : 1;
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;