现场维修二维码
This commit is contained in:
parent
92cf504490
commit
91dfb95a14
|
|
@ -185,7 +185,7 @@ const handleSearch = async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
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) {
|
if (res.code === 200 && res.data?.length) {
|
||||||
deviceTypes.value = res.data.map(item => ({
|
deviceTypes.value = res.data.map(item => ({
|
||||||
...item,
|
...item,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue