mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
refactor: cancel tip
This commit is contained in:
@@ -61,11 +61,12 @@ export default defineComponent({
|
||||
cancelText: "取消",
|
||||
onOk: async () => {
|
||||
await api.Cancel(props.runnable.id);
|
||||
notification.success({
|
||||
message: "任务取消成功"
|
||||
});
|
||||
}
|
||||
});
|
||||
notification.success({
|
||||
message: "任务取消成功"
|
||||
});
|
||||
|
||||
}
|
||||
return {
|
||||
status,
|
||||
|
||||
Reference in New Issue
Block a user