Skip to content

Commit f35a1cd

Browse files
committed
PullRequest: 833 fix: 去掉定时任务无再次发起逻辑
Merge branch 'fix/434 of git@code.alipay.com:oceanbase/oceanbase-developer-center.git into dev-4.3.4 https://code.alipay.com/oceanbase/oceanbase-developer-center/pull_requests/833 Reviewed-by: 晓康 <xxk268858@oceanbase.com> * fix: 去掉定时任务无再次发起逻辑
1 parent c45371c commit f35a1cd

File tree

1 file changed

+0
-4
lines changed
  • src/component/Task/component/ActionBar

1 file changed

+0
-4
lines changed

src/component/Task/component/ActionBar/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,6 @@ const ActionBar: React.FC<IProps> = inject(
10391039
setBtnByCreater(tools, reTryBtn);
10401040
}
10411041
}
1042-
if (task?.executionStrategy === TaskExecStrategy.TIMER) {
1043-
// 定时任务无再次发起
1044-
tools = tools?.filter((item) => item.key !== 'reTry');
1045-
}
10461042
tools = uniqueTools(tools);
10471043
return tools;
10481044
};

0 commit comments

Comments
 (0)