|
@@ -1,32 +1,32 @@
|
|
|
const basePart = '/simulation/resource/server';
|
|
|
|
|
|
-const addOrUpdateProject = basePart + '/simulationProject/addOrUpdateProject';
|
|
|
-const selectProjectById = basePart + '/simulationProject/selectProjectById';
|
|
|
-const selectDropDownByType = basePart + '/simulationProject/selectDropDownByType';
|
|
|
-const selectMaxParallelism = basePart + '/simulationProject/selectMaxParallelism';
|
|
|
-const updateProjectNowRunState = basePart + '/simulationProject/updateProjectNowRunState';
|
|
|
-
|
|
|
-const selectProject = basePart + '/simulationProject/selectProject';
|
|
|
-const deleteProjectByids = basePart + '/simulationProject/deleteProjectByids';
|
|
|
+const addOrUpdateProject = basePart + '/simulationProject/addOrUpdateProject';
|
|
|
+const selectProjectById = basePart + '/simulationProject/selectProjectById';
|
|
|
+const selectDropDownByType = basePart + '/simulationProject/selectDropDownByType';
|
|
|
+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';
|
|
|
const exportProjectTaskFileById = basePart + '/simulationProject/exportProjectTaskFileById';
|
|
|
|
|
|
-const selectProjectDetailsById = basePart + '/simulationProject/selectProjectDetailsById';
|
|
|
-const selectProjectTaskList = basePart + '/simulationProject/selectProjectTaskList';
|
|
|
-const selectProjectReportById = basePart + '/simulationProject/selectProjectReportById';
|
|
|
-const selectProjectTaskById = basePart + '/simulationProject/selectProjectTaskById';
|
|
|
-const exportProjectReportById = basePart + '/simulationProject/exportProjectReportById';
|
|
|
-
|
|
|
-const selectAutomaticProject = basePart + '/simulationProject/selectAutomaticProject';
|
|
|
-const addOrUpdateAutomaticProject = basePart + '/simulationProject/addOrUpdateAutomaticProject';
|
|
|
-const updateAutomaticRunState = basePart + '/simulationProject/updateAutomaticRunState';
|
|
|
-const selectAutomaticProjectById = basePart + '/simulationProject/selectAutomaticProjectById';
|
|
|
-const selectSubProjectInfo = basePart + '/simulationProject/selectSubProjectInfo';
|
|
|
-const selectSubProjectList = basePart + '/simulationProject/selectSubProjectList';
|
|
|
-const createAutomaticSubProject = basePart + '/simulationProject/createAutomaticSubProject';
|
|
|
-const deleteAutomaticProjectByids = basePart + '/simulationProject/deleteAutomaticProjectByids';
|
|
|
-const deleteAutomaticSubProjectByIds = basePart + '/simulationProject/deleteAutomaticSubProjectByIds';
|
|
|
-const updateAutoProjectNowRunState = basePart + '/simulationProject/updateAutoProjectNowRunState';
|
|
|
+const selectProjectDetailsById = basePart + '/simulationProject/selectProjectDetailsById';
|
|
|
+const selectProjectTaskList = basePart + '/simulationProject/selectProjectTaskList';
|
|
|
+const selectProjectReportById = basePart + '/simulationProject/selectProjectReportById';
|
|
|
+const selectProjectTaskById = basePart + '/simulationProject/selectProjectTaskById';
|
|
|
+const exportProjectReportById = basePart + '/simulationProject/exportProjectReportById';
|
|
|
+
|
|
|
+const selectAutomaticProject = basePart + '/simulationProject/selectAutomaticProject';
|
|
|
+const addOrUpdateAutomaticProject = basePart + '/simulationProject/addOrUpdateAutomaticProject';
|
|
|
+const updateAutomaticRunState = basePart + '/simulationProject/updateAutomaticRunState';
|
|
|
+const selectAutomaticProjectById = basePart + '/simulationProject/selectAutomaticProjectById';
|
|
|
+const selectSubProjectInfo = basePart + '/simulationProject/selectSubProjectInfo';
|
|
|
+const selectSubProjectList = basePart + '/simulationProject/selectSubProjectList';
|
|
|
+const createAutomaticSubProject = basePart + '/simulationProject/createAutomaticSubProject';
|
|
|
+const deleteAutomaticProjectByids = basePart + '/simulationProject/deleteAutomaticProjectByids';
|
|
|
+const deleteAutomaticSubProjectByIds = basePart + '/simulationProject/deleteAutomaticSubProjectByIds';
|
|
|
+const updateAutoProjectNowRunState = basePart + '/simulationProject/updateAutoProjectNowRunState';
|
|
|
|
|
|
|
|
|
export default {
|