11wqe1 6 months ago
parent
commit
5dc41fd5e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/pages/studentManageNew/component/table.vue

+ 1 - 0
src/components/pages/studentManageNew/component/table.vue

@@ -1435,6 +1435,7 @@ export default {
       this.pageSize = 10;
       this.pageSize = 10;
       this.total = 0;
       this.total = 0;
       this.tableData = [];
       this.tableData = [];
+      this.selectedData = [];
       if (this.boxType == 0) {
       if (this.boxType == 0) {
         // 清除选中数据
         // 清除选中数据
         if (this.selectedData.length > 0) {
         if (this.selectedData.length > 0) {