|
@@ -2539,11 +2539,11 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if(this.user.timeType.userWithMultiDept == 1) {
|
|
|
+ if(this.user.timeType.userWithMultiDept == 1 && this.userReportDeptList.length > 0) {
|
|
|
if(this.form.domains[i].reportTargetDeptId) {
|
|
|
formData.append('reportTargetDeptId', this.form.domains[i].reportTargetDeptId || '');
|
|
|
} else {
|
|
|
- this.$toast.fail("请选择[" + this.form.domains[i].projectName + "]审核部门");
|
|
|
+ this.$toast.fail("请选择[" + this.form.domains[i].projectName + "]填报部门");
|
|
|
return;
|
|
|
}
|
|
|
}
|