|
|
|
@ -111,6 +111,7 @@ export class WorklistMainComponent implements OnInit {
|
|
|
|
public selectedFilter: string;
|
|
|
|
public selectedFilter: string;
|
|
|
|
public arr_hr_req_only = [];
|
|
|
|
public arr_hr_req_only = [];
|
|
|
|
public showInformation = true;
|
|
|
|
public showInformation = true;
|
|
|
|
|
|
|
|
public showActionHistoryLoading = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constructor(
|
|
|
|
constructor(
|
|
|
|
@ -1000,6 +1001,7 @@ export class WorklistMainComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
handleWorkListActionHistoryResult(result) {
|
|
|
|
handleWorkListActionHistoryResult(result) {
|
|
|
|
|
|
|
|
this.showActionHistoryLoading = false;
|
|
|
|
console.log("1" + this.IsReachEnd);
|
|
|
|
console.log("1" + this.IsReachEnd);
|
|
|
|
if (this.common.validResponse(result)) {
|
|
|
|
if (this.common.validResponse(result)) {
|
|
|
|
if (this.common.hasData(result.GetActionHistoryList)) {
|
|
|
|
if (this.common.hasData(result.GetActionHistoryList)) {
|
|
|
|
|