【发布时间】:2021-12-17 11:53:32
【问题描述】:
// const first = data.groups_with_selected[7];
// const second = data.groups_with_selected[20];
// data.groups_with_selected.splice(2, 0, first, second);
// data.groups_with_selected.splice(9, 1)
// data.groups_with_selected.splice(21, 1)
但上述代码的问题在于,我能够在控制台中获取更新后的 sorted console 值。但过滤明智的是它没有更新。
【问题讨论】:
标签: javascript vue.js axios