Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
8c5c65a1
Commit
8c5c65a1
authored
Mar 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
74c51bd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
MyExam.vue
src/pages/exam/MyExam.vue
+1
-1
examGradeList.vue
src/pages/exam/examGradeList.vue
+8
-2
No files found.
src/pages/exam/MyExam.vue
View file @
8c5c65a1
...
...
@@ -347,7 +347,7 @@
//跳转到日语等级评测列表
goJpGrade
(
Type
){
uni
.
navigateTo
({
url
:
'/pages/exam/examGradeList?BankType='
+
Type
url
:
'/pages/exam/examGradeList?BankType='
+
Type
+
'&&StudentId='
+
data
.
TypeMsg
.
StudentId
});
}
};
...
...
src/pages/exam/examGradeList.vue
View file @
8c5c65a1
...
...
@@ -226,7 +226,8 @@
msg
:
{
pageIndex
:
1
,
pageSize
:
10
,
BankType
:
1
BankType
:
1
,
StudentId
:
0
},
PageCount
:
0
,
dataList
:
[],
...
...
@@ -282,8 +283,13 @@
if
(
options
&&
options
.
BankType
)
{
this
.
msg
.
BankType
=
options
.
BankType
}
this
.
getList
();
if
(
options
&&
options
.
StudentId
){
this
.
msg
.
StudentId
=
options
.
StudentId
}
},
onShow
()
{
this
.
getList
();
}
};
</
script
>
...
...
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