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
8e6960a4
Commit
8e6960a4
authored
Dec 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
64353acd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
4 deletions
+19
-4
student-genjin.vue
src/components/school/student/student-genjin.vue
+6
-2
student-left.vue
src/components/school/student/student-left.vue
+1
-1
student-visit.vue
src/components/school/student/student-visit.vue
+6
-0
student-yuefang.vue
src/components/school/student/student-yuefang.vue
+5
-0
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+1
-1
No files found.
src/components/school/student/student-genjin.vue
View file @
8e6960a4
...
...
@@ -105,9 +105,13 @@
this
.
flowMsg
.
StuId
=
this
.
saveObj
.
StuId
;
}
},
watch
:{
stateId
(
val
){
this
.
stuStageId
=
val
}
},
mounted
()
{
this
.
stuStageId
=
this
.
stateId
this
.
stuStageId
=
this
.
stateId
this
.
cusStateList
=
this
.
stateList
;
this
.
getList
();
},
...
...
src/components/school/student/student-left.vue
View file @
8e6960a4
...
...
@@ -526,6 +526,7 @@
message
:
'数据保存成功!'
,
position
:
'top'
})
this
.
$emit
(
'update'
);
this
.
$emit
(
'success'
);
this
.
$emit
(
'getrecord'
);
if
(
this
.
AddType
==
1
)
{
...
...
@@ -641,7 +642,6 @@
//获取转介人下拉
getStudentDorpDown
()
{
getStudentDorpDownList
().
then
(
res
=>
{
console
.
log
(
res
,
'res'
);
if
(
res
.
Code
==
1
)
{
this
.
TransListData
=
res
.
Data
;
this
.
MyTransListData
=
res
.
Data
;
...
...
src/components/school/student/student-visit.vue
View file @
8e6960a4
...
...
@@ -217,6 +217,12 @@
this
.
msg
.
StuId
=
this
.
saveObj
.
StuId
;
}
},
watch
:{
stateId
(
val
){
console
.
log
(
val
)
this
.
stuStageId
=
val
}
},
mounted
()
{
this
.
stuStageId
=
this
.
stateId
this
.
cusStateList
=
this
.
stateList
;
...
...
src/components/school/student/student-yuefang.vue
View file @
8e6960a4
...
...
@@ -146,6 +146,11 @@
if
(
this
.
saveObj
&&
this
.
saveObj
.
StuId
)
{
this
.
msg
.
StuId
=
this
.
saveObj
.
StuId
;
}
},
watch
:{
stateId
(
val
){
this
.
stuStageId
=
val
}
},
mounted
()
{
this
.
stuStageId
=
this
.
stateId
...
...
src/components/school/student/studentRight-form.vue
View file @
8e6960a4
...
...
@@ -30,7 +30,7 @@
</div>
<div
class=
"custom_Bottom"
>
<div
class=
"detail-info"
>
<student-left
:stuData=
"stuData"
:save-obj=
"saveObj"
@
success=
"refreshStudentPage"
@
getrecord=
"getrecord"
></student-left>
<student-left
:stuData=
"stuData"
:save-obj=
"saveObj"
@
success=
"refreshStudentPage"
@
getrecord=
"getrecord"
@
update=
"queryStuInfo"
></student-left>
</div>
<div
class=
"detail-travel"
>
<div
class=
"detail_first"
>
...
...
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