zhangdan 4 years ago
parent
commit
a7d429f659
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/recoveryManage/riderRecoveryTotal.vue

+ 2 - 2
src/views/recoveryManage/riderRecoveryTotal.vue

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