|
|
@@ -399,9 +399,10 @@ export default {
|
|
|
timevalue: ["2024-07-01 00:00:00", "2024-08-31 00:00:00"],
|
|
|
maplist: {
|
|
|
codeNumber: "WOF046400029",
|
|
|
- companyCode: "WOF046400029",
|
|
|
+ companyCode: "WOF046400029",
|
|
|
},
|
|
|
companyCode: "WOF046400029",
|
|
|
+ windCode: "WOF046400029",
|
|
|
};
|
|
|
},
|
|
|
|
|
|
@@ -474,6 +475,7 @@ export default {
|
|
|
// demo演示
|
|
|
this.$nextTick(() => {
|
|
|
this.companyCode = "WOF046400029";
|
|
|
+ this.windCode = "WOF046400029";
|
|
|
});
|
|
|
},
|
|
|
|
|
|
@@ -809,7 +811,6 @@ export default {
|
|
|
};
|
|
|
const params = {
|
|
|
ids: this.tableDataList.map((item) => item.id),
|
|
|
- // windCode: "SKF001",
|
|
|
windCode: this.companyCode,
|
|
|
analysisType: "trend",
|
|
|
};
|