From cb5ea3bbb33b144600d3342231f4e38834bd656e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 12 Jan 2022 09:17:25 +0800 Subject: [PATCH] bug --- src/apps/AppEpidemicSituation/ErrorDetail.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/apps/AppEpidemicSituation/ErrorDetail.vue b/src/apps/AppEpidemicSituation/ErrorDetail.vue index 8d540e3c..e56f99c2 100644 --- a/src/apps/AppEpidemicSituation/ErrorDetail.vue +++ b/src/apps/AppEpidemicSituation/ErrorDetail.vue @@ -9,22 +9,26 @@

{{ userList.idNumber && userList.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}

异常情况:

-

{{ $dict.getLabel('epidemicRecentHealth', item) }}

+

+ + {{ $dict.getLabel('epidemicRecentHealth', items) }} + +

-

暂无异常情况

+
异常情况记录
-
+

{{ item.content }}

{{ item.checkTime }}网格员: 李依云
- +
@@ -99,7 +103,7 @@ export default { getRecord() { this.$loading() this.$http - .post(`/app/appepidemichealthreport/list?memberId=${this.id}`) + .post(`/app/appepidemichealthreport/list?recordId=${this.id}`) .then((res) => { if (res?.code == 0) { this.data = this.current > 1 ? [...this.data, ...res.data.records] : res.data.records