|
@@ -2141,13 +2141,7 @@
|
2141
|
2141
|
</td>
|
2142
|
2142
|
<td>{{ data.state?data.state.name:'无' }}</td>
|
2143
|
2143
|
<td>
|
2144
|
|
- {{
|
2145
|
|
- data.incident
|
2146
|
|
- ? data.incident.handlingPersonnelUser
|
2147
|
|
- ? data.incident.handlingPersonnelUser.name + (data.incident.handlingPersonnelUser.phone?'('+ data.incident.handlingPersonnelUser.phone +')':'')
|
2148
|
|
- : "无"
|
2149
|
|
- : "无"
|
2150
|
|
- }}
|
|
2144
|
+ {{ data.handlingPersonnelUser ? data.handlingPersonnelUser.name + (data.handlingPersonnelUser.phone?'('+ data.handlingPersonnelUser.phone +')':'') : "无"}}
|
2151
|
2145
|
</td>
|
2152
|
2146
|
<td>
|
2153
|
2147
|
<!-- <button (click)="viewBx(data)">查看</button> -->
|
|
@@ -3672,6 +3666,7 @@
|
3672
|
3666
|
[btnLoading]="btnLoading"
|
3673
|
3667
|
[cancenlLoading]="cancenlLoading"
|
3674
|
3668
|
[deptDto]="deptDto"
|
|
3669
|
+ [extraData]="extraData"
|
3675
|
3670
|
[validateBxForm]="validateBxForm"
|
3676
|
3671
|
(confirmDelEvent)="confirmReq()"
|
3677
|
3672
|
(cancelDelEvent)="cancelReq()"
|