瀏覽代碼

项目新增字段

autoSR1012
douzhuo 1 年之前
父節點
當前提交
451b84d431
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pages/center/Piabodata/TrendAnalysis.vue

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

@@ -710,7 +710,7 @@
//tab切换
tabxuanxiangtap(index) {
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.marketingBusinessText = this.showMarketingList[0].templateName


Loading…
取消
儲存