删除帮扶日志

This commit is contained in:
liuye
2022-03-31 14:38:32 +08:00
parent 9c6766772d
commit 9afbca0f2c

View File

@@ -92,7 +92,7 @@ export default {
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(res => {
if (res.code === 0) {
this.$u.toast('删除成功')
this.getInfo()
this.getList()
}
uni.hideLoading()
})