mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
@@ -28,7 +28,7 @@ class Task extends React.Component<any> {
|
||||
values.partitionIdList = typeof partitionIdList === 'string' ? values.partitionIdList.split(',') : [];
|
||||
if (this.getDisabled()) {
|
||||
const { taskId } = operation.taskDetail;
|
||||
modifyTask({ throttle, taskId, action: 'modify' }).then(() => {
|
||||
modifyTask({ throttle: values.throttle, taskId, action: 'modify' }).then(() => {
|
||||
notification.success({ message: '修改成功' });
|
||||
operation.getTask();
|
||||
modal.close();
|
||||
|
||||
Reference in New Issue
Block a user