From c6eca577c710fde3d1fba070b4d7b5e944c0342d 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: Wed, 26 Nov 2025 17:31:53 +0800 Subject: [PATCH] tijiao --- src/components/page/Complete_profile.vue | 2 +- src/components/page/PreIngestedEditor.vue | 2 +- .../page/PreIngestedEditorProduce.vue | 4 + src/components/page/ReferenceEditor.vue | 6 +- src/components/page/articleListEditor_B1.vue | 124 +----------------- src/components/page/publishRefernceEditor.vue | 9 +- 6 files changed, 16 insertions(+), 131 deletions(-) diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index 47651e2..13dcbd2 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -160,7 +160,7 @@ {{ Ainfo.refer_state.num }} references in this manuscript is identified.

-

+

Edit

diff --git a/src/components/page/PreIngestedEditor.vue b/src/components/page/PreIngestedEditor.vue index 1f3f30b..5dd1229 100644 --- a/src/components/page/PreIngestedEditor.vue +++ b/src/components/page/PreIngestedEditor.vue @@ -855,7 +855,7 @@ export default { .then((res) => { loading.close(); this.chanFerForm = res.data.refers; this.chanFerFormRepeatList = Object.values(res.data.repeat); - console.log('this.chanFerFormRepeatList at line 853:', this.chanFerFormRepeatList) + for (var i = 0; i < this.chanFerForm.length; i++) { this.chanFerForm[i].edit_mark = 1; if (this.chanFerForm[i].refer_frag != '') { diff --git a/src/components/page/PreIngestedEditorProduce.vue b/src/components/page/PreIngestedEditorProduce.vue index baa8ac9..a8e5998 100644 --- a/src/components/page/PreIngestedEditorProduce.vue +++ b/src/components/page/PreIngestedEditorProduce.vue @@ -179,6 +179,7 @@ { this.chanFerForm = res.data.refers; + this.chanFerFormRepeatList = Object.values(res.data.repeat); for (var i = 0; i < this.chanFerForm.length; i++) { this.chanFerForm[i].edit_mark = 1; if (this.chanFerForm[i].refer_frag != '') { @@ -1464,6 +1467,7 @@ export default { }) .then((res) => { this.chanFerForm = res.data.refers; + this.chanFerFormRepeatList = Object.values(res.data.repeat); for (var i = 0; i < this.chanFerForm.length; i++) { this.chanFerForm[i].edit_mark = 1; } diff --git a/src/components/page/ReferenceEditor.vue b/src/components/page/ReferenceEditor.vue index 80f5d08..96d340e 100644 --- a/src/components/page/ReferenceEditor.vue +++ b/src/components/page/ReferenceEditor.vue @@ -113,12 +113,12 @@ information after this row.

-
  • +
  • - Please note that if this status exists, @@ -142,7 +142,7 @@

    - 删除 +
    - -
    +
    diff --git a/src/components/page/publishRefernceEditor.vue b/src/components/page/publishRefernceEditor.vue index bf0c026..856d89c 100644 --- a/src/components/page/publishRefernceEditor.vue +++ b/src/components/page/publishRefernceEditor.vue @@ -1,7 +1,7 @@ @@ -15,6 +15,7 @@ export default { return{ article_id: this.$route.query.id, chanFerForm: [], + chanFerFormRepeatList: [], gridData: '', p_article_id: this.$route.query.pid, } @@ -80,7 +81,8 @@ export default { 'p_article_id': this.p_article_id }) .then(res => { - this.chanFerForm = res.data.refers + this.chanFerForm = res.data.refers; + this.chanFerFormRepeatList = Object.values(res.data.repeat); for (var i = 0; i < this.chanFerForm.length; i++) { this.chanFerForm[i].edit_mark = 1 if (this.chanFerForm[i].refer_frag != '') { @@ -128,7 +130,8 @@ export default { 'p_article_id': this.p_article_id }) .then(res => { - this.chanFerForm = res.data.refers + this.chanFerForm = res.data.refers; + this.chanFerFormRepeatList = Object.values(res.data.repeat); for (var i = 0; i < this.chanFerForm.length; i++) { this.chanFerForm[i].edit_mark = 1 }