bug
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
|||||||
cancel() {
|
cancel() {
|
||||||
this.$confirm(`是否解除该条异常信息?`).then(() => {
|
this.$confirm(`是否解除该条异常信息?`).then(() => {
|
||||||
this.$http.post("/app/appepidemicbackhomerecord/release", {id: this.id}).then(res => {
|
this.$http.post("/app/appepidemicbackhomerecord/release", {id: this.id}).then(res => {
|
||||||
if (res?.code == 0) {
|
if (res.code == 0) {
|
||||||
this.$u.toast("解除成功!")
|
this.$u.toast("解除成功!")
|
||||||
uni.$emit('updateDetail')
|
uni.$emit('updateDetail')
|
||||||
uni.$emit('updateList')
|
uni.$emit('updateList')
|
||||||
|
|||||||
Reference in New Issue
Block a user