[6.7.0]修复故障原因面板隐藏显示

This commit is contained in:
xuxinchao
2024-09-29 19:31:21 +08:00
parent 8f74c218bf
commit 394b4bc632

View File

@@ -153,6 +153,8 @@ class BoneTabLayout @JvmOverloads constructor(
reportTypeView.showTypeSelectView()
} else {
reportTypeView.visibility = GONE
faultReasonView.visibility = GONE
workOrderView.visibility = GONE
reportTypeView.hideTypeSelectView()
}
}