|
|
@ -1467,7 +1467,7 @@ export default { |
|
|
this.getArticleListItem(); |
|
|
this.getArticleListItem(); |
|
|
}, |
|
|
}, |
|
|
getArticleSysList(){ |
|
|
getArticleSysList(){ |
|
|
College.getArticleList(4).then(data => { |
|
|
College.getArticleList(43).then(data => { |
|
|
this.articleSysList = data.splice(0, 3); |
|
|
this.articleSysList = data.splice(0, 3); |
|
|
}).catch(); |
|
|
}).catch(); |
|
|
}, |
|
|
}, |
|
|
|