qinxianzhangyao
2023-11-15 1c2ff3d97d19398a00340e72b4642de16f98458a
src/views/hosp/about/index.vue
@@ -237,6 +237,7 @@
      };
      getcolllist(data).then((res) => {
        this.tableData = res.data.list;
        this.allList = []
        if (this.tableData.length != 0) {
          this.$nextTick(() => {
            this.$refs.multipleTable.toggleRowSelection(
@@ -298,6 +299,7 @@
          type: "success",
        });
        this.getList();
        this.handleQuery()
      });
    },
  },