|
@@ -21,6 +21,9 @@ const selectAutomaticProject = basePart + '/simulationProject/selectAutomaticPro
|
|
|
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';
|
|
|
|
|
|
|
|
|
export default {
|
|
@@ -44,5 +47,8 @@ export default {
|
|
|
selectAutomaticProject,
|
|
|
addOrUpdateAutomaticProject,
|
|
|
updateAutomaticRunState,
|
|
|
- selectAutomaticProjectById
|
|
|
+ selectAutomaticProjectById,
|
|
|
+ selectSubProjectInfo,
|
|
|
+ selectSubProjectList,
|
|
|
+ createAutomaticSubProject
|
|
|
}
|