fix:环保模块-排放口-详情修正

This commit is contained in:
shijing 2024-07-16 14:05:22 +08:00
parent 7e2a6f2f0b
commit 32252eb850
1 changed files with 3 additions and 1 deletions

View File

@ -335,7 +335,7 @@ export default {
end_time: "2024-02-01", end_time: "2024-02-01",
start_time: "2024-01-29", start_time: "2024-01-29",
time_bucket: "1 minute", time_bucket: "1 minute",
equipment_id: "3491356310052896768", equipment_id: "",
}, },
// 3508113475543248896 // 3508113475543248896
basicOption: { basicOption: {
@ -412,6 +412,7 @@ export default {
if (res.type == 10) { if (res.type == 10) {
that.eqs = res; that.eqs = res;
} else if (res.type == 40) { } else if (res.type == 40) {
that.biquery.equipment_id = id;
that.eqc = res; that.eqc = res;
console.log("that.eqc", res); console.log("that.eqc", res);
} else if (res.type == 30) { } else if (res.type == 30) {
@ -420,6 +421,7 @@ export default {
}) })
); );
}); });
const promise = Promise.all(reqs); const promise = Promise.all(reqs);
promise.then(() => { promise.then(() => {
this.getDetailData(); this.getDetailData();