Commit 3b65d45c authored by 彭俊龙's avatar 彭俊龙

feat:流程配置首节点取消检查是否存在处理站点

parent 200dee6a
Pipeline #96992 failed with stages
......@@ -74,7 +74,9 @@ const NodeModal = props => {
confirm({
title: '提示',
content: <>首节点未配置<span style={{ color: 'red' }}>处理站点</span>,确定继续吗?</>,
onOk: onFinish
onOk: onFinish,
okText: '确定',
cancelText: '取消',
})
} else {
onFinish();
......@@ -331,7 +333,7 @@ const NodeModal = props => {
</div>
</div>
<div className={styles.footer}>
<Button type="primary" onClick={onOk}>
<Button type="primary" onClick={onFinish}>
确定
</Button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment