This commit is contained in:
徐哼唧L
2023-06-07 09:22:26 +08:00
parent d20483d6e2
commit 186cc1b552
24 changed files with 3062 additions and 345 deletions

View File

@@ -302,6 +302,7 @@
picturesAndTablesFileList: [],
totalpageFileList: [],
manuscirptFileList: [],
supplementaryFileList:[],
countrys: [],
transinfo: [],
msgform: {
@@ -622,6 +623,7 @@
this.picturesAndTablesFileList = res.picturesAndTables;
this.totalpageFileList = res.totalpage;
this.manuscirptFileList = res.manuscirpt;
this.supplementaryFileList = res.supplementary;
})
.catch((err) => {
console.log(err);