【issues/I4KTU1】点击查询不会清空列表选中行

This commit is contained in:
zhangdaiscott
2021-12-10 11:46:09 +08:00
parent a0915f9e4b
commit 28312cdb6b

View File

@ -147,6 +147,10 @@ export const JeecgListMixin = {
},
searchQuery() {
this.loadData(1);
// 点击查询清空列表选中行
// https://gitee.com/jeecg/jeecg-boot/issues/I4KTU1
this.selectedRowKeys = []
this.selectionRows = []
},
superQuery() {
this.$refs.superQueryModal.show();