Commit de8499dc authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

style: 语法检查

parent 00729c7d
...@@ -4,7 +4,7 @@ const { Notify } = cherry; ...@@ -4,7 +4,7 @@ const { Notify } = cherry;
export default { export default {
methods: { methods: {
onFailed(errorInfo) { onFailed(errorInfo) {
Notify(errorInfo?.errors?.[0]?.message || '校验失败') Notify(errorInfo?.errors?.[0]?.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