gemercheung 1 년 전
부모
커밋
ece489933f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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`);