From 056314b27fc17ec61d2d431252c5d54c09f5631e Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 08 Apr 2021 17:41:33 +0800
Subject: [PATCH] 预警分析页码样式优化,健康码页码bug处理,警情类别,警情确认时间页面跳转实现

---
 src/views/healthcode/healthcode.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/healthcode/healthcode.vue b/src/views/healthcode/healthcode.vue
index 343e725..0689cdd 100644
--- a/src/views/healthcode/healthcode.vue
+++ b/src/views/healthcode/healthcode.vue
@@ -191,7 +191,7 @@
         recorder: null,
       };
     },
-    mounted:{
+    mounted(){
 
     },
     computed: {
@@ -251,7 +251,7 @@
       getHealthcodeType(){
           if (this.$route.query.type != undefined) {
               var type = this.$route.query.type+"";
-              this.$route.query = {};
+              //this.$route.query = {};
               return type;
           }
       },

--
Gitblit v1.9.3