This commit is contained in:
xulu
2021-08-18 17:45:45 +08:00
parent e6b2a06061
commit a17aebd38c
34 changed files with 2449 additions and 1268 deletions

View File

@@ -515,7 +515,7 @@ export default {
totalpageFileList:[],
manuscirptFileList: [],
editform: {
editname: localStorage.getItem('ms_username'),
editname: localStorage.getItem('U_name'),
articleId: this.$route.query.id,
state: 0,
trsjournal:0,
@@ -605,7 +605,7 @@ export default {
frag = 'Meta-analysis';
break;
case 'P':
frag = 'Research proposal';
frag = 'Research proposal';
break;
case 'N':
frag = 'News';