mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 02:41:34 +08:00
fixed infinite loop Bug when in hasOneShowingChild Edit the onlyOneChild
This commit is contained in:
parent
9afc46ccf1
commit
8dc68c6b6d
@ -62,8 +62,9 @@ export default {
|
||||
}
|
||||
},
|
||||
data() {
|
||||
this.onlyOneChild = null
|
||||
return {
|
||||
onlyOneChild: null
|
||||
// onlyOneChild: null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user