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

页面修改

parent 59217df9
......@@ -332,7 +332,7 @@
rowsPerPage: 10,
School_Id: "", //校区
Dept_Id: 0, //部门
Post_Id: 0, //岗位编号
Post_Id: "", //岗位编号
LeaveStatus: 0, //在职状态
StartEntryTime: "", //入职开始时间
EndEntryTime: "", //入职结束时间
......@@ -571,13 +571,6 @@
})
},
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.getManager()
},
......@@ -632,11 +625,6 @@
getPostList(postMsg).then(res => {
if (res.Code == 1) {
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