|
|
@@ -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
|