学生考勤不能按条件搜索
This commit is contained in:
@@ -301,7 +301,7 @@ export default {
|
|||||||
/** 查询学生请假申请列表 */
|
/** 查询学生请假申请列表 */
|
||||||
getList() {
|
getList() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
getListLeaveApplication(this.queryParams).then((response) => {
|
getListLeaveApplication(this.search).then((response) => {
|
||||||
this.leaveApplicationList = response.rows
|
this.leaveApplicationList = response.rows
|
||||||
this.total = response.total
|
this.total = response.total
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user