mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
dix:面授课开课点击重置列表消失问题
This commit is contained in:
@@ -3971,7 +3971,7 @@ export default defineComponent({
|
||||
};
|
||||
const handelGuan = (itm) => {
|
||||
console.log("开课信息", itm);
|
||||
state.offcourseId = itm.id;
|
||||
state.offcourseId = itm.offcourseId;
|
||||
state.offcoursePlanId = itm.id;
|
||||
state.studentId = itm.studentId;
|
||||
state.studentItem = itm;
|
||||
|
||||
Reference in New Issue
Block a user