From efcd6e1cfe4f6d3bda88f035c0d22f109bafa2a5 Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Mon, 23 Jun 2025 13:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4=EF=BC=88?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B=E6=AD=A5=E9=AA=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/factorTest.vue | 4 ++-- frontend/src/views/home/components/testPopup.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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') { // 发送继续指令