fix:环保模块-排放口-详情修正
This commit is contained in:
parent
7e2a6f2f0b
commit
32252eb850
|
@ -335,7 +335,7 @@ export default {
|
|||
end_time: "2024-02-01",
|
||||
start_time: "2024-01-29",
|
||||
time_bucket: "1 minute",
|
||||
equipment_id: "3491356310052896768",
|
||||
equipment_id: "",
|
||||
},
|
||||
// 3508113475543248896
|
||||
basicOption: {
|
||||
|
@ -412,6 +412,7 @@ export default {
|
|||
if (res.type == 10) {
|
||||
that.eqs = res;
|
||||
} else if (res.type == 40) {
|
||||
that.biquery.equipment_id = id;
|
||||
that.eqc = res;
|
||||
console.log("that.eqc", res);
|
||||
} else if (res.type == 30) {
|
||||
|
@ -420,6 +421,7 @@ export default {
|
|||
})
|
||||
);
|
||||
});
|
||||
|
||||
const promise = Promise.all(reqs);
|
||||
promise.then(() => {
|
||||
this.getDetailData();
|
||||
|
|
Loading…
Reference in New Issue