|
@@ -1831,7 +1831,8 @@
|
|
|
getTaskGroups(domain, index) {
|
|
|
domain.groupId=null;
|
|
|
this.http.post('/task-group/listMyJoinGroup',{
|
|
|
- projectId: domain.projectId
|
|
|
+ projectId: domain.projectId,
|
|
|
+ isSubstitude: this.isBatch == 2 ? 1 : 0
|
|
|
},
|
|
|
res => {
|
|
|
if (res.code == "ok") {
|