From f96d82cf87e889e5e6180e1808b6aa987b62f81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 13 Nov 2023 16:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xm/core/xmQuestion/XmQuestionEdit.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index 6d469ea9..5046616c 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -31,15 +31,12 @@ - -
- {{editForm.remarks||'暂无'}} -
-
- -
-
- + +
{{editForm.remarks||'暂无最新意见'}}
+
+ + +
@@ -533,6 +530,10 @@ editXmQuestionSomeFields(params).then(res=>{ var tips = res.data.tips; if(tips.isOk){ + if(fieldName=='remarks'){ + this.editForm.remarks=$event + this.editForm.remarks2="" + } this.editFormBak={...this.editForm} this.$emit('edit-fields',this.editForm) }else{