|
|
@@ -466,6 +466,8 @@ export default {
|
|
|
repairErrorTypeId: this.form.repairErrorTypeId || null,
|
|
|
limitDate: this.form.limitDate || null,
|
|
|
limitHours: this.form.limitHours || null,
|
|
|
+ // 与 PC 端 BaseForm 一致:提交当前登录人部门
|
|
|
+ deptId: this.userInfo ? this.userInfo.deptId : null,
|
|
|
applicationFileList: this.imagesList
|
|
|
}
|
|
|
// this.form.photo = a.join(',');
|