This commit is contained in:
caozehui
2025-01-04 16:33:23 +08:00
parent 23e72f38a6
commit bf823ddff0
3 changed files with 152 additions and 311 deletions

View File

@@ -371,6 +371,22 @@ const detectionOptions = ref([
const sendReCheck = () => {
console.log('发送重新检测指令')
// startPreTest({
// userPageId: "cdf",
// devIds:deviceIds,
// planId:planId,
// errorSysId:'cb407009f9894a8a8933b5d9b1e2f71d',
// scriptId:"a303b2224845fcc6f60198b8ca23dca9",
// operateType:'1' // '0'为预检测、1为正式检测
// }).then(res => {
// console.log(res)
/* if (res.code === 20000) {
TestStatus.value = 'start'
webMsgSend.value = ''
} else {
ElMessage.error(res.message)
}*/
// })
TestStatus.value = 'start'
}