zhuliu 1 년 전
부모
커밋
6cfa6de396
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/components/import/task/components/dialog/errorMessage.vue

+ 2 - 1
src/views/components/import/task/components/dialog/errorMessage.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div v-if="visible">
     <el-dialog
       title="错误日志"
       :visible.sync="visible"
@@ -45,6 +45,7 @@ export default {
             current:0,
             taskId:taskId
         }
+        this.total = 1
         this.visible = true
     },
     handleClose(){