From ceacdcb1e517982c2dce40c4217a9de29e9dabcc Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 11 二月 2025 11:52:40 +0800 Subject: [PATCH] DNC修改所属部门为所属车间 --- src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue index 69dc447..d6097b5 100644 --- a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue +++ b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue @@ -117,11 +117,6 @@ } } }, - computed: { - formDisabled() { - return this.disabled - } - }, created() { //澶囦唤model鍘熷鍊� this.modelDefault = JSON.parse(JSON.stringify(this.model)) -- Gitblit v1.9.3