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){