Commit d1afbacf by crushh

update: 自定义时段2

parent c9f67a18
......@@ -134,7 +134,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