fix: 优化审计报告生成页

This commit is contained in:
2025-09-22 20:26:48 +08:00
parent f6d592dd66
commit d5d8539745

View File

@@ -659,7 +659,7 @@ const hasContent = (index: number) => {
/* 新增:构建导出数据的公共方法 */
const buildExportData = () => {
const exportData: any = {
from00: form.name,
from00: form.code,
from10: navigationItems.value[0].content,
from20: navigationItems.value[1].content,
from30: navigationItems.value[2].content,