|
@@ -3814,7 +3814,7 @@ export class HushijiandanComponent implements OnInit {
|
3814
|
3814
|
sum: this.bxlbPageSize,
|
3815
|
3815
|
incident: {
|
3816
|
3816
|
// assignee: current.user.account,
|
3817
|
|
- state: this.incidentStateId ? { id: this.incidentStateId } : undefined,
|
|
3817
|
+ statusId: this.incidentStateId || undefined,
|
3818
|
3818
|
department: { pcode: current.user.dept.pcode },
|
3819
|
3819
|
}
|
3820
|
3820
|
})
|
|
@@ -3991,7 +3991,8 @@ export class HushijiandanComponent implements OnInit {
|
3991
|
3991
|
extraData:any = {};
|
3992
|
3992
|
showReqModal() {
|
3993
|
3993
|
this.extraData.place = this.floors.find(v => v.id == this.validateBxForm.value.floor);
|
3994
|
|
- this.reqModal = true;
|
|
3994
|
+ // this.reqModal = true;
|
|
3995
|
+ this.confirmBxNext(0);
|
3995
|
3996
|
}
|
3996
|
3997
|
confirmReq() {
|
3997
|
3998
|
this.confirmBxNext(1);
|