审稿记录详情 增加审稿人邮箱

This commit is contained in:
2025-10-23 17:33:48 +08:00
parent 46cfd44cb4
commit e43557cad0
3 changed files with 8 additions and 4 deletions

View File

@@ -2219,8 +2219,7 @@ export default {
const reader = new FileReader();
reader.onload = function (e) {
that.$commonJS.extractWordTablesToArrays(File.raw, function (wordTables) {
console.log('tablesHtml at line 61:', wordTables);
return;
that.addWordTablesList(wordTables);
});
};