Procházet zdrojové kódy

设置分组负责人的接口调整

Lijy před 2 roky
rodič
revize
d774db5222

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -10,6 +10,7 @@
                             <span style="float: right;margin-left: 20px">{{ item.projectName }}</span>
                         </el-option>
                     </el-select>
+                    
                     <el-dropdown trigger="click" style="margin-right:30px;color:#262626;cursor:pointer;">
                         <i class="iconfont firerock-iconcaidan" ></i>
                         <el-dropdown-menu slot="dropdown">
@@ -1542,7 +1543,7 @@ import delete$ from 'dingtalk-jsapi/api/biz/cspace/delete';
 
             //保存分组负责人
             saveGroupIncharger() {
-                this.http.post('/task-group/saveGroupIncharger', {id: this.groupForm.id, inchargerId: this.groupForm.inchargerId},
+                this.http.post('/task-group/saveGroupIncharger', {id: this.groupForm.id, inchargerId: this.groupForm.inchargerId, projectId: this.curProjectId},
                         res => {
                             this.setInchargerDialog = false;
                             if (res.code == "ok") {