This commit is contained in:
wang-liang0615
2023-07-27 15:30:27 +08:00
parent 742cd4ead1
commit c2cca38f1c
11 changed files with 20 additions and 12 deletions

View File

@@ -200,7 +200,7 @@ export default {
// searchForm相关
handleSearch(queryParams) {
this.queryParams = queryParams
this.queryParams = { ...this.queryParams, ...queryParams }
this.queryParams.app_id = this.app_id
this.getTable(this.queryParams)
},