This commit is contained in:
linfso 2024-08-01 09:23:11 +08:00
parent f2417bd7cc
commit d314751497

View File

@ -558,7 +558,7 @@ export default {
handleQuery() { handleQuery() {
// 清除已选择 // 清除已选择
this.$refs.refQueryTable.clearSelection(); // this.$refs.refQueryTable.clearSelection();
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.getList(); this.getList();
}, },