-- 开课学员bug

This commit is contained in:
yuping
2022-12-19 21:37:23 +08:00
parent 66464fee6a
commit 83a0ae8e18
2 changed files with 47 additions and 40 deletions

View File

@@ -2278,7 +2278,7 @@
<span>{{ currentPlanItem.teacher }}</span>
</div>
<div class="stmm_i5">
<TableStudent :type="3" :id="offcourseId" :columns="stuColumns">
<TableStudent :type="3" :id="offcoursePlanId" :columns="stuColumns">
<!-- <template #extension = "data">-->
<!-- <div style="display: flex">-->
<!-- <button @click="handlJoinStu(data)">成绩录入</button>-->
@@ -4982,7 +4982,7 @@ export default defineComponent({
console.log(state.currentPlanItem);
state.sm_hs = true;
getTableDate2();
// getTableDate2();
};
const sm_exit = () => {
state.sm_hs = false;