From 6f0f9872e9b3e4672b3cf3061561387c287b7056 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 09 Apr 2021 10:46:59 +0800
Subject: [PATCH] 预警时间分布,健康码,体温,违禁品,一键求助点击跳转事件修改
---
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