coys 1 năm trước cách đây
mục cha
commit
c4dc4cba71
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/menu/cockpit/index.vue

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

@@ -202,10 +202,10 @@ export default {
     this.getBaseInfoHandler({ orgId: this.cascaderValue })
     //设置默认排序
 
-    if (this.lvVal == '前10名') {
-      this.desc = 0
-    } else {
+    if (this.lvVal == '前10名' || this.lvVal == '履职排名') {
       this.desc = 1
+    } else {
+      this.desc = 0
     }
     //设置默认月份
     this.month = newDateMonth()