zhangzengfei
2022-07-18 fedb07902d62aa40892a9c47ad7f3fd5ead30b37
src/pages/library/components/baseList.vue
@@ -197,14 +197,14 @@
      await this.BaseManageData.querySyncTables();
      this.syncTableList = this.BaseManageData.syncTables;
      if (typ) {
        this.clickLast(typ);
        this.$emit("getList");
      } else {
        this.defaultShow();
      }
      await this.BaseManageData.queryLocalTables();
      this.localTableList = this.BaseManageData.localTables;
      if (typ) {
        this.clickLast(typ);
        this.$emit("getList");
      } else {
        this.defaultShow();
      }