修改bug

This commit is contained in:
2024-06-04 15:43:00 +08:00
parent 7c6949dfa0
commit 7fc6ed87a4
3 changed files with 26 additions and 3 deletions

View File

@@ -193,6 +193,7 @@ export default {
console.log(val);
if (val.btnName === "search") {
this.queryParams.pageNo = 1;
this.queryParams.name = val.name;
this.getList();
} else {
this.addOrEditTitle = "新增";