From d416f46b3a5a15da7d7b0d1348a57f56eb4f7906 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 10 Jan 2025 09:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/testPopup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/home/components/testPopup.vue b/frontend/src/views/home/components/testPopup.vue index b3af61a..2e630ed 100644 --- a/frontend/src/views/home/components/testPopup.vue +++ b/frontend/src/views/home/components/testPopup.vue @@ -403,8 +403,8 @@ const sendReCheck = () => { console.log('发送重新检测指令') startPreTest({ userPageId: "cdf", - devIds: deviceIds, - planId: planId, + devIds: checkStore.devices.map((item) => item.deviceId), + planId: checkStore.planId, operateType: '2' // 0:'系数校验','1'为预检测、‘2‘为正式检测 }).then(res => { console.log(res)