Commit 0d5ba65e by crushh

update: dist

parent 0c4f8d1e
......@@ -147,7 +147,7 @@ export default {
resolve(false);
return;
}
this.$refs.defineTime.validate((val, obj) => {
this.$refs.defineTime.validate(val => {
if (val) {
resolve(this.form);
} else {
......
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