FIX scTable 在勾选状态下刷新,选中状态依然存在
This commit is contained in:
parent
4f547ab2f4
commit
6ffcec2150
|
@ -141,6 +141,7 @@
|
|||
},
|
||||
//刷新数据
|
||||
refresh(){
|
||||
this.$refs.scTable.clearSelection();
|
||||
this.getData();
|
||||
},
|
||||
//更新数据
|
||||
|
|
Loading…
Reference in New Issue