提交
This commit is contained in:
@@ -286,7 +286,8 @@ export default {
|
|||||||
// username: this.query.username
|
// username: this.query.username
|
||||||
})
|
})
|
||||||
.then(async (res) => {
|
.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];
|
// this.currentJournal = this.jourList[0];
|
||||||
await this.getDate();
|
await this.getDate();
|
||||||
})
|
})
|
||||||
@@ -485,7 +486,7 @@ export default {
|
|||||||
var that = this;
|
var that = this;
|
||||||
// this.currentJournalStage = data;
|
// this.currentJournalStage = data;
|
||||||
this.detailForm = {
|
this.detailForm = {
|
||||||
issn: this.currentJournal.issn,
|
issn: this.journal.issn,
|
||||||
// stage_icon: '11.jpg',
|
// stage_icon: '11.jpg',
|
||||||
|
|
||||||
// stage_icon: data.stage_icon,
|
// stage_icon: data.stage_icon,
|
||||||
@@ -496,12 +497,14 @@ export default {
|
|||||||
// issue_date: data.issue_date,
|
// issue_date: data.issue_date,
|
||||||
// stage_icon: data.stage_icon
|
// stage_icon: data.stage_icon
|
||||||
};
|
};
|
||||||
|
console.log('this.detailForm at line 487:', this.detailForm)
|
||||||
this.editDialogVisible1 = true;
|
this.editDialogVisible1 = true;
|
||||||
// this.$nextTick(() => {
|
// this.$nextTick(() => {
|
||||||
// that.$refs.commonClassRef.init();
|
// that.$refs.commonClassRef.init();
|
||||||
// });
|
// });
|
||||||
},
|
},
|
||||||
openJournalAgreement(data) {
|
openJournalAgreement(data) {
|
||||||
|
console.log('data at line 505:', data)
|
||||||
var that = this;
|
var that = this;
|
||||||
this.currentJournal = data;
|
this.currentJournal = data;
|
||||||
this.drawerAgreement = true;
|
this.drawerAgreement = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user