mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
增加方法(scorelist)入参。
This commit is contained in:
@@ -833,7 +833,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getScoreList() {
|
getScoreList() {
|
||||||
apiCourse.scorelist(5).then(res => {
|
apiCourse.scorelist(5,2).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
res.result.forEach(item=>{
|
res.result.forEach(item=>{
|
||||||
if(item.publishTime != '') {
|
if(item.publishTime != '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user