Browse Source

修改导入

LiFei 5 years ago
parent
commit
074fb778e8
1 changed files with 1 additions and 1 deletions
  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