Commit 154e738e by zhaochengxiang

提示修改

parent fbadbb58
...@@ -90,7 +90,7 @@ const UpdateTaskModal = (props) => { ...@@ -90,7 +90,7 @@ const UpdateTaskModal = (props) => {
const row = await form.validateFields(); const row = await form.validateFields();
if ((selectedSchemas||[]).length===0) { if ((selectedSchemas||[]).length===0) {
showMessage('warn', '请先选中scheme'); showMessage('warn', '请先选中schema');
return; return;
} }
......
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