Procházet zdrojové kódy

项目新增字段

autoSR1012
douzhuo před 2 roky
rodič
revize
2687baa57a
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      pages/center/Piabodata/TrendAnalysis.vue

+ 3
- 1
pages/center/Piabodata/TrendAnalysis.vue Zobrazit soubor

@@ -710,7 +710,9 @@
//tab切换
tabxuanxiangtap(index) {
if (index == 1 || index == 3 || index == 4) {
this.showMarketingList.shift()
if (this.showMarketingList.findIndex(item => item.id == '')) {
this.showMarketingList.shift()
}
this.marketingBusinessText = this.showMarketingList[0].templateName
this.marketingBusiness = this.showMarketingList[0].id
} else {


Načítá se…
Zrušit
Uložit