祖安之光
2025-09-30 d8e506a9e4fb55b693c7270f7174df0f66e4eae3
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;
        }
    });
}
}