Browse Source

项目新增字段

autoSR1012
douzhuo 1 year ago
parent
commit
b6195d7764
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      pages/center/Piabodata/TrendAnalysis.vue

+ 6
- 2
pages/center/Piabodata/TrendAnalysis.vue View File

@@ -443,6 +443,10 @@
console.log(res) console.log(res)
if (res) { if (res) {
this.showMarketingList = res this.showMarketingList = res
this.showMarketingList.unshift({
templateName: '全部',
id: ''
})
} }
}) })
}, },
@@ -708,8 +712,8 @@
//tab切换 //tab切换
tabxuanxiangtap(index) { tabxuanxiangtap(index) {
if (index == 1 || index == 3 || index == 4) { 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.newactiveTotal = index;
this.Selectlevel = false; this.Selectlevel = false;


Loading…
Cancel
Save