Compare commits
2 Commits
f8e92d0f7a
...
c3f4eb9e1f
| Author | SHA1 | Date |
|---|---|---|
|
|
c3f4eb9e1f | |
|
|
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",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zy-react-library",
|
"name": "zy-react-library",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.70",
|
"version": "1.0.71",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue