fde02f4f by lihua

fix:附录

1 parent 0eedaa43
......@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!