wangfumin 2 miesięcy temu
rodzic
commit
05f45b6a5d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/case/records/manifest.vue

+ 1 - 1
src/view/case/records/manifest.vue

@@ -314,7 +314,7 @@ const handleExport = async () => {
 
   let exportId = routeExtractId.value ?? currentExtractId.value;
   if (exportId === undefined) {
-    const latest: any = await getCaseDetailInfo(props.caseId);
+    const latest = await getCaseDetailInfo(props.caseId);
     const list = latest?.data;
     if (Array.isArray(list) && list.length) {
       const sorted = list