From f9e5df34464db4453dc3141bf1aec96824026a47 Mon Sep 17 00:00:00 2001 From: qq_38870145 Date: Sat, 7 Oct 2023 09:58:03 +0800 Subject: [PATCH] Sat Oct 7 09:58:03 CST 2023 inscode --- src/components/ExportBtn.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/ExportBtn.vue b/src/components/ExportBtn.vue index 30ad901..cf7a42d 100644 --- a/src/components/ExportBtn.vue +++ b/src/components/ExportBtn.vue @@ -52,9 +52,13 @@ watch(() => props.userId, }) const onPrint=()=>{ - const json={} - + // const json={} console.log('state.dataSource',state.dataSource) + console.log('url array',state.dataSource.map(item=>{ + return { + url:item.url + } + })) } \ No newline at end of file -- GitLab