修改测试问题调整T相数据显示

This commit is contained in:
guanj
2026-07-02 09:54:37 +08:00
parent 51db8d0370
commit 60e7f42b04
20 changed files with 114 additions and 48 deletions

View File

@@ -17,7 +17,7 @@ const onPreviewClick = (exportJson: IExportJson) => {
window.open(routeUrl.href, '_blank')
}
const onSaveClick = (e: IExportJson) => {
console.log(e, '这是要保存的数据')
// console.log(e, '这是要保存的数据')
}
const onSaveAll = (data: any) => {