参数项收集清单增加高级搜索

This commit is contained in:
zyx.net
2022-07-14 10:08:40 +08:00
parent 0cca632e44
commit da3f684f9e
2 changed files with 93 additions and 43 deletions
@@ -161,6 +161,10 @@
type: Object,
default: true
},
queryParamQuery: {
type: Object,
default: true
},
currentPersonRole: {
type: String,
default: true
@@ -591,7 +595,8 @@
pageSize: this.pageSize,
userTypes: this.currentPersonRole || currentPersonRole,
paramsManifestId: paramsManifestid,
...this.formInline
...this.formInline,
...currentPersonRole
}
this.loading = true
getAction(url, params).then((res) => {