现场维修二维码

This commit is contained in:
jiang 2025-07-30 16:20:10 +08:00
parent 92cf504490
commit 91dfb95a14
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ const handleSearch = async () => {
}
try {
const res = await getInfoByCode({ maCode: searchParams.value.keyWord })
const res = await getInfoByCode({ maCode: searchParams.value.keyWord, qrCode: formData.value.qrCode })
if (res.code === 200 && res.data?.length) {
deviceTypes.value = res.data.map(item => ({
...item,