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