Commit d43bfe11 by crushh

update: merge

parent 7b837a20
......@@ -132,20 +132,11 @@ export default {
let start = new Date(new Date().toLocaleDateString() + ' ' + item.startTime).getTime();
minutes = (end - start) / 60000 + minutes;
});
<<<<<<< Updated upstream
<<<<<<< Updated upstream
if (minutes < 240) {
this.$message.error('自定义时段不少于4个小时');
return;
=======
=======
>>>>>>> Stashed changes
if (minutes < 120) {
this.$message.error('自定义时段不少于2个小时');
return false;
} else {
return true;
>>>>>>> Stashed changes
}
},
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