mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
折叠面板单独展开后,点击全部展开按钮不生效,直接是全部收起操作
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
//右上角,全部展开、全部收起
|
||||
collapseAll(){
|
||||
let that = this
|
||||
if(that.isOpen == '1'){
|
||||
if(that.isOpen == '0'){
|
||||
that.activeNames = []
|
||||
}else{
|
||||
that.activeNames = []
|
||||
|
||||
Reference in New Issue
Block a user