From 627ab0ff2c60a5147766f4a9dd55d6db1cabf0c7 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: Tue, 1 Apr 2025 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/JournalManagement/JournalInstallment/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/page/JournalManagement/JournalInstallment/index.vue b/src/components/page/JournalManagement/JournalInstallment/index.vue index d9b3535..749e5ab 100644 --- a/src/components/page/JournalManagement/JournalInstallment/index.vue +++ b/src/components/page/JournalManagement/JournalInstallment/index.vue @@ -286,7 +286,8 @@ export default { // username: this.query.username }) .then(async (res) => { - this.jourList = res; + this.jourList = res.data.journals; + console.log('this.jourList at line 289:', this.jourList) // this.currentJournal = this.jourList[0]; await this.getDate(); }) @@ -485,7 +486,7 @@ export default { var that = this; // this.currentJournalStage = data; this.detailForm = { - issn: this.currentJournal.issn, + issn: this.journal.issn, // stage_icon: '11.jpg', // stage_icon: data.stage_icon, @@ -496,12 +497,14 @@ export default { // issue_date: data.issue_date, // stage_icon: data.stage_icon }; + console.log('this.detailForm at line 487:', this.detailForm) this.editDialogVisible1 = true; // this.$nextTick(() => { // that.$refs.commonClassRef.init(); // }); }, openJournalAgreement(data) { + console.log('data at line 505:', data) var that = this; this.currentJournal = data; this.drawerAgreement = true;