From c36145b84836f72ed8bdc3cc15b018dba742d28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 4 Dec 2025 17:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E5=90=8D=E5=AD=97=E5=90=8E=E9=9D=A2(=E9=82=AE=E7=AE=B1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleDetailEditor.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index faec552..2ded828 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -964,6 +964,7 @@
Manuscript submission : {{ form.username }} + ({{ form.user_email }}) submitted to {{ journal_me }}
@@ -2338,6 +2339,7 @@ export default { this.initMajor(); this.form.username = res.article.account; + this.form.user_email = res.article.user_email; this.form.is_figure_copyright = res.article.is_figure_copyright; this.form.title = res.article.title; this.form.journal = res.article.journal_id;