zhouwx
2025-07-23 1da082138ce384d17b93169cfe108386603e72d0
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityManual/components/exportDoc.js
@@ -62,7 +62,7 @@
        });
    });
    return result.join('\n\n'); // 用两个换行符分隔段落
    return result.join('\n'); // 用两个换行符分隔段落
}
function convertTreeToHtml(data) {
@@ -369,4 +369,4 @@
            throw error;
        }
    });
}
}