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