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

style: 语法检查

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