Commit 9d44bbc3 authored by L.lawliet's avatar L.lawliet

亿百分二期项目:

   移动员工修改为批量移动
parent b3f456e4
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
let groupId = this.$refs.tree.getCheckedKeys()[0] let groupId = this.$refs.tree.getCheckedKeys()[0]
let data = { let data = {
departmentId: groupId, departmentId: groupId,
id: this.idList[0] ids: this.idList
} }
moveMember(data).then(res=> { moveMember(data).then(res=> {
this.$emit("handleFinish", false); this.$emit("handleFinish", false);
......
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