From 83cc7f4e692546c4f7e7f3759b1563b8737a3b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 3 May 2022 18:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=BA=E9=99=B7=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProduct/XmProductInfo.vue | 2 +- src/views/xm/core/xmProject/XmProjectInfo.vue | 4 ++-- src/views/xm/core/xmQuestion/XmQuestionEdit.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue index 2874fa87..bdb0e3e0 100644 --- a/src/views/xm/core/xmProduct/XmProductInfo.vue +++ b/src/views/xm/core/xmProduct/XmProductInfo.vue @@ -177,7 +177,7 @@ - + diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue index bc12ce48..57d11d9f 100644 --- a/src/views/xm/core/xmProject/XmProjectInfo.vue +++ b/src/views/xm/core/xmProject/XmProjectInfo.vue @@ -124,7 +124,7 @@ - + @@ -138,7 +138,7 @@ - + diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index bf104596..a4a2c720 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -244,7 +244,7 @@ props:['xmQuestion','visible',"selProject"], watch: { 'xmQuestion':function( xmQuestion ) { - this.editForm = xmQuestion; + this.editForm = {...xmQuestion}; }, 'visible':function(visible) { if(visible==true){