This commit is contained in:
2025-04-01 10:29:55 +08:00
parent 852970da14
commit 627ab0ff2c

View File

@@ -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;