查询 hook调整

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

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

Loading…
Cancel
Save