mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
问题修复
This commit is contained in:
@@ -266,9 +266,10 @@ export default {
|
||||
const getStuProgress = () => {
|
||||
state.loading = true
|
||||
let obj = {
|
||||
routerId:props.routerId==null?props.studentId:props.routerId
|
||||
// routerId:props.studentId
|
||||
routerId:props.routerId,
|
||||
id:props.studentId
|
||||
}
|
||||
console.log("obj",obj);
|
||||
stuProgress(obj).then(res => {
|
||||
console.log("查询当前学员进度信息success",res)
|
||||
state.pro = res.data.data
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
onClick={
|
||||
() => {
|
||||
{/* 当前学员 用来查看学员详情 */}
|
||||
state.routerId = value.record.routerId;
|
||||
state.routerId = value.record.pid;
|
||||
state.studentId = value.record.studentId;
|
||||
state.CheckStuvisible = true;
|
||||
console.log(value);
|
||||
|
||||
Reference in New Issue
Block a user