wangfumin 1 месяц назад
Родитель
Сommit
05f45b6a5d
1 измененных файлов с 1 добавлено и 1 удалено
  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