|
@@ -95,10 +95,10 @@ export default {
|
|
|
searchData.endDate = null
|
|
|
}
|
|
|
if (searchData.sortField == 'totalAlWeight') {
|
|
|
- searchData.sortField = 'TOTAL_WEIGHT'
|
|
|
+ searchData.sortField = 'totalAlWeight'
|
|
|
}
|
|
|
if (searchData.sortField == 'originalAlAmount') {
|
|
|
- searchData.sortField = 'ORIGINAL_AMOUNT'
|
|
|
+ searchData.sortField = 'originalAlAmount'
|
|
|
}
|
|
|
return getOrderTotalList(searchData).then(res => {
|
|
|
if (res.status == 200) {
|