Merge branch 'master' of https://gitee.com/wjl2008_admin/tougao_web into Editorial-Board

This commit is contained in:
2025-10-24 09:22:06 +08:00
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);
});
};