增加UPLOAD_FILE_TYPE_ENUM
parent
2218388674
commit
6fac32a75d
|
|
@ -81,6 +81,10 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
||||||
149: 149, // safety_qualification - 相关方-安全资质(弃用,全部改成使用148)
|
149: 149, // safety_qualification - 相关方-安全资质(弃用,全部改成使用148)
|
||||||
150: 150, // promise_bookmark_photo - 安全承诺签字
|
150: 150, // promise_bookmark_photo - 安全承诺签字
|
||||||
151: 151, // project_related_materials - 相关方-项目相关资料
|
151: 151, // project_related_materials - 相关方-项目相关资料
|
||||||
|
152: 152, // legal_and_regulatory_database - 法律法规库
|
||||||
|
153: 153, // regulations_resource_library - 安全生产操作规程资源库
|
||||||
|
154: 154, // responsibility_based_resource_library - 安全生产责任制资源库
|
||||||
|
155: 155, // institutional_resource_library - 安全生产管理制度资源库
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -163,4 +167,8 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
||||||
149: "safety_qualification",
|
149: "safety_qualification",
|
||||||
150: "promise_bookmark_photo",
|
150: "promise_bookmark_photo",
|
||||||
151: "project_related_materials",
|
151: "project_related_materials",
|
||||||
|
152: "legal_and_regulatory_database",
|
||||||
|
153: "regulations_resource_library",
|
||||||
|
154: "responsibility_based_resource_library",
|
||||||
|
155: "institutional_resource_library",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue