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;