Lijy пре 1 недеља
родитељ
комит
e5c3fd3cbc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -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)