From 8f3e5738ad1f0609b16b7b6257e445e794c5b586 Mon Sep 17 00:00:00 2001 From: lonewolfyx <877085893@qq.com> Date: Thu, 5 Feb 2026 16:18:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(ProductionUnit):=20=E6=B7=BB=E5=8A=A0=20in?= =?UTF-8?q?heritAttrs=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ProductionUnit/ProductionUnit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ProductionUnit/ProductionUnit.vue b/components/ProductionUnit/ProductionUnit.vue index 60680f9..a3e9636 100644 --- a/components/ProductionUnit/ProductionUnit.vue +++ b/components/ProductionUnit/ProductionUnit.vue @@ -14,7 +14,8 @@ import UniDataSelect from "../../uni_modules/uni-data-select/components/uni-data import {listproductList} from "../../api/orderManager"; defineOptions({ - name: "ProductionUnit" + name: "ProductionUnit", + inheritAttrs: false }) const modelValue = defineModel()