|
@@ -204,8 +204,7 @@ export default {
|
|
|
obj.disciplineTypeId=this.tableList[this.bottomCheckIndex].id,
|
|
obj.disciplineTypeId=this.tableList[this.bottomCheckIndex].id,
|
|
|
examUserCoursewareLearningList(obj).then(response => {
|
|
examUserCoursewareLearningList(obj).then(response => {
|
|
|
this.$set(this, 'bottomList', response.data.records)
|
|
this.$set(this, 'bottomList', response.data.records)
|
|
|
- // this.$set(this, 'total', response.data.total)
|
|
|
|
|
- this.$set(this, 'total', 111)
|
|
|
|
|
|
|
+ this.$set(this, 'total', response.data.total)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
//知识点题库
|
|
//知识点题库
|