未验证 提交 893ebdcc 编写于 作者: Z ZQKC 提交者: GitHub

Merge pull request #10 from Candieslove/fix_unit

fix unit error
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册