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

传入seqNo字段

上级 bc1586af
...@@ -438,7 +438,8 @@ export default { ...@@ -438,7 +438,8 @@ export default {
goodsType : this.directoryInfo.goodsType, goodsType : this.directoryInfo.goodsType,
commitKind : 3, commitKind : 3,
freeFlag: obj.freeFlag, freeFlag: obj.freeFlag,
currentTitle: obj.directoryName currentTitle: obj.directoryName,
seqNo: obj.seqNo
} }
}) })
}); });
......
...@@ -97,6 +97,7 @@ export default { ...@@ -97,6 +97,7 @@ export default {
titleNo: 0, // 起始或结束题目ID,首次进入页面时传0,系统自动定位到上次做的题 titleNo: 0, // 起始或结束题目ID,首次进入页面时传0,系统自动定位到上次做的题
pageFlag: 0, // 翻页标记:0往前翻页 1往后翻页 pageFlag: 0, // 翻页标记:0往前翻页 1往后翻页
pageSize: 5, // 每页大小 pageSize: 5, // 每页大小
seqNo: 1,
}, },
statisConfig: { statisConfig: {
rightNum: 0, rightNum: 0,
...@@ -135,6 +136,7 @@ export default { ...@@ -135,6 +136,7 @@ export default {
this.queryParams.commitKind = this.commitKind; this.queryParams.commitKind = this.commitKind;
this.queryParams.directoryId = this.directoryId; this.queryParams.directoryId = this.directoryId;
this.queryParams.secondSubjectId = this.secondSubjectId; this.queryParams.secondSubjectId = this.secondSubjectId;
this.queryParams.seqNo = this.$route.query.seqNo || 1;
window.__getUserInfoForQD = function(param) { window.__getUserInfoForQD = function(param) {
_this.token = param.userToken; _this.token = param.userToken;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册