diff --git a/src/main/resources/views/platform/zhgh/dayofficework/site/apply/apply.js b/src/main/resources/views/platform/zhgh/dayofficework/site/apply/apply.js index 95a13288..6ec90d95 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/site/apply/apply.js +++ b/src/main/resources/views/platform/zhgh/dayofficework/site/apply/apply.js @@ -115,10 +115,6 @@ const apply = { this.$set(this.formData, "endTime", val.split('-')[1]) }, onSubmit() { - if (!this.formData.applyTime) { - this.$message.warning('未选择预约时间') - return - } this.$refs.formRef.validate((valid) => { if (valid) { this.$confirm("您确定要提交吗?", "提示", {