|
|
|
|
@ -607,8 +607,11 @@ export class WorklistMainComponent implements OnInit {
|
|
|
|
|
console.log(index);
|
|
|
|
|
console.log(this.notificationArray);
|
|
|
|
|
let previousRequest = this.notificationArray[index].REQUEST_TYPE;
|
|
|
|
|
let itemType = this.notificationArray[index].ITEM_TYPE;
|
|
|
|
|
if (previousRequest == 'STAMP_MS' || previousRequest == 'STAMP_NS') {
|
|
|
|
|
previousRequest = 'STAMP';
|
|
|
|
|
} else {
|
|
|
|
|
previousRequest = itemType;
|
|
|
|
|
}
|
|
|
|
|
if (this.common.filterKeys[previousRequest] != 0)
|
|
|
|
|
this.common.filterKeys[previousRequest] = (this.common.filterKeys[previousRequest] - 1)
|
|
|
|
|
|