dedsudiyu месяцев назад: 3
Родитель
Сommit
f6d21a9cfc

+ 1 - 1
src/views/resourceDevice/pageList/instrumentLeisureComponentTable.vue

@@ -81,7 +81,7 @@
       },
       //排序方法
       sortChange(val){
-        if(val.prop == 'orderDuration'){
+        if(val.prop == 'orderDurationStr'){
           this.$set(this.queryParams,'ascOrDesc',val.order=='ascending'?true:(val.order=='descending'?false:''));
           this.handleQuery();
         }else{

+ 1 - 1
src/views/resourceDevice/pageList/instrumentRankingComponentTable.vue

@@ -79,7 +79,7 @@
       },
       //排序方法
       sortChange(val){
-        if(val.prop == 'useTime'){
+        if(val.prop == 'useTimeStr'){
           this.$set(this.queryParams,'ascOrDesc',val.order=='ascending'?true:(val.order=='descending'?false:''));
           this.$set(this.queryParams,'type',1);
           this.handleQuery();