SUPPORT-9339: Fix
This commit is contained in:
parent
4a08b2c7a1
commit
09400ff0f5
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {ObjectRef} from "@webbpm/base-package";
|
||||
import {NotNull, ObjectRef} from "@webbpm/base-package";
|
||||
import {ChangeDetectionStrategy, Component} from "@angular/core";
|
||||
import {FileItem} from "ng2-file-upload";
|
||||
import {EmployeeInfoFileFormType} from "./EmployeeInfoFileFormType";
|
||||
|
|
@ -14,8 +14,10 @@ import {ErvuFileUpload} from "./ErvuFileUpload";
|
|||
export class ErvuFileUploadWithAdditionalFiles extends ErvuFileUpload {
|
||||
|
||||
@ObjectRef()
|
||||
@NotNull()
|
||||
public signFileUploadRef: ErvuFileUpload;
|
||||
@ObjectRef()
|
||||
@NotNull()
|
||||
public mchdFileUploadRef: ErvuFileUpload;
|
||||
|
||||
public setUploaderMethods() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue