前端逻辑调整

This commit is contained in:
zhangyue 2026-05-27 14:38:06 +08:00
parent 670a144114
commit 2d27f6224c
1 changed files with 3 additions and 1 deletions

View File

@ -180,7 +180,7 @@
} }
console.log('check-----', formState.moduleList); console.log('check-----', formState.moduleList);
deviceData.temperature = data.temperature; deviceData.temperature = data.temperature;
relayData(formState.deployInfo.deployId);
} }
} catch (e) { } catch (e) {
// JSON // JSON
@ -296,6 +296,8 @@
}, },
}); });
} }
//Mqtt
relayData(formState.deployInfo.deployId);
}, 6000); }, 6000);
// if (checked === true) { // if (checked === true) {