From be11d455870b8341f4e463a9226c971ca319b3e7 Mon Sep 17 00:00:00 2001 From: wulin Date: Wed, 26 Aug 2020 16:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E6=8F=90=E4=BA=A4=EF=BC=8C=E5=92=8C?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87=E5=8D=95=E7=AA=97=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=95=B0=E6=8D=AE=E5=90=8E=E7=BB=99=E5=87=BA=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/result/record/approval-add-or-update.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/result/record/approval-add-or-update.vue b/src/views/modules/result/record/approval-add-or-update.vue index fb0e14d..31222c4 100644 --- a/src/views/modules/result/record/approval-add-or-update.vue +++ b/src/views/modules/result/record/approval-add-or-update.vue @@ -21,7 +21,7 @@ 通过 - 侍提交 + 待提交 驳回 @@ -103,6 +103,7 @@ export default { }).then(data => { if (data && data.code === 0) { this.$emit('refreshDataList', this.recordResultId) + this.alertInfo('更新成功') } else { this.alertInfo(data.msg) }