前端逻辑调整

This commit is contained in:
zhangyue 2026-05-27 16:40:44 +08:00
parent fea20ad408
commit f5ad1abbd3
1 changed files with 6 additions and 1 deletions

View File

@ -392,7 +392,12 @@
}
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) => {