fixed id
This commit is contained in:
@@ -64,7 +64,7 @@ export class PhotoList implements OnInit, OnDestroy {
|
|||||||
mx = id;
|
mx = id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this._id = -1 + mx;
|
this._id = -1 * mx;
|
||||||
}
|
}
|
||||||
downloadAttachment(id: number): void {
|
downloadAttachment(id: number): void {
|
||||||
//GetReportFile
|
//GetReportFile
|
||||||
|
|||||||
Reference in New Issue
Block a user