fix: 修复实体详情下拉loading动画加载错误问题

This commit is contained in:
changyongqiang
2022-05-24 15:23:55 +08:00
parent e8de279a01
commit d0a2309669
6 changed files with 11 additions and 41 deletions

View File

@@ -53,6 +53,9 @@ export default {
switchCollapse (isCollapse, index) {
this.isCollapse = isCollapse
this.collapseIndex = index
if (isCollapse) {
this.emitter.emit('switch-collapse')
}
},
collapse () {
this.isCollapse = true