mirror of
https://github.com/veops/cmdb.git
synced 2025-08-10 05:55:29 +08:00
acl
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
Reference in New Issue
Block a user