Commit 5caca94d authored by 张伯涛's avatar 张伯涛

课程商城筛选项修改

parent a3f18f2f
......@@ -568,6 +568,14 @@ export default {
// 重置全部页签查询条件
this.queryParams.tecClassifySchool = undefined
this.queryParams.jobClassify = undefined
this.queryParams.courseType = ''
this.queryParams.enterpriseCourseDimensions = ''
this.queryParams.difficultyClassify = undefined
this.queryParams.lessonName = ''
// 分页
this.queryParams.page = 1
// 每页记录条数
this.queryParams.rows = 16
this.getCourseByPagination()
},
// 格式化价格显示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment