Explorar el Código

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

LiFei hace 3 años
padre
commit
04ade3dcf1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
       },