Min преди 1 година
родител
ревизия
9468f3312a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -8111,7 +8111,7 @@
                             }
 
                             if(this.user.timeType.userWithMultiDept == 1) {
-                                formData.append('reportTargetDeptId', this.workForm.domains[i].reportTargetDeptId||0);
+                                formData.append('reportTargetDeptId', this.workForm.domains[i].reportTargetDeptId||-1);
                             }
                         }
                         this.submitingReport = true;