|
@@ -3801,7 +3801,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
|
3801
|
$scope.incidentModel = {
|
3801
|
$scope.incidentModel = {
|
3802
|
id: modelData.incident.id || undefined, //事件id
|
3802
|
id: modelData.incident.id || undefined, //事件id
|
3803
|
department: modelData.incident.department, //报修科室
|
3803
|
department: modelData.incident.department, //报修科室
|
3804
|
- requester: "", //报修人
|
|
|
|
|
3804
|
+ requester: modelData.incident.requester || undefined, //报修人
|
3805
|
contacts: modelData.incident.contacts, //联系人
|
3805
|
contacts: modelData.incident.contacts, //联系人
|
3806
|
contactsInformation: modelData.incident.contactsInformation, //联系电话
|
3806
|
contactsInformation: modelData.incident.contactsInformation, //联系电话
|
3807
|
branch: curentHospital, //院区
|
3807
|
branch: curentHospital, //院区
|