BUG 30882
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
|||||||
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(ret => {
|
this.$http.post(`/app/apppreventionreturntopovertylog/delete?ids=${id}`).then(ret => {
|
||||||
if (ret?.code == 0) {
|
if (ret?.code == 0) {
|
||||||
this.$u.toast('删除成功')
|
this.$u.toast('删除成功')
|
||||||
this.getList()
|
this.getList(true)
|
||||||
}
|
}
|
||||||
}).finally(() => uni.hideLoading())
|
}).finally(() => uni.hideLoading())
|
||||||
}).catch(() => 0)
|
}).catch(() => 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user