From bdf6798a6da5ae473a227be7388262b0aa89d06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 23 Jul 2022 03:21:46 +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 --- src/components/UserField/index.vue | 3 ++- src/views/xm/core/xmProject/XmProjectEdit.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/UserField/index.vue b/src/components/UserField/index.vue index c3437649..a25180b1 100644 --- a/src/components/UserField/index.vue +++ b/src/components/UserField/index.vue @@ -56,7 +56,8 @@ value:{ handler(){ this.initData(); - } + }, + deep:true, }, diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue index 53415eb3..566a66f8 100644 --- a/src/views/xm/core/xmProject/XmProjectEdit.vue +++ b/src/views/xm/core/xmProject/XmProjectEdit.vue @@ -824,6 +824,7 @@ initData(){ this.editForm=Object.assign(this.editForm,this.selProject) if(this.opType==='add'){ + debugger; this.editForm.pmUserid=this.userInfo.userid this.editForm.pmUsername=this.userInfo.username this.editForm.admUserid=this.userInfo.userid