From 2e4b90bd2e39dfe9963941a58e067ac07fdbb70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 22 Apr 2021 04:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=A6=E6=96=87=E6=9C=AC=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmQuestion/XmQuestionAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue index 9ee4281c..aecd72de 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue @@ -189,8 +189,9 @@ console.log(this.addForm.handlerUserid); if (valid) { this.$confirm('确认提交吗?', '提示', {}).then(() => { - this.load.add=true + this.load.add=true let params = Object.assign({}, this.addForm); + params.expectResult=params.expectResult.replace("

\n
\n<\p>",""); addXmQuestion(params).then((res) => { this.load.add=false var tips=res.data.tips;