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()