FIX scTable 在勾选状态下刷新,选中状态依然存在

This commit is contained in:
sc 2021-07-09 14:39:48 +08:00
parent 4f547ab2f4
commit 6ffcec2150
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@
}, },
// //
refresh(){ refresh(){
this.$refs.scTable.clearSelection();
this.getData(); this.getData();
}, },
// //