소스 검색

提交开发和测试

1
mo 4 년 전
부모
커밋
15ea326c88
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/teacherManager/teacherDetail/components/resetComponent.vue

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