This commit is contained in:
liuye
2022-01-12 14:17:25 +08:00
parent 47a1537dc5
commit b7bde9515c

View File

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