ZZJ
2022-07-15 a3f357e8a60443b74b64c7479113c68eb35ce1f5
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();
      }