1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<span>
|
||||
<p>
|
||||
I am writing just to follow up on the suggestion from the editor of {{ form.journalname }} that you might be
|
||||
interested in submitting your paper to {{ transinfo.jourtitle }} instead.<br /><br />
|
||||
interested in submitting your paper to {{ transinfo.jourtitle }} instead.<br /><br />
|
||||
</p>
|
||||
<p>
|
||||
If you choose to pursue publication in {{ transinfo.jourtitle }},
|
||||
@@ -385,7 +385,7 @@ export default {
|
||||
articleId: this.$route.query.id,
|
||||
journal: '',
|
||||
journalname: '',
|
||||
username: localStorage.getItem('ms_username'),
|
||||
username: localStorage.getItem('U_name'),
|
||||
title: '',
|
||||
accept_sn: '',
|
||||
abstrart: '',
|
||||
@@ -436,7 +436,7 @@ export default {
|
||||
frag = 'Meta-analysis';
|
||||
break;
|
||||
case 'P':
|
||||
frag = 'Research proposal';
|
||||
frag = 'Research proposal';
|
||||
break;
|
||||
case 'N':
|
||||
frag = 'News';
|
||||
|
||||
Reference in New Issue
Block a user