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
e5bd1783
Commit
e5bd1783
authored
Feb 14, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
694608a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
studentTracking.vue
src/pages/sale/studentTracking.vue
+15
-1
No files found.
src/pages/sale/studentTracking.vue
View file @
e5bd1783
...
...
@@ -212,7 +212,6 @@
<tr
v-for=
" ( item , index ) in dataList.RList "
:key=
"index"
v-if=
'dataList.RList && dataList.RList.length>0'
>
<td
style=
" border: 1px solid #d2d2d2;"
>
<!-- <span>{{ item.StuName }}</span> -->
<div
class=
"text-blue cursor-pointer"
@
click=
"getStuRight(item)"
>
{{ item.StuName }}
</div>
...
...
@@ -337,6 +336,9 @@
getSchoolDropdown
,
getStudentDorpDownList
}
from
"../../api/school/index"
;
import
{
EduDownLoad
}
from
"../../api/common/common"
;
import
studentRightForm
from
"../../components/school/student/studentRight-form"
;
import
studentFUForm
from
"../../components/school/student/studentFu-form"
;
...
...
@@ -475,8 +477,20 @@
this
.
getEmployeeList
();
this
.
getStudentDorpDown
();
this
.
queryGoalsList
();
// this.downloadStudentFollow();
},
methods
:
{
downloadStudentFollow
()
{
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
this
.
loading
=
true
;
EduDownLoad
(
"/StudentStat/DownLoadStudentFollowUp"
,
msg
,
"学员跟踪.xls"
,
res
=>
{
this
.
loading
=
false
;
}
);
},
//获取学习目的列表
queryGoalsList
()
{
getGuestLearningGoalsEnumList
({}).
then
(
res
=>
{
...
...
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