|
|
|
@ -1584,7 +1584,7 @@ export class CommonService {
|
|
|
|
public totalCounter = 0;
|
|
|
|
public totalCounter = 0;
|
|
|
|
getTotalNumberOfWorklistRequest() {
|
|
|
|
getTotalNumberOfWorklistRequest() {
|
|
|
|
this.totalCounter = parseInt(this.sharedService.getSharedData('total-count', false));
|
|
|
|
this.totalCounter = parseInt(this.sharedService.getSharedData('total-count', false));
|
|
|
|
return this.totalCounter;
|
|
|
|
return this.totalCounter ? this.totalCounter : 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
setTotalNumberOfWorklistRequest() {
|
|
|
|
setTotalNumberOfWorklistRequest() {
|
|
|
|
if (this.totalCounter > 0) {
|
|
|
|
if (this.totalCounter > 0) {
|
|
|
|
|