diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue index d33f449a..ed8684a6 100644 --- a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue @@ -320,20 +320,20 @@ export default { this.afterTime = null; return false; } - if (hour_0 == 12) { - if (minute_0 == 0 && second_0 == 0) { - this.$message.error("请选择12:01-23:59时间段的时间"); - this.afterTime = null; - return false; - } - } - if (hour_1 == 12) { - if (minute_1 == 0 && second_1 == 0) { - this.$message.error("请选择12:01-23:59时间段的时间"); - this.afterTime = null; - return false; - } - } + // if (hour_0 == 12) { + // if (minute_0 == 0 && second_0 == 0) { + // this.$message.error("请选择12:01-23:59时间段的时间"); + // this.afterTime = null; + // return false; + // } + // } + // if (hour_1 == 12) { + // if (minute_1 == 0 && second_1 == 0) { + // this.$message.error("请选择12:01-23:59时间段的时间"); + // this.afterTime = null; + // return false; + // } + // } this.dataForm.afStartTime = this.afterTime[0]; this.dataForm.afEndTime = this.afterTime[1]; }