|
@@ -17,6 +17,11 @@ const selectProjectReportById = basePart + '/simulationProject/selectProjectRepo
|
|
|
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';
|
|
|
+
|
|
|
|
|
|
export default {
|
|
|
addOrUpdateProject,
|
|
@@ -34,5 +39,10 @@ export default {
|
|
|
selectProjectTaskList,
|
|
|
selectProjectReportById,
|
|
|
selectProjectTaskById,
|
|
|
- exportProjectReportById
|
|
|
+ exportProjectReportById,
|
|
|
+
|
|
|
+ selectAutomaticProject,
|
|
|
+ addOrUpdateAutomaticProject,
|
|
|
+ updateAutomaticRunState,
|
|
|
+ selectAutomaticProjectById
|
|
|
}
|