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`);