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() }); }, },