Commit 8935c15f authored by zhengke's avatar zhengke

修改

parent f740f480
......@@ -356,7 +356,7 @@ export default {
time: 1 * 60 * 60 * 1000,
statusBarHeight: 0,
// msg: { GuestId: Gid, PaperId: 6, Id: 3 },
msg: { GuestId: Gid, PaperId: 5, PublishId: 1 },
msg: { GuestId: Gid, PaperId: 0, PublishId: 0 },
peaperDetail: {},
changeIndex: 0, //大题序号
isLast: false, //用于判断是否从后往前翻
......@@ -402,7 +402,6 @@ export default {
},
//获取答案改变后的数据
getAnswerChange(val, index) {
console.log("父组件答案改变", val, index);
data.peaperDetail.Paper.GroupList[index] = val;
},
//跳转到指定题目
......@@ -426,7 +425,6 @@ export default {
onLoad(options) {
this.msg.PaperId = options.PaperId;
this.msg.PublishId = options.Id;
console.log(414, this.selectComponent);
this.getPaperDetail();
},
};
......
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