Commit 8c5c65a1 authored by zhengke's avatar zhengke

修改

parent 74c51bd4
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
//跳转到日语等级评测列表 //跳转到日语等级评测列表
goJpGrade(Type){ goJpGrade(Type){
uni.navigateTo({ uni.navigateTo({
url: '/pages/exam/examGradeList?BankType='+Type url: '/pages/exam/examGradeList?BankType='+Type+'&&StudentId='+ data.TypeMsg.StudentId
}); });
} }
}; };
......
...@@ -226,7 +226,8 @@ ...@@ -226,7 +226,8 @@
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
BankType: 1 BankType: 1,
StudentId: 0
}, },
PageCount: 0, PageCount: 0,
dataList: [], dataList: [],
...@@ -282,8 +283,13 @@ ...@@ -282,8 +283,13 @@
if (options && options.BankType) { if (options && options.BankType) {
this.msg.BankType = options.BankType this.msg.BankType = options.BankType
} }
this.getList(); if (options && options.StudentId){
this.msg.StudentId = options.StudentId
}
}, },
onShow() {
this.getList();
}
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment