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
d4f8e508
Commit
d4f8e508
authored
Dec 16, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
41508a02
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
124 additions
and
63 deletions
+124
-63
index.js
src/api/school/index.js
+11
-0
student-left.vue
src/components/school/student/student-left.vue
+113
-63
No files found.
src/api/school/index.js
View file @
d4f8e508
...
@@ -654,4 +654,15 @@ export function IgnoreClassPlan(data) {
...
@@ -654,4 +654,15 @@ export function IgnoreClassPlan(data) {
method
:
'post'
,
method
:
'post'
,
data
data
});
});
}
/**
* 获取客户类型下拉
*/
export
function
GetStudentTypeList
(
data
)
{
return
request
({
url
:
'/CustomerStudent/GetStudentTypeList'
,
method
:
'post'
,
data
});
}
}
\ No newline at end of file
src/components/school/student/student-left.vue
View file @
d4f8e508
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