Browse Source

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

liujiajie 11 months ago
parent
commit
c0460d282d

+ 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) {