对接高级查询
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user