@@ -367,6 +367,7 @@ export default {
onReset() {
Object.assign(this.$data, this.$options.data())
Object.assign(this.$refs.header.$data, this.$refs.header.$options.data())
+ this.$refs.header.getRegion()
},
handleBack() {
this.$emit('close')