diff --git a/frontend/src/views/home/components/factorTest.vue b/frontend/src/views/home/components/factorTest.vue index 2beede2..789ab19 100644 --- a/frontend/src/views/home/components/factorTest.vue +++ b/frontend/src/views/home/components/factorTest.vue @@ -739,7 +739,7 @@ const handleSubmit = async () => { isButtonDisabled.value = true; // 禁用按钮 tableLoading('big', '系数下装') - await getCoefficientCheck({ +/* await getCoefficientCheck({ userPageId: "cdf", devIds: devIdArray.value, planId: planId.value, @@ -747,7 +747,7 @@ const handleSubmit = async () => { scriptId: select_Plan.value?.scriptId, operateType: '0', // '0'为预检测、‘1‘为正式检测 userId:userStore.userInfo.id - }) + })*/ active.value++; console.log('开始检测active.value', active.value) diff --git a/frontend/src/views/home/components/testPopup.vue b/frontend/src/views/home/components/testPopup.vue index bbeb099..96ac32b 100644 --- a/frontend/src/views/home/components/testPopup.vue +++ b/frontend/src/views/home/components/testPopup.vue @@ -241,7 +241,7 @@ const handleSubmitFast = () => { break; case 4: if (TestStatus.value == "waiting") { - startPreTest({ + /* startPreTest({ userPageId: "cdf", devIds: deviceIds, planId: planId, @@ -258,7 +258,7 @@ const handleSubmitFast = () => { }) TestStatus.value = 'test_init_fail' } - }) + })*/ TestStatus.value = 'start' } else if (TestStatus.value == 'paused') { // 发送继续指令