Commit e64c5283 authored by 赵啸非's avatar 赵啸非

取消前端时间间隔校验,由后端进行判断

parent 06d9e474
...@@ -451,10 +451,10 @@ export default { ...@@ -451,10 +451,10 @@ export default {
this.$message.error("开始时间应小于结束时间"); this.$message.error("开始时间应小于结束时间");
return true; return true;
} }
if (datadiff > time) { // if (datadiff > time) {
this.$message.error("时间间隔大于" + parseInt(compDay) + "天,请检查!"); // this.$message.error("时间间隔大于" + parseInt(compDay) + "天,请检查!");
return true; // return true;
} // }
return false; return false;
}, },
setdialog(i) { setdialog(i) {
......
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