前端逻辑调整
This commit is contained in:
parent
670a144114
commit
2d27f6224c
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue