部分隐藏效果冲突问题

main
刘妍 2025-04-28 11:08:03 +08:00
parent 42d41fe0f1
commit febafeebd8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const changeButton = (type) => {
watch(
()=> props.chartConfig.status.hide,
(newVal)=>{
if(newVal){
if(!newVal){
changeButton(defaultClick)
}
}