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;