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