From 2a2acd0f887785a1c56affb03ae619124aee5225 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 21 Jun 2022 14:15:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20bug=20#5?= =?UTF-8?q?5915=20axios=20postData=20=E9=BB=98=E8=AE=A4=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=B8=A6=E6=8F=90=E7=A4=BA?= 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 deletion(-) diff --git a/src/pages/personal/pages/my-questions/components/answerItem.vue b/src/pages/personal/pages/my-questions/components/answerItem.vue index a25deb7b9..8fe10d24b 100644 --- a/src/pages/personal/pages/my-questions/components/answerItem.vue +++ b/src/pages/personal/pages/my-questions/components/answerItem.vue @@ -197,7 +197,6 @@ export default { }, res => { if(res.respCode === '200'){ this.$emit('emitInsState',true) - this.$message.success('归档成功') } }, e => { })