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