Commit ddbac70f authored by Mac's avatar Mac

1

parent e0c464c3
......@@ -234,8 +234,8 @@
ToAuditId:'0',
AuditedId:'0',
TemplateId:0,
pageIndex:1,
pageSize:15,
PageIndex:1,
PageSize:15,
StartTime:'',
EndTime:'',
},
......@@ -333,7 +333,7 @@
this.msg.AuditedId='0'
this.getUserMsg.RB_Branch_id=this.msg.RB_BranchId;
var qMsg = {
EmployeeName: ""
School_Id: this.msg.RB_BranchId
}
queryEmployee(qMsg).then(res => {
......@@ -365,11 +365,11 @@
// },err=>{})
},
handleCurrentChange(val) {
this.msg.pageIndex = val;
this.msg.PageIndex = val;
this.getList();
},
resetPageIndex() {
this.msg.pageIndex = 1;
this.msg.PageIndex = 1;
this.currentPage = 1
},
......
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