eims-ui-mobile/src/pages/scan/index.vue
@@ -101,7 +101,9 @@ function initData(assetNo: any) { getEquByAssetNo(assetNo) .then((res: any) => { if (res.data) { console.error(res) if (res?.equId) { exist.value = true Object.assign(model, res) } else { toast.error('未查询到该资产编号相关数据!')