zhuliu 1 год назад
Родитель
Сommit
6cfa6de396

+ 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(){