车间能级提升-智能设备管理系统
zhuguifei
2025-06-06 17aaffd6f60443a070f8f9aab29c6f53d44795de
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('未查询到该资产编号相关数据!')