部分隐藏效果冲突问题
parent
42d41fe0f1
commit
febafeebd8
|
|
@ -45,7 +45,7 @@ const changeButton = (type) => {
|
|||
watch(
|
||||
()=> props.chartConfig.status.hide,
|
||||
(newVal)=>{
|
||||
if(newVal){
|
||||
if(!newVal){
|
||||
changeButton(defaultClick)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue