gaoluyang
2025-12-09 f46eb39fc2c749575c38dfe753e7a1b2fba2ff96
src/views/personnelManagement/contractManagement/index.vue
@@ -287,7 +287,7 @@
};
// 下载合同
const handleDownloadContract = (row) => {
  const fileName = `${row.staffName || "合同"}劳动合同.xlsx`;
  const fileName = `${row.staffName || "合同"}劳动合同.docx`;
  proxy.$modal?.loading?.("正在生成合同,请稍候...");
  staffOnJobExportCopy({ ...row })
    .then((res) => {