增加UPLOAD_FILE_TYPE_ENUM
parent
64ee6559ff
commit
210e1254a0
|
|
@ -65,6 +65,8 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
136: 136,
|
136: 136,
|
||||||
137: 137,
|
137: 137,
|
||||||
138: 138,
|
138: 138,
|
||||||
|
139: 139,
|
||||||
|
140: 140,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -134,4 +136,6 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
136: "accident_incident",
|
136: "accident_incident",
|
||||||
137: "accident_incident",
|
137: "accident_incident",
|
||||||
138: "hidden_disposal_plan",
|
138: "hidden_disposal_plan",
|
||||||
|
139: "safety_environmental_inspection_inspection_signature",
|
||||||
|
140: "safety_environmental_inspection_inspection_situation",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue