This commit is contained in:
sjl
2025-10-23 10:36:32 +08:00
parent cedf1b6c5e
commit baccbe6f33
8 changed files with 68 additions and 53 deletions

View File

@@ -322,7 +322,8 @@ const initScriptData = async () => {
let response: any = await getScriptList({
devId: formContent.deviceId,
chnNum: formContent.chnNum,
num: formContent.num
num: formContent.num,
planId: checkStore.plan.id
})
// 格式化脚本数据
@@ -521,7 +522,6 @@ const getResults = async (code: any) => {
}
currentCheckItem.value = list[0]
tesList.value = list
console.log('checkResultData:', tesList.value)
checkResultData.value = res.data.resultMap
rawTableData.value = res.data.rawDataMap
})