提交 2572651c 编写于 作者: guangjun.yang's avatar guangjun.yang

设置四条数据

上级 16d4a004
......@@ -226,7 +226,7 @@ export default {
costRankList: [],
projectId: "",
token:
"95CD6F04E7014921955DB8386C4B5F1C" ||
"2DEF4802111943C49A98A1429095A876" ||
"79A005DB585C45C389ED1DD0C76E3633" ||
"A220943B006347799F277CC524EBB662",
isOrgStat: false,
......@@ -294,7 +294,43 @@ export default {
tenExamScoreList: []
},
examCardList: [],
examInfoList: [],
examInfoList: [{
"examId":100143,
"examType":"正式考",
"examName":"不正学情正式题数二",
"doctorCount":44,
"joinCount":13,
"passCount":13,
"joinRate":1,
"passRate":0.295
},{
"examId":100143,
"examType":"正式考",
"examName":"不正学情正式题数二",
"doctorCount":44,
"joinCount":13,
"passCount":13,
"joinRate":1,
"passRate":0.295
},{
"examId":100143,
"examType":"正式考",
"examName":"不正学情正式题数二",
"doctorCount":44,
"joinCount":13,
"passCount":13,
"joinRate":1,
"passRate":0.295
},{
"examId":100143,
"examType":"正式考",
"examName":"不正学情正式题数二",
"doctorCount":44,
"joinCount":13,
"passCount":13,
"joinRate":1,
"passRate":0.295
},],
studyEffect: {
beforeRate: 0,
afterRate: 0,
......@@ -512,7 +548,7 @@ export default {
// 下面一个列表数据
getGeneralExamList(queryData).then(res => {
if (res.code === "000000") {
this.examInfoList = res.data.examInfoList || []
// this.examInfoList = res.data.examInfoList || []
}
});
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册