折叠面板单独展开后,点击全部展开按钮不生效,直接是全部收起操作

This commit is contained in:
liyuetong
2021-07-23 14:25:02 +08:00
parent a159994ffc
commit d9f79a6070

View File

@@ -161,7 +161,7 @@ export default {
//右上角,全部展开、全部收起
collapseAll(){
let that = this
if(that.isOpen == '1'){
if(that.isOpen == '0'){
that.activeNames = []
}else{
that.activeNames = []