Commit 166553ea authored by xd's avatar xd

移动修改

parent 79105438
......@@ -112,7 +112,7 @@ export default {
let groupId = this.$refs.tree.getCheckedKeys()[0]
let data = {
stallIds: groupId,
userIds: this.idList[0]
userIds: this.idList+','
}
moveMember(data).then(res=> {
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