Selaa lähdekoodia

提交开发和测试

1
mo 4 vuotta sitten
vanhempi
commit
15ea326c88

+ 2 - 1
src/views/teacherManager/teacherDetail/components/resetComponent.vue

@@ -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'