Browse Source

修改项目编辑时人员为邮箱(正常为中文姓名)

qinzhipeng_v 5 years ago
parent
commit
abadbc1ff2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/projectManage/projectList/projectViewDetails.vue

+ 4 - 0
src/views/projectManage/projectList/projectViewDetails.vue

@@ -852,6 +852,10 @@ export default {
     },
     },
     project_modifica(e) {
     project_modifica(e) {
       this.modify_project = true
       this.modify_project = true
+      this.form_query.projectOwner ? this.remoteMethod(this.form_query.projectOwner) : ''
+      this.form_query.pmOwner ? this.remoteMethod(this.form_query.pmOwner) : ''
+      this.form_query.rdOwner ? this.remoteMethod(this.form_query.rdOwner) : ''
+      this.form_query.testOwner ? this.remoteMethod(this.form_query.testOwner) : ''
     },
     },
     close_dialog() {
     close_dialog() {
       // 关闭弹窗
       // 关闭弹窗