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
c9ce4794
Commit
c9ce4794
authored
Feb 17, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a7b9bfd4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
184 additions
and
273 deletions
+184
-273
abroad-form.vue
src/components/school/student/abroad-form.vue
+6
-3
study-form.vue
src/components/school/student/transfer-order/study-form.vue
+178
-270
No files found.
src/components/school/student/abroad-form.vue
View file @
c9ce4794
...
...
@@ -28,7 +28,7 @@
:input=
"true"
@
input=
"changePage"
/>
</q-step>
<q-step
:name=
"2"
title=
"确认"
icon=
"settings"
:done=
"step > 2"
>
<studyForm
ref=
"orderForm"
:save-obj=
"saveObj"
@
success=
"$emit('close')"
@
cancelloading=
'cancelloading'
></studyForm>
<studyForm
ref=
"orderForm"
:save-obj=
"saveObj"
:select=
"selectedArr"
@
success=
"$emit('close')"
@
cancelloading=
'cancelloading'
></studyForm>
</q-step>
</q-stepper>
</q-card-section>
...
...
@@ -92,10 +92,14 @@
Id
:
2
,
Name
:
'就业'
}],
PageCount
:
0
PageCount
:
0
,
selectedArr
:[]
};
},
mounted
()
{
if
(
this
.
select
){
this
.
selectedArr
=
this
.
select
;
}
this
.
getList
();
},
methods
:
{
...
...
@@ -119,7 +123,6 @@
selectCourse
(
val
)
{
if
(
val
&&
val
.
length
>
0
){
this
.
saveObj
=
val
[
0
];
this
.
saveObj
.
Id
=
this
.
saveObj
.
Id
;
this
.
defaultCourse
=
val
;
}
},
...
...
src/components/school/student/transfer-order/study-form.vue
View file @
c9ce4794
This diff is collapsed.
Click to expand it.
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