diff --git a/src/views/xm/core/xmProduct/XmProductEdit.vue b/src/views/xm/core/xmProduct/XmProductEdit.vue index e65ada61..66f0821e 100644 --- a/src/views/xm/core/xmProduct/XmProductEdit.vue +++ b/src/views/xm/core/xmProduct/XmProductEdit.vue @@ -177,14 +177,14 @@ } if(this.currUserType=='admUserid'){ - this.addForm.admUserid=user.userid - this.addForm.admUsername=user.username + this.editForm.admUserid=user.userid + this.editForm.admUsername=user.username }else if(this.currUserType=='assUserid'){ - this.addForm.assUserid=user.userid - this.addForm.assUsername=user.username + this.editForm.assUserid=user.userid + this.editForm.assUsername=user.username }else if(this.currUserType=='pmUserid'){ - this.addForm.pmUserid=user.userid - this.addForm.pmUsername=user.username + this.editForm.pmUserid=user.userid + this.editForm.pmUsername=user.username } this.currUserType="";