Commit 7e5cc45b authored by zhengke's avatar zhengke

修改

parent ed21b4db
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,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