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