gemercheung 1 year ago
parent
commit
ece489933f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/case/records/index.vue

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

@@ -454,7 +454,7 @@ const handleSave = async () => {
   }
 };
 const handleExport = async () => {
-  await saveCaseDetailInfo(props.caseId, data);
+  await saveCaseInquestInfo(props.caseId, data);
   const res = await exportCaseInquestInfo(props.caseId);
   console.log("res", res);
   saveAs(res, `${props.title}_勘验笔录.docx`);