UI Changes
This commit is contained in:
parent
b8fb9c6ff0
commit
9f9ac3cd2c
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user