Commit fd031535 authored by ddcat1115's avatar ddcat1115
parents 33ef0ada 53d2de7a
......@@ -97,6 +97,9 @@ export default class TableForm extends PureComponent {
if (!target.workId || !target.name || !target.department) {
message.error('请填写完整成员信息。');
e.target.focus();
this.setState({
loading: false,
});
return;
}
delete target.isNew;
......
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