Commit 908a608a authored by Davve's avatar Davve

修改pick

parent 560f0fc1
......@@ -160,7 +160,7 @@ export default {
this.multipleSelection[i].is_online = 1
updates['is_online'] = 1
}
str += this.multipleSelection[i].id + ' ';
ids.push(this.multipleSelection[i].id)
}
OffLineOrOnLine({updates: JSON.stringify(updates), ids: JSON.stringify(ids)}).then(response => {
this.multipleSelection = [];
......
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