seimin 6 mēneši atpakaļ
vecāks
revīzija
f23936278e
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/app/views/fuwutai/fuwutai.component.ts

+ 2 - 0
src/app/views/fuwutai/fuwutai.component.ts

@@ -1394,8 +1394,10 @@ export class FuwutaiComponent implements OnInit {
1394 1394
               incidentModel.department && (incidentMsg.deptName = incidentModel.department.dept);
1395 1395
 
1396 1396
               incidentModel.department && (incidentModel.department = incidentModel.department.id);
1397
+
1397 1398
               this.incidentModel = incidentModel;
1398 1399
               this.incidentMsg = incidentMsg;
1400
+              this.searchApplicationRequester();
1399 1401
               this.applyDeptMiddle = result.list[0];
1400 1402
               this.showNewOrder("yes", this.incidentModel.incomingPhone, true, '来电弹屏');
1401 1403
             }