Commit 7947041b by zhaochengxiang

删除调度

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