From 9e1c79907d54bad69ee70e06a5ee6379c838094e Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期六, 06 九月 2025 17:48:18 +0800
Subject: [PATCH] art: 热处理外协入库、小内圈外协入库、物料调拨

---
 src/utils/util.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/util.js b/src/utils/util.js
index bf4f48f..31c8720 100644
--- a/src/utils/util.js
+++ b/src/utils/util.js
@@ -106,7 +106,7 @@
   for (let item of data) {
     let component = "";
     if(item.component.indexOf("layouts")>=0){
-      component = "components/"+item.component;
+      component = "components/"+item.component.trim();
     }else{
       component = "views/"+item.component;
     }

--
Gitblit v1.9.3