business list table
This commit is contained in:
parent
9f2c4252ae
commit
d9b1a8b4d6
@ -78,6 +78,7 @@ export class BusinessListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.isLoading = false
|
this.isLoading = false
|
||||||
|
this.businessListSource['data'] = []
|
||||||
this.businessList=[];
|
this.businessList=[];
|
||||||
this.businessListLength= null;
|
this.businessListLength= null;
|
||||||
this.recordStatus=true;
|
this.recordStatus=true;
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export const environment = {
|
|||||||
// apiEndpoint:'http://192.168.1.20:8080/api/',
|
// apiEndpoint:'http://192.168.1.20:8080/api/',
|
||||||
// apiEndpoint:'https://api.venbait.in/api/',
|
// apiEndpoint:'https://api.venbait.in/api/',
|
||||||
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
// apiEndpoint:'http://venbainfotech.com:5000/api/',
|
||||||
apiEndpoint:'http://192.168.1.20:8080/api/',
|
apiEndpoint:'http://192.168.1.3:8080/api/',
|
||||||
|
|
||||||
// apiEndpoint:'https://api.venbait.in/api/',
|
// apiEndpoint:'https://api.venbait.in/api/',
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user