From 63f2d8d30aa1f2cc28a1fc70e893b40664b43d14 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 27 一月 2026 13:23:29 +0800
Subject: [PATCH] 还原
---
src/views/productionManagement/productStructure/Detail/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/productionManagement/productStructure/Detail/index.vue b/src/views/productionManagement/productStructure/Detail/index.vue
index c56b247..3a76e48 100644
--- a/src/views/productionManagement/productStructure/Detail/index.vue
+++ b/src/views/productionManagement/productStructure/Detail/index.vue
@@ -342,11 +342,11 @@
isValid = false;
return;
}
- if (!item.unit) {
- ElMessage.error("璇疯緭鍏ュ崟浣�");
- isValid = false;
- return;
- }
+ // if (!item.unit) {
+ // ElMessage.error("璇疯緭鍏ュ崟浣�");
+ // isValid = false;
+ // return;
+ // }
// 閫掑綊鏍¢獙瀛愰」
if (item.children && item.children.length > 0) {
--
Gitblit v1.9.3