祖安之光
2025-07-08 81968266ce4f121394caf10c29638f25034b7305
src/views/build/conpanyFunctionConsult/orgStructure/departManage/components/exportWord.js
@@ -3,7 +3,6 @@
import Docxtemplater from 'docxtemplater';
import JSZipUtils from 'jszip-utils';
import { saveAs } from 'file-saver';
// 加载 .docx 模板文件
function loadFile(url, callback) {
    JSZipUtils.getBinaryContent(url, callback);