|
@ -33,6 +33,10 @@ const clearSpeed = ref() |
|
|
|
|
|
|
|
|
const dehumidifierStartRef = ref() |
|
|
const dehumidifierStartRef = ref() |
|
|
const dehumidifierStart = () => { |
|
|
const dehumidifierStart = () => { |
|
|
|
|
|
if (!systemStore.systemSensor.humidity) { |
|
|
|
|
|
FtMessage.error('未检测到当前湿度') |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
if (!humidity.value) { |
|
|
if (!humidity.value) { |
|
|
FtMessage.error('请输入目标湿度') |
|
|
FtMessage.error('请输入目标湿度') |
|
|
return |
|
|
return |
|
|