From b7bde9515c4f47704486be9d779add0f52355a2a Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jan 2022 14:17:25 +0800 Subject: [PATCH] bug --- src/apps/AppEpidemicSituation/ErrorInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppEpidemicSituation/ErrorInfo.vue b/src/apps/AppEpidemicSituation/ErrorInfo.vue index 475c574b..38d440cf 100644 --- a/src/apps/AppEpidemicSituation/ErrorInfo.vue +++ b/src/apps/AppEpidemicSituation/ErrorInfo.vue @@ -87,7 +87,7 @@ export default { cancel() { this.$confirm(`是否解除该条异常信息?`).then(() => { this.$http.post("/app/appepidemicbackhomerecord/release", {id: this.id}).then(res => { - if (res?.code == 0) { + if (res.code == 0) { this.$u.toast("解除成功!") uni.$emit('updateDetail') uni.$emit('updateList')