gemercheung hace 1 año
padre
commit
ece489933f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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`);