Commit 992efa76 authored by levante's avatar levante

修改期望时间为必填项

parent 92266051
...@@ -107,6 +107,8 @@ ...@@ -107,6 +107,8 @@
placeholder="请选择" placeholder="请选择"
@click="showDueTimePicker = true" @click="showDueTimePicker = true"
:rules="[{ required: true, message: '请至少选择一项!' }]" :rules="[{ required: true, message: '请至少选择一项!' }]"
required
clearable
label-width='8em' label-width='8em'
/> />
<van-popup v-model="showDueTimePicker" position="bottom"> <van-popup v-model="showDueTimePicker" position="bottom">
...@@ -155,7 +157,6 @@ export default { ...@@ -155,7 +157,6 @@ export default {
mounted() { mounted() {
}, },
methods: { methods: {
onConfirm() {},
onSubmit() { onSubmit() {
this.$ajax.post({ this.$ajax.post({
url: this.$api.POST_RESERVATION_FORM, url: this.$api.POST_RESERVATION_FORM,
......
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