|
|
|
@ -293,11 +293,11 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
created() {},
|
|
|
|
|
watch: {
|
|
|
|
|
$route(to, form) {
|
|
|
|
|
if (to.path == '/CustomerInformationManagement') {
|
|
|
|
|
this.init()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// $route(to, form) {
|
|
|
|
|
// if (to.path == '/CustomerInformationManagement') {
|
|
|
|
|
// this.init()
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
this.init()
|
|
|
|
|