Ver código fonte

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

LiFei 3 anos atrás
pai
commit
04ade3dcf1
1 arquivos alterados com 2 adições e 0 exclusões
  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
       },