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