|
@@ -325,9 +325,9 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- // Bus.$on('modelStatusChange', message => {
|
|
|
|
- // this.init()
|
|
|
|
- // })
|
|
|
|
|
|
+ Bus.$on('modelStatusChange', message => {
|
|
|
|
+ this.init()
|
|
|
|
+ })
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.Id = this.$route.query.Id
|
|
this.Id = this.$route.query.Id
|