|
@@ -182,7 +182,7 @@ export default {
|
|
|
GetStudentTargeExerciseQuestion(){
|
|
GetStudentTargeExerciseQuestion(){
|
|
|
this.$api.target
|
|
this.$api.target
|
|
|
.studentTargeExerciseQuestion({
|
|
.studentTargeExerciseQuestion({
|
|
|
- exerciseId: this.levelCode, // 练习id
|
|
|
|
|
|
|
+ exerciseId: this.exerciseId, // 练习id
|
|
|
type: 1, // 1待练习的列表 2已练习的列表
|
|
type: 1, // 1待练习的列表 2已练习的列表
|
|
|
})
|
|
})
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
@@ -193,6 +193,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
//切换知识点
|
|
//切换知识点
|
|
|
ChangeKnowledge(item) {
|
|
ChangeKnowledge(item) {
|
|
|
|
|
+ console.log("打印切换知识点",item);
|
|
|
this.exerciseId = item.exerciseId || '';
|
|
this.exerciseId = item.exerciseId || '';
|
|
|
this.knowledgeName = item.knowledgeName || '';
|
|
this.knowledgeName = item.knowledgeName || '';
|
|
|
this.GetStudentTargeExerciseQuestion();
|
|
this.GetStudentTargeExerciseQuestion();
|
|
@@ -247,7 +248,7 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
-
|
|
|
|
|
|
|
+ cursor: pointer;
|
|
|
.item_name {
|
|
.item_name {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|