tijiao
This commit is contained in:
@@ -231,7 +231,7 @@ export default {
|
||||
article_id: this.$route.query.id
|
||||
})
|
||||
.then((res) => {
|
||||
console.log('res at line 191:', res);
|
||||
|
||||
if (res.code == 0) {
|
||||
this.tableData = [{ ...res.data }];
|
||||
}
|
||||
@@ -243,7 +243,7 @@ export default {
|
||||
article_id: this.$route.query.id
|
||||
})
|
||||
.then((res) => {
|
||||
console.log('res at line 191:', res);
|
||||
|
||||
if (res.code == 0) {
|
||||
this.articleInfo = res.data.article_detail;
|
||||
this.journalInfo = res.data.journal_detail;
|
||||
|
||||
Reference in New Issue
Block a user