Procházet zdrojové kódy

项目新增字段

autoSR1012
douzhuo před 1 rokem
rodič
revize
451b84d431
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      pages/center/Piabodata/TrendAnalysis.vue

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

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


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