微调
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user