Commit 56e662bf authored by 黄奎's avatar 黄奎

页面修改

parent 59217df9
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
rowsPerPage: 10, rowsPerPage: 10,
School_Id: "", //校区 School_Id: "", //校区
Dept_Id: 0, //部门 Dept_Id: 0, //部门
Post_Id: 0, //岗位编号 Post_Id: "", //岗位编号
LeaveStatus: 0, //在职状态 LeaveStatus: 0, //在职状态
StartEntryTime: "", //入职开始时间 StartEntryTime: "", //入职开始时间
EndEntryTime: "", //入职结束时间 EndEntryTime: "", //入职结束时间
...@@ -571,13 +571,6 @@ ...@@ -571,13 +571,6 @@
}) })
}, },
refreshPage() { refreshPage() {
if (!this.managerOption) {
this.msg.pageIndex = 1;
this.msg.EmployeeName = "";
this.msg.MTel = "";
this.msg.Status = "-1";
this.msg.School_Id = 0;
}
this.selected = []; this.selected = [];
this.getManager() this.getManager()
}, },
...@@ -632,11 +625,6 @@ ...@@ -632,11 +625,6 @@
getPostList(postMsg).then(res => { getPostList(postMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.PostList = res.Data; this.PostList = res.Data;
var obj = {
PostName: '全部',
PostId: 0
}
this.PostList.unshift(obj);
} }
}) })
}, },
......
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