From 7612670a1f0642b7d0caf9370447f51683e56467 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 09 May 2021 10:45:43 +0800
Subject: [PATCH] 1.数据模式基本信息饼图新增预警色块, 2.机构管理所属租户修改为所属用户 3.用户管理所属租户修改让其显示完全  4.违禁品,包裹,健康码,体温,警情列表页面由预警分析页面跳转后的参数在搜索时还存在修改为搜索时清空页面跳转携带过来的参数

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

diff --git a/src/views/healthcode/healthcode.vue b/src/views/healthcode/healthcode.vue
index 16406b3..7d85b58 100644
--- a/src/views/healthcode/healthcode.vue
+++ b/src/views/healthcode/healthcode.vue
@@ -240,6 +240,8 @@
         this.onLoad(this.page);
       },
       searchChange(params, done) {
+        //清空this.$route.query
+        this.$router.push({ query: {} });
         this.query = params;
         this.page.currentPage = 1;
         this.onLoad(this.page, params);
@@ -322,7 +324,6 @@
         let values = {
           ...params,
         };
-        debugger;
         if (this.$route.query.status!=undefined && this.$route.query != undefined && this.$route.query != null && this.$route.query != "" ) {
             if (this.$route.query.type != undefined) {
               this.page.currentPage = 1;

--
Gitblit v1.9.3