Commit b6219301 by zhangdaiscott

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

parent a4603a29
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment