|
@@ -483,7 +483,6 @@ export default {
|
|
},
|
|
},
|
|
//页面回填值
|
|
//页面回填值
|
|
initValue() {
|
|
initValue() {
|
|
- var pageNo = "";
|
|
|
|
this.isClear = this.$route.params.isClear;
|
|
this.isClear = this.$route.params.isClear;
|
|
if (this.isClear == 0 || !this.isClear) {
|
|
if (this.isClear == 0 || !this.isClear) {
|
|
this.removeItem();
|
|
this.removeItem();
|
|
@@ -506,8 +505,7 @@ export default {
|
|
: parseInt(sessionStorage.getItem("course_property_currentPage"));
|
|
: parseInt(sessionStorage.getItem("course_property_currentPage"));
|
|
}
|
|
}
|
|
this.getOneCourse(this.formSearch.courseId);
|
|
this.getOneCourse(this.formSearch.courseId);
|
|
- var pageNo = Number(this.currentPage);
|
|
|
|
- this.handleCurrentChange(pageNo);
|
|
|
|
|
|
+ this.handleCurrentChange(this.currentPage);
|
|
},
|
|
},
|
|
//查询单个课程
|
|
//查询单个课程
|
|
getOneCourse(courseId) {
|
|
getOneCourse(courseId) {
|