Browse Source

修改筛选时间

yun
corala 2 years ago
parent
commit
677ba6f4a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/center/Piabodata/requireminingAnalysis.vue

+ 1
- 1
pages/center/Piabodata/requireminingAnalysis.vue View File

@@ -461,6 +461,7 @@
}, },
//时间切换 //时间切换
tabtimetap(index, text) { tabtimetap(index, text) {
this.activeTotal = index;
if (index == 4) { if (index == 4) {
this.calendarShow = true; this.calendarShow = true;
} else { } else {
@@ -469,7 +470,6 @@
this.time = text this.time = text
this.getdata() this.getdata()
} }
this.activeTotal = index;
this.timeshow = false this.timeshow = false
}, },
// 顾问选择 // 顾问选择


Loading…
Cancel
Save