소스 검색

【转档】批量处理-PDF to Excel,提取表格,没有表格的文档提取失败缺提示文案

liujiajie 11 달 전
부모
커밋
c0460d282d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/PDF Master/Class/Batch/WindowController/Base/KMBatchOperateBaseViewController.swift

+ 1 - 1
PDF Office/PDF Master/Class/Batch/WindowController/Base/KMBatchOperateBaseViewController.swift

@@ -280,7 +280,7 @@ extension KMBatchOperateBaseViewController{
         DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.3) {
             info.status = .Failed
             info.error = error
-            self.fetchFileListViewController()?.reloadFile(file)
+            self.fetchFileListViewController()?.reloadData()
         }
     }
     func fileOperateCanceled(_ file: KMBatchOperateFile, info: KMBatchBaseParameter) {