Commit 7947041b by zhaochengxiang

删除调度

parent 8b08bc9d
...@@ -127,12 +127,10 @@ const ScheduleCURDModal = (props) => { ...@@ -127,12 +127,10 @@ const ScheduleCURDModal = (props) => {
dispatch({ dispatch({
type: 'datasource.deleteSchedule', type: 'datasource.deleteSchedule',
payload: { payload: {
params: { id: record.id
id: record.id
}
}, },
callback: () => { callback: () => {
showMessage('success', '模版调度成功'); showMessage('success', '删除调度成功');
getSchedules(); getSchedules();
} }
}) })
......
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