소스 검색

驾驶舱履职排名参数纠正

jiawuxian 1 년 전
부모
커밋
665531bfc0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/menu/cockpit/index.vue

+ 2 - 2
src/views/menu/cockpit/index.vue

@@ -231,9 +231,9 @@ export default {
     onConfirmLz(val) {
       this.lvVal = val
       if (val == '前10名') {
-        this.desc = 0
-      } else {
         this.desc = 1
+      } else {
+        this.desc = 0
       }
       this.getResumptionfoHandler({ desc: this.desc, month: this.month, orgId: this.cascaderValue })
       this.showlz = false