对接高级查询

This commit is contained in:
qq787203167
2022-05-23 16:52:56 +08:00
parent 543720ed38
commit 0e212adbae
4 changed files with 8 additions and 6 deletions
@@ -194,11 +194,12 @@
this.replacePage()
},
replacePage() {
let queryConditionVOList = JSON.parse(JSON.stringify(this.queryConditionVOList))
let query = {
pageNo: this.pageNo,
pageSize: this.pageSize,
...this.queryParam,
queryConditionVOList: this.queryConditionVOList,
queryConditionVOList: JSON.stringify(queryConditionVOList),
}
this.loading = true
postAction(this.url.addModelList, query).then((res) => {