省级平台在正式检测时增加温度、相对湿度参数

This commit is contained in:
caozehui
2025-05-15 08:57:24 +08:00
parent 2a53f577aa
commit 098ab3a41d
5 changed files with 161 additions and 17 deletions

View File

@@ -89,7 +89,7 @@ const handleStart = () => {
checkStore.setCheckType(0)
checkStore.setSelectTestItems({...formContent})
handleClose()
emit('openTestDialog')
emit('openTestDialog',checkStore.selectTestItems.test)
}
}