Commit e24db65c authored by youjie's avatar youjie

no message

parent 8ee59e3c
...@@ -76,9 +76,10 @@ ...@@ -76,9 +76,10 @@
}, },
//获取考试学生列表 //获取考试学生列表
getExamStuList(){ getExamStuList(){
uni.showLoading()
proxy.$request("/Exam/GetExamStuList", data.Msg).then(res => { proxy.$request("/Exam/GetExamStuList", data.Msg).then(res => {
console.log(res.data);
data.ExamStu = res.Data; data.ExamStu = res.Data;
uni.hideLoading()
}) })
}, },
back(){ back(){
......
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