认证参数收集清单-高级搜索传参方式修改
This commit is contained in:
@@ -1038,9 +1038,14 @@
|
||||
this.$refs.globalAdvancedQueryRef.superQueryFlag = false
|
||||
} else {
|
||||
this.$refs.globalAdvancedQueryRef.superQueryFlag = true
|
||||
sqp['superQueryParams'] = encodeURI(JSON.stringify(params))
|
||||
// sqp['superQueryParams'] = encodeURI(JSON.stringify(params))
|
||||
params.forEach((item) => {
|
||||
item.type = matchType
|
||||
})
|
||||
sqp['queryConditionVOListStr'] = JSON.stringify(params)
|
||||
sqp['superQueryMatchType'] = matchType
|
||||
}
|
||||
console.log(sqp)
|
||||
this.queryParamQuery = sqp
|
||||
this.$refs.CollectionTabel.pageNo = 1
|
||||
// this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
|
||||
|
||||
Reference in New Issue
Block a user