Browse Source

修改排序

chenrui 2 years ago
parent
commit
46182edaf2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/numsGoodsShelves/vinAnalysis/spList.vue

+ 1 - 0
src/views/numsGoodsShelves/vinAnalysis/spList.vue

@@ -168,6 +168,7 @@ export default {
             this.order_by = ''
             this.order_by = ''
           }
           }
         }
         }
+
         const params = Object.assign(newParameter, this.queryParam, { orderBy: this.order_by })
         const params = Object.assign(newParameter, this.queryParam, { orderBy: this.order_by })
         delete params.time
         delete params.time
         return reportPage(params).then(res => {
         return reportPage(params).then(res => {