Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
罗超
confucius
Commits
289e501d
Commit
289e501d
authored
Jun 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6593cba4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
audition-form.vue
src/components/schedul/audition-form.vue
+5
-1
No files found.
src/components/schedul/audition-form.vue
View file @
289e501d
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<template
v-slot:append
>
<template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"StartClassDate"
transition-show=
"scale"
transition-hide=
"scale"
>
<q-popup-proxy
ref=
"StartClassDate"
transition-show=
"scale"
transition-hide=
"scale"
>
<q-date
v-model=
"msg.StartClassDate"
@
input=
"
() => $refs.StartClassDate.hid
e()"
<q-date
v-model=
"msg.StartClassDate"
@
input=
"
gettim
e()"
@
change=
"resetSearch"
/>
@
change=
"resetSearch"
/>
</q-popup-proxy>
</q-popup-proxy>
</q-icon>
</q-icon>
...
@@ -197,6 +197,10 @@
...
@@ -197,6 +197,10 @@
}
}
this
.
$emit
(
'getchildInfo'
,
this
.
StuObj
);
this
.
$emit
(
'getchildInfo'
,
this
.
StuObj
);
this
.
closeSaveForm
();
this
.
closeSaveForm
();
},
gettime
(){
this
.
$refs
.
StartClassDate
.
hide
()
console
.
log
(
'1212'
)
}
}
},
},
}
}
...
...
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