微调
This commit is contained in:
@@ -403,8 +403,8 @@ const sendReCheck = () => {
|
|||||||
console.log('发送重新检测指令')
|
console.log('发送重新检测指令')
|
||||||
startPreTest({
|
startPreTest({
|
||||||
userPageId: "cdf",
|
userPageId: "cdf",
|
||||||
devIds: deviceIds,
|
devIds: checkStore.devices.map((item) => item.deviceId),
|
||||||
planId: planId,
|
planId: checkStore.planId,
|
||||||
operateType: '2' // 0:'系数校验','1'为预检测、‘2‘为正式检测
|
operateType: '2' // 0:'系数校验','1'为预检测、‘2‘为正式检测
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
|||||||
Reference in New Issue
Block a user