Browse Source

优化

master
陈裕财 4 years ago
parent
commit
038ac03306
  1. 12
      src/views/xm/core/xmProduct/XmProductEdit.vue

12
src/views/xm/core/xmProduct/XmProductEdit.vue

@ -177,14 +177,14 @@
} }
if(this.currUserType=='admUserid'){ 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'){ }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'){ }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=""; this.currUserType="";

Loading…
Cancel
Save