|
@@ -58,7 +58,6 @@ import {
|
|
getAllAgencies,
|
|
getAllAgencies,
|
|
getAllAgencyResourceTypes,
|
|
getAllAgencyResourceTypes,
|
|
getAllInstitutions,
|
|
getAllInstitutions,
|
|
- getAllPlatformTypes,
|
|
|
|
getAllFields,
|
|
getAllFields,
|
|
getAllReportTypes,
|
|
getAllReportTypes,
|
|
getAllServiceTypes,
|
|
getAllServiceTypes,
|
|
@@ -208,8 +207,7 @@ export {
|
|
getAllAgencyResourceTypes,
|
|
getAllAgencyResourceTypes,
|
|
//TODO 可以使用 需要重构 获取所有区域管理员
|
|
//TODO 可以使用 需要重构 获取所有区域管理员
|
|
getAllInstitutions,
|
|
getAllInstitutions,
|
|
- //TODO 目前使用本地数据 需要修改 获取所有测试平台类型
|
|
|
|
- getAllPlatformTypes,
|
|
|
|
|
|
+
|
|
getAllFields,
|
|
getAllFields,
|
|
//TODO 目前使用本地数据 需要修改 获取所有报告类型
|
|
//TODO 目前使用本地数据 需要修改 获取所有报告类型
|
|
getAllReportTypes,
|
|
getAllReportTypes,
|
|
@@ -564,7 +562,7 @@ export const defaultValue = {
|
|
// }
|
|
// }
|
|
//
|
|
//
|
|
// //获取所有平台类型
|
|
// //获取所有平台类型
|
|
-// export const getAllPlatformTypes = () => {
|
|
|
|
|
|
+// export const getAllApplicationTypes = () => {
|
|
// return ['ANDROID', 'IOS', 'WEB']
|
|
// return ['ANDROID', 'IOS', 'WEB']
|
|
// //return Http.get(Apis.GENERAL.GET_ALL_ABILITIES)
|
|
// //return Http.get(Apis.GENERAL.GET_ALL_ABILITIES)
|
|
// }
|
|
// }
|