From 279ee6197ef95b683733d450616ee80539f0a8bb Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 09 Apr 2021 17:10:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/views/healthcode/healthcode.vue b/src/views/healthcode/healthcode.vue
index 0689cdd..7bfccea 100644
--- a/src/views/healthcode/healthcode.vue
+++ b/src/views/healthcode/healthcode.vue
@@ -316,6 +316,14 @@
           };
         }
 
+        if (this.$route.query.timeDesc) {
+          values = {
+            ...params,
+            timeDesc: this.$route.query.timeDesc,
+            ...this.query,
+          };
+        }
+
         this.loading = true;
         getList(page.currentPage, page.pageSize,values).then(res => {
           const data = res.data.data;

--
Gitblit v1.9.3