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