mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Pipe, PipeTransform } from '@angular/core';
|
||||
import { Attachments, SearchDocument } from '../models/search-document';
|
||||
import { Attachments, SearchList } from '../models/search-document';
|
||||
|
||||
@Pipe({
|
||||
name: 'searchDocument'
|
||||
@@ -10,7 +10,7 @@ export class SearchDocumentPipe implements PipeTransform {
|
||||
return null;
|
||||
}
|
||||
|
||||
transformToAttachment(document: SearchDocument): Attachments[] {
|
||||
transformToAttachment(document: SearchList): Attachments[] {
|
||||
const attachments = []
|
||||
|
||||
if(document.ApplicationType == 361) {
|
||||
|
||||
Reference in New Issue
Block a user