|
@@ -787,7 +787,8 @@ onMounted(function() {
|
|
|
<!-- 弹出 管理学生 -->
|
|
|
<div v-if="ModelManageStudentConfig.open == true" class="ManageStudent" >
|
|
|
<div class="ManageStudentMain" >
|
|
|
- <ModelManageStudent :configDb="ModelManageStudentConfig" ></ModelManageStudent>
|
|
|
+ <ModelManageStudent @callbackExit="ModelManageStudentConfig.open = false"
|
|
|
+ :configDb="ModelManageStudentConfig" ></ModelManageStudent>
|
|
|
</div>
|
|
|
</div>
|
|
|
|