现场维修二维码

This commit is contained in:
jiang 2025-07-30 16:19:56 +08:00
parent 27c5e74ae5
commit 8c1b554a99
1 changed files with 1 additions and 9 deletions

View File

@ -119,15 +119,7 @@ const handleSearch = () => {
}
})
if (res.data.length === 1) {
console.log('🚀 ~ getWsMaInfoList ~ res.data.length:', res.data.length)
formData.id = res.data[0].id
formData.code = res.data[0].maCode
formData.maType = res.data[0].maName
formData.nextRepairTime = res.data[0].nextCheckTime
formData.repairTime = res.data[0].thisCheckTime
formData.typeName = res.data[0].maModel
formData.repairer = res.data[0].repairMan
console.log('🚀 ~ getWsMaInfoList ~ formData:', formData)
handleCheck(res.data[0])
}
}
}).catch(error => {