From 2a2acd0f887785a1c56affb03ae619124aee5225 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 21 Jun 2022 14:15:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20bug?= =?UTF-8?q?=20#55915=20axios=20postData=20=E9=BB=98=E8=AE=A4=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=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 => { }) From 1e82f615aa630e7552eb2a62c5d80b2ff94d2064 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 21 Jun 2022 15:09:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20bug?= =?UTF-8?q?=20#55879=20=E7=82=B9=E5=87=BB=E6=8F=90=E9=97=AE=20=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=9B=BD=E5=86=85=20=E9=98=B2=E6=AD=A2=20?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=B2=A1=E8=A2=AB=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 2 ++ src/pages/regulatoryRepository/standQA/index.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 2ea047141..a306e37d8 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1665,6 +1665,8 @@ export default { //提问按钮 queBtn(){ this.fileList = [] + // 清空提问 + this.standType = "INLAND" this.questionForm = { pubQue : '',//公共问题 classification: 'INLAND', //标准类型 diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 6f3216768..4265209bb 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1040,6 +1040,7 @@ export default { //提问按钮 queBtn(){ this.fileList = [] + this.standType = "INLAND" this.questionForm = { pubQue : '',//公共问题 classification: 'INLAND', //标准类型