fix(性能测试): 全选后切换显示数量后批量删除报错

This commit is contained in:
chenjianxing 2020-10-21 18:26:00 +08:00
parent 8b863e5eaa
commit 71a54ba8bf
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit ee74568be0beba46da19616f5832e83f9164c688
Subproject commit cf6b06526324326a563d933e07118fac014a63b4

View File

@ -166,6 +166,7 @@ export default {
let data = response.data;
this.total = data.itemCount;
this.tableData = data.listObject;
this.selectRows = new Set();
});
},
search(combine) {

@ -1 +1 @@
Subproject commit cc38137a69a0f20fadece9c0f9f50a9468c4ace9
Subproject commit 06d935cd1d22ab36f09763745c2aff8ad3fb08c1