认证参数收集清单-高级搜索传参方式修改

This commit is contained in:
zyx.net
2023-01-04 14:41:45 +08:00
parent 034c7ab2eb
commit 0369369ec4
@@ -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)