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')