UI Changes

This commit is contained in:
venbatechnologies@gmail.com 2019-02-04 17:27:27 +05:30
parent b8fb9c6ff0
commit 9f9ac3cd2c

View File

@ -210,8 +210,9 @@ export class AddPdComponent implements OnInit, OnDestroy {
data => {
if (data.status == 200) {
this.titleList=data.records.filter(val=>val.isactive==1);
let index1 = this.titleList.map(data => data.name).indexOf("Master");
this.titleList.splice(index1, 1);
// console.log(this.titleList);
// let index1 = this.titleList.map(data => data.name).indexOf("Master");
// this.titleList.splice(index1, 1);
}
}, error => this.errorMessage = <any> error);