From 5b31e8da7248f7293ee3347905787298910ed4dc Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Wed, 27 Aug 2025 18:03:00 +0800 Subject: [PATCH] commit --- .../views/platform/zhgh/dayofficework/site/apply/apply.js | 4 ---- 1 file changed, 4 deletions(-) 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("您确定要提交吗?", "提示", {