From 9afbca0f2ca59e6bf26206975e688eb0fa885b94 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 31 Mar 2022 14:38:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B8=AE=E6=89=B6=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/LogList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppMonitoringObject/LogList.vue b/src/apps/AppMonitoringObject/LogList.vue index ba6a8f11..3136427e 100644 --- a/src/apps/AppMonitoringObject/LogList.vue +++ b/src/apps/AppMonitoringObject/LogList.vue @@ -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() })