Revert "updateOpened时判断accordion"
This commit is contained in:
parent
38a22c59a1
commit
702c24e243
1 changed files with 0 additions and 3 deletions
|
@ -99,9 +99,6 @@
|
|||
|
||||
if (items.length) {
|
||||
items.forEach(item => {
|
||||
if (this.accordion) {
|
||||
item.opened = false;
|
||||
}
|
||||
if (this.openNames.indexOf(item.name) > -1) item.opened = true;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue