BUG 28594

This commit is contained in:
aixianling
2022-03-28 17:22:51 +08:00
parent d7b59ba7e1
commit 4b20cd2dee

View File

@@ -358,7 +358,7 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$message.success("删除成功!")
this.back()
this.getHelpLogs()
}
})
}).catch(() => 0)