Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fde02f4f
authored
2026-07-06 09:29:01 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:附录
1 parent
0eedaa43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/data_anonymization/anonResultReportView.vue
src/views/data_anonymization/anonResultReportView.vue
View file @
fde02f4
...
...
@@ -239,7 +239,8 @@ const downloadWord = () => {
if
(
route
.
query
.
dataOwner
==
'1'
)
{
sendAnonReport
({
taskGuid
:
taskGuid
.
value
,
title
:
`
${
analysisResultInfo
.
value
.
tenantName
}
持有的“
${
oldAnonTaskValueInfo
.
value
.
taskName
}
”`
,
evaluationDate
:
analysisResultInfo
.
value
.
execTime
?
analysisResultInfo
.
value
.
execTime
.
substring
(
0
,
10
)
:
''
,
deIdentProcessorName
:
userData
.
tenantName
,
htmlOverview
:
encodeURIComponent
(
`<div>
${
htmlOverview
}
</div>`
),
htmlContent
:
encodeURIComponent
(
`<div>
${
htmlContentPart
}
</div>`
),
htmlAppendix
:
encodeURIComponent
(
`<div>
${
htmlAppendix
}
</div>`
)
}).
then
((
res
:
any
)
=>
{
htmlContent
:
encodeURIComponent
(
`<div>
${
htmlContentPart
}
</div>`
),
htmlAppendix
:
encodeURIComponent
(
`<div>
${
htmlAppendix
}
</div>`
)
}).
then
((
res
:
any
)
=>
{
downPromise
.
value
=
null
loadingText
.
value
=
''
;
resultDataLoading
.
value
=
false
;
...
...
@@ -250,7 +251,10 @@ const downloadWord = () => {
}
})
}
else
{
downloadAnonReport
({
taskGuid
:
taskGuid
.
value
,
title
:
`
${
analysisResultInfo
.
value
.
tenantName
}
持有的“
${
oldAnonTaskValueInfo
.
value
.
taskName
}
”`
,
evaluationDate
:
analysisResultInfo
.
value
.
execTime
?
analysisResultInfo
.
value
.
execTime
.
substring
(
0
,
10
)
:
''
,
deIdentProcessorName
:
userData
.
tenantName
,
htmlOverview
:
encodeURIComponent
(
`<div>
${
htmlOverview
}
</div>`
),
htmlContent
:
encodeURIComponent
(
`<div>
${
htmlContentPart
}
</div>`
)
}).
then
((
res
:
any
)
=>
{
downloadAnonReport
({
taskGuid
:
taskGuid
.
value
,
title
:
`
${
analysisResultInfo
.
value
.
tenantName
}
持有的“
${
oldAnonTaskValueInfo
.
value
.
taskName
}
”`
,
evaluationDate
:
analysisResultInfo
.
value
.
execTime
?
analysisResultInfo
.
value
.
execTime
.
substring
(
0
,
10
)
:
''
,
deIdentProcessorName
:
userData
.
tenantName
,
htmlOverview
:
encodeURIComponent
(
`<div>
${
htmlOverview
}
</div>`
),
htmlContent
:
encodeURIComponent
(
`<div>
${
htmlContentPart
}
</div>`
),
htmlAppendix
:
encodeURIComponent
(
`<div>
${
htmlAppendix
}
</div>`
)
}).
then
((
res
:
any
)
=>
{
downPromise
.
value
=
null
loadingText
.
value
=
''
;
resultDataLoading
.
value
=
false
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment