瀏覽代碼

修改筛选时间

yun
corala 3 年之前
父節點
當前提交
677ba6f4a4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pages/center/Piabodata/requireminingAnalysis.vue

+ 1
- 1
pages/center/Piabodata/requireminingAnalysis.vue 查看文件

@@ -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…
取消
儲存