Browse Source

回访问题修复

1
mo 4 years ago
parent
commit
bcea2c3563
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/withdrawal-application/modals/visit.vue

+ 2 - 0
src/views/withdrawal-application/modals/visit.vue

@@ -72,11 +72,13 @@
       width="1020px"
       :visible.sync="recordVisible"
       append-to-body
+      v-if="recordVisible"
     >
     <record  :studentId="this.detail.userId"/>
     </el-dialog>
 
     <el-dialog
+          v-if="workVisible"
       title="作业列表"
       width="1020px"
       :visible.sync="workVisible"