mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
精品类型未选中时默认全部
This commit is contained in:
@@ -1209,6 +1209,9 @@ export default {
|
||||
params.pageNum = pageIndex
|
||||
params.orderByType = orderField
|
||||
params.courseSource = this.ctypeList.findIndex(e => e.checked)
|
||||
if (params.courseSource === -1) {
|
||||
params.courseSource = 0
|
||||
}
|
||||
this.yearChosen.length && (params.years = this.yearChosen)
|
||||
params.courseName = this.keyword
|
||||
delete params.userId
|
||||
|
||||
Reference in New Issue
Block a user