增加新建订阅

This commit is contained in:
whyour
2022-05-10 14:38:06 +08:00
parent 85d8565241
commit ebb6290468
13 changed files with 489 additions and 31 deletions
+2
View File
@@ -49,6 +49,7 @@ const CronModal = ({
title={cron ? '编辑任务' : '新建任务'}
visible={visible}
forceRender
centered
onOk={() => {
form
.validateFields()
@@ -166,6 +167,7 @@ const CronLabelModal = ({
title="批量修改标签"
visible={visible}
footer={buttons}
centered
forceRender
onCancel={() => handleCancel(false)}
confirmLoading={loading}