Compare commits
2 Commits
a18bf89ac7
...
71e1d4a02c
| Author | SHA1 | Date |
|---|---|---|
|
|
71e1d4a02c | |
|
|
2dcb78dd52 |
|
|
@ -180,10 +180,6 @@ const handleBack = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleSearch = async () => {
|
const handleSearch = async () => {
|
||||||
if (!searchParams.value.keyWord) {
|
|
||||||
uni.showToast({ title: '请输入设备编码', icon: 'none' })
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await getInfoByCode({ maCode: searchParams.value.keyWord, qrCode: searchParams.value.qrCode })
|
const res = await getInfoByCode({ maCode: searchParams.value.keyWord, qrCode: searchParams.value.qrCode })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue