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