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