Commit 5b3f1013 authored by XieZhiXiong's avatar XieZhiXiong

chore: 删除console

parent 3a150a9f
......@@ -86,7 +86,6 @@ registerValidationRules({
if (required) {
message += `${intl.formatMessage({id: 'common.bitian'})}`
}
console.log('message', message);
return (required && !isFieldLegal(value)) ? message : ''
}
});
......
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