|
@@ -1143,7 +1143,7 @@ export default {
|
|
|
this.getProjectProfessions(this.form.domains[this.clickIndex], index);
|
|
|
}
|
|
|
//获取任务分组
|
|
|
- this.getTaskGroups(this.form.domains[this.clickIndex], this.clickIndex);
|
|
|
+ this.getTaskGroups(this.form.domains[flag ? index : this.clickIndex], this.clickIndex);
|
|
|
|
|
|
// 获取1相关维度
|
|
|
this.getTaskList(domainItem)
|