expectationType:'DELIVERY',
expectationObject:{
objectType:'CCVPN',
- objectInstance:'',
+ objectInstance:[],
},
expectationTargets:[]
};
handleOk(): void {
if(JSON.stringify(this.editExpectationTableData)==='{}'){
this.defaultParams['expectationId']=this.Util.getUuid()
+ this.defaultParams['expectationObject']['objectInstance']=this.defaultParams['expectationObject']['objectInstance'].split(',')
}
this.modalOpreation.emit({ "cancel": false, "param": this.defaultParams });
this.clearExpectationData()
expectationType:'DELIVERY',
expectationObject:{
objectType:'CCVPN',
- objectInstance:'',
+ objectInstance:[],
},
expectationTargets:[]
};