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
a428655d
Commit
a428655d
authored
Dec 17, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
13922b0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
student-left.vue
src/components/school/student/student-left.vue
+13
-1
No files found.
src/components/school/student/student-left.vue
View file @
a428655d
...
...
@@ -269,7 +269,8 @@
getStudentInfo
,
//获取学员客户信息
queryStuStageList
,
//获取客户阶段列表
saveStudent
,
//保存学员信息
GetStudentTypeList
GetStudentTypeList
,
getStudentDorpDownList
}
from
'../../../api/school/index'
;
import
{
getGuestBasicsEnumList
,
...
...
@@ -343,6 +344,7 @@
customFromList
:
[],
//客户来源
customTypeList
:
[],
//客户类型
customList
:
[],
TransListData
:[],
//转介人数据
checkMsg
:
{
StuId
:
0
,
StuTel
:
''
,
...
...
@@ -361,6 +363,7 @@
this
.
getCustomFrom
();
this
.
GetCustomerList
();
this
.
getCustomTypeList
();
this
.
getStudentDorpDown
();
if
(
this
.
saveObj
&&
this
.
saveObj
.
StuId
>
0
)
{
this
.
customMsg
.
StuId
=
this
.
saveObj
.
StuId
;
this
.
checkMsg
.
StuId
=
this
.
saveObj
.
StuId
;
...
...
@@ -496,6 +499,15 @@
}
})
},
//获取转介人下拉
getStudentDorpDown
(){
getStudentDorpDownList
().
then
(
res
=>
{
console
.
log
(
res
,
'数据'
);
if
(
res
.
Code
==
1
)
{
this
.
TransListData
=
res
.
Data
;
}
})
},
queryStuInfo
()
{
getStudentInfo
({
StuId
:
this
.
customMsg
.
StuId
...
...
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