|
@@ -444,7 +444,7 @@ export default {
|
|
|
},
|
|
|
search() {
|
|
|
this.page = 1;
|
|
|
- this.getAnliList();
|
|
|
+ this.getAnliList(this.reCid);
|
|
|
},
|
|
|
goTo(path) {
|
|
|
this.$router.push(path);
|
|
@@ -541,7 +541,7 @@ export default {
|
|
|
this.courseTypeId[this.CourseType[0][i].id] = "";
|
|
|
}
|
|
|
this.anliBox = "";
|
|
|
- this.getAnliList();
|
|
|
+ this.getAnliList(this.reCid);
|
|
|
},
|
|
|
getAnliList(rc) {
|
|
|
this.isLoading = true;
|
|
@@ -851,7 +851,7 @@ export default {
|
|
|
},
|
|
|
];
|
|
|
this.dialogVisibleScore = false;
|
|
|
- this.getAnliList();
|
|
|
+ this.getAnliList(this.reCid);
|
|
|
this.$forceUpdate();
|
|
|
})
|
|
|
.catch((err) => {
|