From f842d812995bb769e535b07592e06f972df2b97e Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 20 Jun 2022 17:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055839=20=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=BD=92=E6=A1=A3=EF=BC=8C=E5=A2=9E=E5=8A=A0tips?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E7=A4=BA=E5=BD=92=E6=A1=A3=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/components/answerItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/personal/pages/my-questions/components/answerItem.vue b/src/pages/personal/pages/my-questions/components/answerItem.vue index 767375cb6..d4edacaed 100644 --- a/src/pages/personal/pages/my-questions/components/answerItem.vue +++ b/src/pages/personal/pages/my-questions/components/answerItem.vue @@ -192,6 +192,7 @@ export default { }, res => { if(res.respCode === '200'){ this.$emit('emitInsState',true) + this.$message.success('归档成功') } }, e => { })