1
@@ -114,6 +114,7 @@
<!-- 老师调整 -->
<el-dialog title="老师调整"
width="400px"
+ v-if="teacherVisible"
:visible.sync="teacherVisible">
<el-form :model="teacherForm"
ref="teacherForm"
@@ -141,7 +142,7 @@
</el-dialog>
<el-dialog :visible.sync="show"
title="调整"
- width="400px">
+ width="400px" v-if="show">
<resetClass :show="show"
@closeReset='closeReset'
@getList='getList'