su
su1124
2024-04-26 00212ed8e808fc7b76c04389224e65f27f074fb2
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()
      });
    },
  },