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 @@