Browse Source

修改导入

LiFei 5 năm trước cách đây
mục cha
commit
074fb778e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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