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)