Commit 749008f5 by crushh

Merge branch 'feature/6/31' into dev

parents 0c572289 d1afbacf
......@@ -136,7 +136,9 @@ export default {
});
if (minutes < 120) {
this.$message.error('自定义时段不少于2个小时');
return;
return false;
} else {
return true;
}
},
submit() {
......
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