增加根据用户id查询 #60
|
@ -285,6 +285,7 @@ const t = function(name, time) {
|
||||||
edusubject: userStore.edusubject, // this.userStore.edusubject,
|
edusubject: userStore.edusubject, // this.userStore.edusubject,
|
||||||
evalid: props.bookobj.levelSecondId, // this.activeParams.lession.id,
|
evalid: props.bookobj.levelSecondId, // this.activeParams.lession.id,
|
||||||
status: "1",
|
status: "1",
|
||||||
|
edituserid: userStore.userId,
|
||||||
orderby: 'concat(worktype,timestamp) DESC',
|
orderby: 'concat(worktype,timestamp) DESC',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue