Commit 11cf69cb authored by zhangyanni's avatar zhangyanni

提交

parent 48c2b0d3
......@@ -583,7 +583,6 @@
that.$set(item, 'coopreal', item.industryPurpose && item.industryPurpose.indexOf(',') > -1 ? item.industryPurpose.split(',').length > 3 ? item.industryPurpose.split(',').slice(0, 3).join(" | ") : item.industryPurpose.split(',').join(" | ") : item.industryPurpose);
that.$set(item, 'industryBy', item.industryName && item.industryName.indexOf(',') > -1 ? item.industryName.split(',') : [item.industryName]);
})
that.getProjectInfoData();
} else {
that.$message.error(res.msg);
}
......@@ -693,6 +692,7 @@
this.getSliderList();
window.addEventListener('scroll', this.handleScroll);
this.getCountData();
this.getProjectInfoData();
this.getActiveInfoData();
this.getBusinessInfoData();
this.getIndexTopNArticle();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment