浏览代码

3.微信报修生成事件的时候,现在直接有报修人,应该带上报修人

seimin 11 月之前
父节点
当前提交
d61a6abe1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/js/controllers/mainCtrl.js

+ 1 - 1
assets/js/controllers/mainCtrl.js

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