From b6195d776483be6464933667c05d3c5eeb6af331 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 27 Oct 2022 14:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/Piabodata/TrendAnalysis.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index 09b0e7b..836338f 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -443,6 +443,10 @@ console.log(res) if (res) { this.showMarketingList = res + this.showMarketingList.unshift({ + templateName: '全部', + id: '' + }) } }) }, @@ -708,8 +712,8 @@ //tab切换 tabxuanxiangtap(index) { if (index == 1 || index == 3 || index == 4) { - this.marketingBusinessText = this.showMarketingList[0].templateName - this.marketingBusiness = this.showMarketingList[0].id + this.marketingBusinessText = this.showMarketingList[1].templateName + this.marketingBusiness = this.showMarketingList[1].id } this.newactiveTotal = index; this.Selectlevel = false;