소스 검색

项目新增字段

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


불러오는 중...
취소
저장