修改
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
gap: 12px;
|
||||
grid-template-columns: 804px 804px;
|
||||
">
|
||||
<monthlyRelatedMetrics :relatedMon="relatedMon" :title="'月度·相关指标分析'" />
|
||||
<yearRelatedMetrics :relatedTotal="relatedTotal" :title="'累计·相关指标分析'" />
|
||||
<monthlyRelatedMetrics :factory="factory" :relatedMon="relatedMon" :title="'月度·相关指标分析'" />
|
||||
<yearRelatedMetrics :factory="factory" :relatedTotal="relatedTotal" :title="'累计·相关指标分析'" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@ export default {
|
||||
this.beilv = _this.clientWidth / 1920;
|
||||
})();
|
||||
};
|
||||
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : this.factory
|
||||
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : 5
|
||||
},
|
||||
methods: {
|
||||
handleChange(value) {
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
// sort: 1,
|
||||
paramName: '单价',
|
||||
paramList: ['销量','成本','运费'],
|
||||
baseId:2,
|
||||
baseId:this.factory,
|
||||
// baseId: Number(this.factory),
|
||||
};
|
||||
// 调用接口
|
||||
|
||||
Reference in New Issue
Block a user