This commit is contained in:
2026-01-30 15:15:31 +08:00
parent 1ad05f016a
commit beee2ec54b
11 changed files with 255 additions and 193 deletions

View File

@@ -2804,7 +2804,7 @@ export default {
that.$commonJS.extractWordTablesToArrays(File.raw, function (wordTables) {
that.addWordTablesList(wordTables);
loading.close();
});
},that.form.article_id);
};
reader.readAsArrayBuffer(File.raw);
}