|
|
@@ -102,14 +102,14 @@ export default { |
|
|
|
}; |
|
|
|
if (true) { |
|
|
|
_postParam.queryJson = JSON.stringify({ |
|
|
|
StuNo: _this.user.account, |
|
|
|
StuMajorNo: _this.user.majorno, |
|
|
|
StuGrade: _this.user.grade |
|
|
|
StuNo: _this.user.account||undefined, |
|
|
|
StuMajorNo: _this.user.majorno||undefined, |
|
|
|
StuGrade: _this.user.grade||undefined |
|
|
|
}); |
|
|
|
} |
|
|
|
// console.log(_this.user) |
|
|
|
_this.LOADING('加载数据中…') |
|
|
|
_this.HTTP_GET('learun/EducationalAdministration/OpenLessonPlanOfElectiveStudent/pagelist', _postParam, '加载数据时出错').then(res => { |
|
|
|
_this.HTTP_GET('learun/OpenLessonPlanOfElectiveStudent/pagelist', _postParam, '加载数据时出错').then(res => { |
|
|
|
_this.HIDE_LOADING(); |
|
|
|
// console.log(res); |
|
|
|
this.data = this.data.concat(res.rows); |
|
|
|