Commit f779244d by zhaochengxiang

模型对比任务增加调度

parent 1596c400
......@@ -511,3 +511,7 @@ export function* getCompareJobStates() {
export function* getCompareJobModelStates() {
return yield call(datamodelerService.getCompareJobModelStates)
}
export function* getCompareJobCronCycleTypes() {
return yield call(datamodelerService.getCompareJobCronCycleTypes)
}
\ No newline at end of file
......@@ -464,3 +464,7 @@ export function getCompareJobStates() {
export function getCompareJobModelStates() {
return GetJSON("/datamodeler/easyDataModelModelCompareJob/getModelStatusTypes")
}
export function getCompareJobCronCycleTypes() {
return GetJSON("/datamodeler/easyDataModelModelCompareJob/getCronCycleTypes")
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment