编码采集页面、铭牌更新页面、日期更新页面问题修改

This commit is contained in:
jiang 2025-08-04 10:27:59 +08:00
parent a6afd67447
commit 2dcb78dd52
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 })