设置温度时状态传0

master
zhaotianci 2 months ago
parent a3c796d832
commit a79e6e75ea

@ -139,7 +139,7 @@ let begin = ref(false)
let canStart = ref(false)
const confirm = () =>{
begin.value = true
sendMsgApi({name:'',status:'',tem:parseFloat(tagTemp.value)})
sendMsgApi({name:'',status:'0',tem:parseFloat(tagTemp.value)})
notify("设置温度成功!");
}

Loading…
Cancel
Save