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
6cfdf77e
Commit
6cfdf77e
authored
Feb 18, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
07d59b45
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
detail.vue
src/components/stuMan/subscribe/detail.vue
+0
-1
subscribeForm.vue
src/components/stuMan/subscribe/subscribeForm.vue
+12
-1
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+0
-1
No files found.
src/components/stuMan/subscribe/detail.vue
View file @
6cfdf77e
...
...
@@ -130,7 +130,6 @@
:val=
"item.AppointmentId"
/>
</div>
{{
checkStuType2
}}
</div>
<div
v-else
>
{{
saveObj
.
GuestList
.
map
(
e
=>
e
.
GuestName
).
toString
()
}}
...
...
src/components/stuMan/subscribe/subscribeForm.vue
View file @
6cfdf77e
...
...
@@ -237,6 +237,7 @@ export default {
this
.
teaClassMsg
.
chapterList
=
[]
this
.
teacherTimeList
=
[]
this
.
courseCheckList
=
[]
this
.
stuList
=
[]
if
(
this
.
editType
==
2
)
{
this
.
getStu
();
}
...
...
@@ -396,6 +397,8 @@ export default {
if
(
this
.
checkChapter
.
CourseRate
&&
this
.
checkChapter
.
ChapterNo
)
{
this
.
getStu
();
}
this
.
teaClassMsg
.
TeacherId
=
0
this
.
teacherTimeList
=
[]
},
subscribeCourse
()
{
if
(
...
...
@@ -484,7 +487,8 @@ export default {
if
(
res
.
Code
==
1
)
{
this
.
getStu
();
this
.
stuInfo
=
""
;
this
.
$q
if
(
this
.
editType
==
1
){
this
.
$q
.
dialog
({
title
:
"预约成功"
,
message
:
"是否继续预约?"
,
...
...
@@ -496,6 +500,13 @@ export default {
.
onCancel
(()
=>
{
this
.
changeDig
(
false
);
});
}
else
if
(
this
.
editType
==
2
){
this
.
$q
.
notify
({
message
:
"操作成功"
,
position
:
"top"
,
});
}
this
.
$emit
(
"success"
);
}
});
...
...
src/pages/studyAbroad/subscribe.vue
View file @
6cfdf77e
...
...
@@ -623,7 +623,6 @@ export default {
});
},
successHandle
()
{
this
.
saveObj
=
{};
this
.
getData
();
}
}
...
...
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