This commit is contained in:
caozehui
2025-02-25 15:11:23 +08:00
parent 19035f2dc9
commit 5004e319b6
2 changed files with 35 additions and 35 deletions

View File

@@ -319,7 +319,7 @@ const sendResume = () => {
userPageId: "cdf",
devIds: checkStore.devices.map((item) => item.deviceId),
planId: checkStore.plan.id,
operateType: '2' // '1'为预检测、2为正式检测
operateType: '2' // 0:'系数校验''1'为预检测、2为正式检测
})
Object.assign(webMsgSend.value, {
requestId: 'Resume_Success'