From 3436aab2e9b77f521791650850985b880c3e792f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Mon, 27 Mar 2023 14:00:39 +0800 Subject: [PATCH] 3/27 --- src/views/main/Customer/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/main/Customer/index.vue b/src/views/main/Customer/index.vue index c641740..29f7cf3 100644 --- a/src/views/main/Customer/index.vue +++ b/src/views/main/Customer/index.vue @@ -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()