Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
992efa76
Commit
992efa76
authored
May 31, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改期望时间为必填项
parent
92266051
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mobi.vue
src/views/mobi.vue
+2
-1
No files found.
src/views/mobi.vue
View file @
992efa76
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment