Commit 7151671c by zhaochengxiang

去掉没勾选schema不能创建任务的提示

parent de9e0433
...@@ -89,11 +89,6 @@ const UpdateTaskModal = (props) => { ...@@ -89,11 +89,6 @@ const UpdateTaskModal = (props) => {
try { try {
const row = await form.validateFields(); const row = await form.validateFields();
if ((selectedSchemas||[]).length===0) {
showMessage('warn', '请先选中schema');
return;
}
//深拷贝 //深拷贝
let newTask = JSON.parse(JSON.stringify(taskSettings)); let newTask = JSON.parse(JSON.stringify(taskSettings));
......
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