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

View File

@@ -220,7 +220,12 @@ export default {
this.getTable(this.queryParams)
},
handleSearch(queryParams) {
this.queryParams = { ...queryParams, app_id: this.app_id, scope: this.checked ? 'role_relation' : 'role' }
this.queryParams = {
...this.queryParams,
...queryParams,
app_id: this.app_id,
scope: this.checked ? 'role_relation' : 'role',
}
this.getTable(this.queryParams)
},
searchFormReset() {