前端逻辑调整
This commit is contained in:
parent
fea20ad408
commit
f5ad1abbd3
|
|
@ -392,7 +392,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function fetchRelayStatus(deployIds) {
|
function fetchRelayStatus(deployIds) {
|
||||||
sendRelayQuery({ deployId: deployIds }).then((res) => {});
|
getRelayList({ deployId: deployIds }).then((res) => {
|
||||||
|
if (res.code == 200) {
|
||||||
|
formState.dataTime = res.result.dataTime;
|
||||||
|
} else {
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// getValveStatus({ deployCode: record.deployCode }).then((res) => {
|
// getValveStatus({ deployCode: record.deployCode }).then((res) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue