소스 검색

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

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
       },