From fbf3ecf60ac7b5acd18357e26514d4d0880c47a1 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Tue, 15 Aug 2023 12:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5excel=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 2 +- src/views/doctorCheck/personnelBatch.vue | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index a3faf15..2f2e061 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -499,7 +499,7 @@ export default { handleCommand(command) { if (this.router.path != command) { this.router.path = command; - this.$router.push({ path: command }); + this.$router.push({ path: command }).catch(()=>{}) } }, //确定修改密码按钮 diff --git a/src/views/doctorCheck/personnelBatch.vue b/src/views/doctorCheck/personnelBatch.vue index 98a9293..101e3a7 100644 --- a/src/views/doctorCheck/personnelBatch.vue +++ b/src/views/doctorCheck/personnelBatch.vue @@ -45,14 +45,13 @@