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