Commit ed21b4db authored by zhengke's avatar zhengke

1

parent b30a71c3
...@@ -167,7 +167,8 @@ ...@@ -167,7 +167,8 @@
getEmployeeList() { getEmployeeList() {
var qMsg = { var qMsg = {
IsLeave: 1, IsLeave: 1,
Dept_Id: 4 Dept_Id: 4,
UserRole: 1
}; };
queryEmployee(qMsg).then(res => { queryEmployee(qMsg).then(res => {
this.EmployeeList = res.Data; this.EmployeeList = res.Data;
......
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