From 394b4bc632af45c628c9932b22f34b2163a91199 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Sun, 29 Sep 2024 19:31:21 +0800 Subject: [PATCH] =?UTF-8?q?[6.7.0]=E4=BF=AE=E5=A4=8D=E6=95=85=E9=9A=9C?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E9=9D=A2=E6=9D=BF=E9=9A=90=E8=97=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/eagle/core/function/hmi/bone/BoneTabLayout.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/BoneTabLayout.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/BoneTabLayout.kt index b82c3296c9..db741e45a1 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/BoneTabLayout.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/bone/BoneTabLayout.kt @@ -153,6 +153,8 @@ class BoneTabLayout @JvmOverloads constructor( reportTypeView.showTypeSelectView() } else { reportTypeView.visibility = GONE + faultReasonView.visibility = GONE + workOrderView.visibility = GONE reportTypeView.hideTypeSelectView() } }