|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|