ソースを参照

发票照片删除后上传中状态清除

LiFei 3 年 前
コミット
04ade3dcf1
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/views/hlwinvoice/modules/HlwInvoiceModal.vue

+ 2 - 0
src/views/hlwinvoice/modules/HlwInvoiceModal.vue

@@ -322,6 +322,7 @@
         const newFileList = this.fileList.slice();
         newFileList.splice(index, 1);
         this.fileList = newFileList;
+        this.canClick=true
       },
 
 
@@ -383,6 +384,7 @@
         const newFileList = this.fileList1.slice();
         newFileList.splice(index, 1);
         this.fileList1 = newFileList;
+        this.canClick=true
       },