临时提交(自动检测步骤)
This commit is contained in:
@@ -739,7 +739,7 @@ const handleSubmit = async () => {
|
|||||||
|
|
||||||
isButtonDisabled.value = true; // 禁用按钮
|
isButtonDisabled.value = true; // 禁用按钮
|
||||||
tableLoading('big', '系数下装')
|
tableLoading('big', '系数下装')
|
||||||
await getCoefficientCheck({
|
/* await getCoefficientCheck({
|
||||||
userPageId: "cdf",
|
userPageId: "cdf",
|
||||||
devIds: devIdArray.value,
|
devIds: devIdArray.value,
|
||||||
planId: planId.value,
|
planId: planId.value,
|
||||||
@@ -747,7 +747,7 @@ const handleSubmit = async () => {
|
|||||||
scriptId: select_Plan.value?.scriptId,
|
scriptId: select_Plan.value?.scriptId,
|
||||||
operateType: '0', // '0'为预检测、‘1‘为正式检测
|
operateType: '0', // '0'为预检测、‘1‘为正式检测
|
||||||
userId:userStore.userInfo.id
|
userId:userStore.userInfo.id
|
||||||
})
|
})*/
|
||||||
active.value++;
|
active.value++;
|
||||||
|
|
||||||
console.log('开始检测active.value', active.value)
|
console.log('开始检测active.value', active.value)
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ const handleSubmitFast = () => {
|
|||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
if (TestStatus.value == "waiting") {
|
if (TestStatus.value == "waiting") {
|
||||||
startPreTest({
|
/* startPreTest({
|
||||||
userPageId: "cdf",
|
userPageId: "cdf",
|
||||||
devIds: deviceIds,
|
devIds: deviceIds,
|
||||||
planId: planId,
|
planId: planId,
|
||||||
@@ -258,7 +258,7 @@ const handleSubmitFast = () => {
|
|||||||
})
|
})
|
||||||
TestStatus.value = 'test_init_fail'
|
TestStatus.value = 'test_init_fail'
|
||||||
}
|
}
|
||||||
})
|
})*/
|
||||||
TestStatus.value = 'start'
|
TestStatus.value = 'start'
|
||||||
} else if (TestStatus.value == 'paused') {
|
} else if (TestStatus.value == 'paused') {
|
||||||
// 发送继续指令
|
// 发送继续指令
|
||||||
|
|||||||
Reference in New Issue
Block a user