mirror of
https://github.com/veops/cmdb.git
synced 2025-08-11 19:20:30 +08:00
acl
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user