增加UPLOAD_FILE_TYPE_ENUM项
parent
f8e92d0f7a
commit
3b2cc8eefd
|
|
@ -63,6 +63,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
134: 134,
|
134: 134,
|
||||||
135: 135,
|
135: 135,
|
||||||
136: 136,
|
136: 136,
|
||||||
|
137: 137,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -130,4 +131,5 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
134: "project_authority_review_signature",
|
134: "project_authority_review_signature",
|
||||||
135: "branch_manager_approval_signature",
|
135: "branch_manager_approval_signature",
|
||||||
136: "accident_incident",
|
136: "accident_incident",
|
||||||
|
137: "accident_incident",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue