From 18e90fabbf22da3f168d020989609c3de83e9670 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 17 三月 2025 10:14:08 +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