编辑工作台稿件查重显示问题
This commit is contained in:
@@ -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');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user