|
@@ -2301,7 +2301,7 @@ export class FuwutaiComponent implements OnInit {
|
2301
|
}
|
2301
|
}
|
2302
|
this.buildType = buildType;
|
2302
|
this.buildType = buildType;
|
2303
|
if(this.itsmData.mdv2Switch){
|
2303
|
if(this.itsmData.mdv2Switch){
|
2304
|
- this.buildType !== '编辑事件' && this.resetOrderData();
|
|
|
|
|
2304
|
+ this.buildType !== '继续建单' && this.buildType !== '编辑事件' && this.resetOrderData();
|
2305
|
this.searchApplicationHospital();
|
2305
|
this.searchApplicationHospital();
|
2306
|
this.searchApplicationCategory();
|
2306
|
this.searchApplicationCategory();
|
2307
|
this.searchApplicationPriority();
|
2307
|
this.searchApplicationPriority();
|
|
@@ -4719,6 +4719,8 @@ export class FuwutaiComponent implements OnInit {
|
4719
|
incidentModel.source && (incidentModel.source = incidentModel.source.id);
|
4719
|
incidentModel.source && (incidentModel.source = incidentModel.source.id);
|
4720
|
incidentModel.area && (incidentModel.area = incidentModel.area.id);
|
4720
|
incidentModel.area && (incidentModel.area = incidentModel.area.id);
|
4721
|
incidentModel.place && (incidentModel.place = incidentModel.place.id);
|
4721
|
incidentModel.place && (incidentModel.place = incidentModel.place.id);
|
|
|
4722
|
+ incidentModel.category && (this.applicationCategoryList = [cloneDeep(incidentModel.category)]);
|
|
|
4723
|
+ incidentModel.category && (incidentModel.category = incidentModel.category.id);
|
4722
|
this.incidentModel = incidentModel;
|
4724
|
this.incidentModel = incidentModel;
|
4723
|
this.incidentMsg = incidentMsg;
|
4725
|
this.incidentMsg = incidentMsg;
|
4724
|
console.log('this.applicationDeptList:', this.applicationDeptList)
|
4726
|
console.log('this.applicationDeptList:', this.applicationDeptList)
|