fixed infinite loop Bug when in hasOneShowingChild Edit the onlyOneChild

This commit is contained in:
Mr Xu 2018-11-17 12:03:25 +08:00
parent 9afc46ccf1
commit 8dc68c6b6d
1 changed files with 2 additions and 1 deletions

View File

@ -62,8 +62,9 @@ export default {
}
},
data() {
this.onlyOneChild = null
return {
onlyOneChild: null
// onlyOneChild: null
}
},
methods: {