mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-11 13:40:43 +00:00
【issues/I4KTU1】点击查询不会清空列表选中行
This commit is contained in:
@@ -147,6 +147,10 @@ export const JeecgListMixin = {
|
|||||||
},
|
},
|
||||||
searchQuery() {
|
searchQuery() {
|
||||||
this.loadData(1);
|
this.loadData(1);
|
||||||
|
// 点击查询清空列表选中行
|
||||||
|
// https://gitee.com/jeecg/jeecg-boot/issues/I4KTU1
|
||||||
|
this.selectedRowKeys = []
|
||||||
|
this.selectionRows = []
|
||||||
},
|
},
|
||||||
superQuery() {
|
superQuery() {
|
||||||
this.$refs.superQueryModal.show();
|
this.$refs.superQueryModal.show();
|
||||||
|
Reference in New Issue
Block a user