Lijy 1 tydzień temu
rodzic
commit
e5c3fd3cbc

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