浏览代码

修改导入

LiFei 5 年之前
父节点
当前提交
074fb778e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hlgpayment/modules/HlgPaymentImportModal.vue

+ 1 - 1
src/views/hlgpayment/modules/HlgPaymentImportModal.vue

@@ -262,8 +262,8 @@
           fileList=newFileList
         }
         if (info.file.status === 'done') {
+          this.type=2
           if(info.file.response.success){
-            this.type=2
             this.$message.success(`${info.file.name} 文件上传成功`);
           } else {
             this.dataError=info.file.response.message