删除帮扶日志
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
|||||||
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(res => {
|
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.$u.toast('删除成功')
|
this.$u.toast('删除成功')
|
||||||
this.getInfo()
|
this.getList()
|
||||||
}
|
}
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user