dix:面授课开课点击重置列表消失问题

This commit is contained in:
wyx
2023-03-05 16:22:50 +08:00
parent 3c138aa3b8
commit f31dbf6c6d

View File

@@ -3971,7 +3971,7 @@ export default defineComponent({
}; };
const handelGuan = (itm) => { const handelGuan = (itm) => {
console.log("开课信息", itm); console.log("开课信息", itm);
state.offcourseId = itm.id; state.offcourseId = itm.offcourseId;
state.offcoursePlanId = itm.id; state.offcoursePlanId = itm.id;
state.studentId = itm.studentId; state.studentId = itm.studentId;
state.studentItem = itm; state.studentItem = itm;