审稿记录详情 增加审稿人邮箱
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user