From ffcee41886dc6d1bcf6618dfc809e39cb6241817 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Fri, 16 Oct 2020 16:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=A4=E9=94=80=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/agentEenter/approve/ApproveList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/agentEenter/approve/ApproveList.vue b/src/views/ebiz/agentEenter/approve/ApproveList.vue index 6ce153fa8..99f067e7a 100644 --- a/src/views/ebiz/agentEenter/approve/ApproveList.vue +++ b/src/views/ebiz/agentEenter/approve/ApproveList.vue @@ -203,7 +203,7 @@ export default { if (res.result == 0) { this.$toast('撤销成功') } else { - this.$toast(res.resultMessage) + return this.$toast(res.resultMessage) } this.idNo = '' done()