Compare commits

...

2 Commits

1 changed files with 0 additions and 4 deletions

View File

@ -180,10 +180,6 @@ const handleBack = () => {
}
const handleSearch = async () => {
if (!searchParams.value.keyWord) {
uni.showToast({ title: '请输入设备编码', icon: 'none' })
return
}
try {
const res = await getInfoByCode({ maCode: searchParams.value.keyWord, qrCode: searchParams.value.qrCode })