BUG 30882

This commit is contained in:
aixianling
2022-08-17 15:00:59 +08:00
parent f7d199b580
commit 115bde1294

View File

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