编辑工作台稿件查重显示问题

This commit is contained in:
2026-05-20 11:40:00 +08:00
parent 7542d724ce
commit 7868c25643
2 changed files with 5 additions and 2 deletions

View File

@@ -3132,7 +3132,10 @@ export default {
return !!this.resolvePlagiarismPdfUrl(row);
},
openPlagiarismReportPage(row) {
const url = this.resolvePlagiarismPdfUrl(row);
if (!url) return;
window.open(url, '_blank', 'noopener,noreferrer');
},