查询 hook调整

szh-new
张同海 3 months ago
parent ed62b75921
commit e5d8d823c8

@ -238,7 +238,10 @@ export function formatParams(params = {}, equal: any = [], otherQuery: any = [])
} else { } else {
postData.pageCondition.sortConditions = [] postData.pageCondition.sortConditions = []
} }
postData.otherQueryCondition = otherQueryCondition if (otherQuery.length) {
postData.otherQueryCondition = otherQueryCondition
}
postData.queryCondition = JSON.stringify(conditions) postData.queryCondition = JSON.stringify(conditions)
return postData return postData
} }

Loading…
Cancel
Save