From e123b782dbf8e0123d8760681b1e2c3b788ae073 Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Tue, 24 Sep 2024 15:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tooling/components/com_tool_property_show.vue | 2 +- src/views/modules/tooling/manuf_tool.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/tooling/components/com_tool_property_show.vue b/src/views/modules/tooling/components/com_tool_property_show.vue index 19b4f2e..8fc73e8 100644 --- a/src/views/modules/tooling/components/com_tool_property_show.vue +++ b/src/views/modules/tooling/components/com_tool_property_show.vue @@ -74,7 +74,7 @@ export default { this.pageData.toolId = toolInfo.toolId; this.pageData.toolInstance = ''; }else if(dataType === 'TLI'){ - this.showFlag = false; + this.showFlag = true; this.dataNo = toolInfo.toolId+"#"+toolInfo.toolInstance; this.propertyNo = toolInfo.propertyNo; this.propertyType = 'TLI'; diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue index dd192a0..a760c08 100644 --- a/src/views/modules/tooling/manuf_tool.vue +++ b/src/views/modules/tooling/manuf_tool.vue @@ -109,14 +109,14 @@