|
@@ -6,7 +6,7 @@ const selectDropDownByType = basePart + '/simulationProject/selectDropDownByType
|
|
|
const selectDropDownByTypeNew = basePart + '/simulationProject/selectDropDownByTypeNew';
|
|
|
const selectMaxParallelism = basePart + '/simulationProject/selectMaxParallelism';
|
|
|
const updateProjectNowRunState = basePart + '/simulationProject/updateProjectNowRunState';
|
|
|
-
|
|
|
+
|
|
|
const selectProject = basePart + '/simulationProject/selectProject';
|
|
|
const deleteProjectByids = basePart + '/simulationProject/deleteProjectByids';
|
|
|
const exportProjectReportAndTaskFileById = basePart + '/simulationProject/exportProjectReportAndTaskFileById';
|
|
@@ -17,6 +17,7 @@ const selectProjectTaskList = basePart + '/simulationProject/selectProjectTaskLi
|
|
|
const selectProjectReportById = basePart + '/simulationProject/selectProjectReportById';
|
|
|
const selectProjectTaskById = basePart + '/simulationProject/selectProjectTaskById';
|
|
|
const exportProjectReportById = basePart + '/simulationProject/exportProjectReportById';
|
|
|
+const exportEvaluateReport = basePart + '/simulationProject/exportProjectEvaluationReportAndTaskFileById';
|
|
|
|
|
|
const selectAutomaticProject = basePart + '/simulationProject/selectAutomaticProject';
|
|
|
const addOrUpdateAutomaticProject = basePart + '/simulationProject/addOrUpdateAutomaticProject';
|
|
@@ -29,7 +30,7 @@ const deleteAutomaticProjectByids = basePart + '/simulationProject/deleteAutomat
|
|
|
const deleteAutomaticSubProjectByIds = basePart + '/simulationProject/deleteAutomaticSubProjectByIds';
|
|
|
const updateAutoProjectNowRunState = basePart + '/simulationProject/updateAutoProjectNowRunState';
|
|
|
|
|
|
-const getEvaluationRuleDetail = basePart +'/simulationProject/getEvaluationRuleDetail';
|
|
|
+const getEvaluationRuleDetail = basePart + '/simulationProject/getEvaluationRuleDetail';
|
|
|
|
|
|
const querySceneEvaluationDetail = basePart + '/simulationProject/querySceneEvaluationDetail';
|
|
|
const carList = basePart + '/simulationProject/selectDropDownByTypeNew';
|
|
@@ -41,9 +42,9 @@ const deleteRecord = basePart + '/simulationProject/deleteMultiSimulationSceneCa
|
|
|
const settingsSimulation = basePart + '/simulationProject/setMultiSimulationSceneCarView';
|
|
|
const saveOrUpdateSceneCarList = basePart + '/simulationProject/addOrUpdateMultiSimulationSceneCarList';
|
|
|
const getMultiSimulationSceneDetail = basePart + '/simulationProject/getMultiSimulationSceneDetail';
|
|
|
-const getStandardTestReport = basePart + '/simulationProject/getProjectReportForAllReferenceScene';
|
|
|
+const getStandardTestReport = basePart + '/simulationProject/getProjectReportForAllReferenceScene';
|
|
|
|
|
|
-const selectAllSimulationMageGroupList = basePart + '/simulationMageGroup/selectAllSimulationMageGroupList';
|
|
|
+const selectAllSimulationMageGroupList = basePart + '/simulationMageGroup/selectAllSimulationMageGroupList';
|
|
|
|
|
|
export default {
|
|
|
addOrUpdateProject,
|
|
@@ -57,23 +58,24 @@ export default {
|
|
|
deleteProjectByids,
|
|
|
exportProjectReportAndTaskFileById,
|
|
|
exportProjectTaskFileById,
|
|
|
-
|
|
|
-
|
|
|
- carList,
|
|
|
- mapList,
|
|
|
- algorithmList,
|
|
|
- mapDetails,
|
|
|
- sceneCarList,
|
|
|
- deleteRecord,
|
|
|
- settingsSimulation,
|
|
|
- saveOrUpdateSceneCarList,
|
|
|
- getMultiSimulationSceneDetail,
|
|
|
+
|
|
|
+
|
|
|
+ carList,
|
|
|
+ mapList,
|
|
|
+ algorithmList,
|
|
|
+ mapDetails,
|
|
|
+ sceneCarList,
|
|
|
+ deleteRecord,
|
|
|
+ settingsSimulation,
|
|
|
+ saveOrUpdateSceneCarList,
|
|
|
+ getMultiSimulationSceneDetail,
|
|
|
|
|
|
selectProjectDetailsById,
|
|
|
selectProjectTaskList,
|
|
|
selectProjectReportById,
|
|
|
selectProjectTaskById,
|
|
|
exportProjectReportById,
|
|
|
+ exportEvaluateReport,
|
|
|
|
|
|
selectAutomaticProject,
|
|
|
addOrUpdateAutomaticProject,
|
|
@@ -88,6 +90,6 @@ export default {
|
|
|
getEvaluationRuleDetail,
|
|
|
querySceneEvaluationDetail,
|
|
|
getStandardTestReport,
|
|
|
-
|
|
|
- selectAllSimulationMageGroupList
|
|
|
+
|
|
|
+ selectAllSimulationMageGroupList
|
|
|
}
|