Browse Source

调整参与人的问题

Lijy 2 years ago
parent
commit
4a37418115
1 changed files with 5 additions and 1 deletions
  1. 5 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 5 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -502,6 +502,7 @@
                             <div slot="content" style="width:780px">{{addForm.userNames}}</div>
                             <el-input  @focus="showChooseMembTree" v-model="addForm.userNames"></el-input>
                         </el-tooltip>
+
                         <el-tooltip placement="top" effect="light" v-if="user.userNameNeedTranslate == 1">
                             <div slot="content" style="width:780px">
                                 <span v-for="(item, index) in addFormUserNames" :key="index">
@@ -2654,6 +2655,7 @@ a {
             },
 
             showChooseMembTree() {
+                this.deptMembData = JSON.parse(JSON.stringify(this.allMembData))
                 this.chosenMembCount = this.participator.length;
                 this.chooseParticipVisible = true;
                 this.filterText = ''
@@ -3561,7 +3563,7 @@ a {
 
             //显示新增界面
             handleAdd(i, item) {
-                // console.log('handleadd',i,item);
+                console.log('handleadd',i,item);
                 this.contractAmountReasonShow = false
                 console.log(this.levelList, '看看打印出来的值')
                 if(i == -1) {
@@ -3755,6 +3757,8 @@ a {
                     //获取项目的相关领导
                     // this.getProjectNotifyUserList(item.id);
                     this.getProjectAutorList(item.id);
+
+                    // this.findUserInTree()
                 }
                 this.addFormVisible = true;
                 if (this.user.company.packageEngineering == 1) {