修复复合澄清剂传参
This commit is contained in:
@@ -181,8 +181,8 @@ export default {
|
|||||||
const requestParams = {
|
const requestParams = {
|
||||||
startTime: this.dateData.startTime,
|
startTime: this.dateData.startTime,
|
||||||
endTime: this.dateData.endTime,
|
endTime: this.dateData.endTime,
|
||||||
trendName: this.trendName+'成本',
|
trendName: this.trendName,
|
||||||
analysisObject: ['复合澄清剂成本'],
|
analysisObject: ['复合澄清剂'],
|
||||||
levelId: this.factory,
|
levelId: this.factory,
|
||||||
};
|
};
|
||||||
// 调用接口
|
// 调用接口
|
||||||
|
|||||||
Reference in New Issue
Block a user