提交 1b57002e 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

fix: 修复多项数据选择视图左移异常的问题

上级 b94a851d
......@@ -25,10 +25,6 @@ export const MPickupView = defineComponent({
// UI层单击选中的数组
const UISelections: Ref<IData[]> = ref([]);
if (c.params.selectedData) {
UISelections.value = JSON.parse(c.params.selectedData);
}
const handleSelectionClick = (selection: IData) => {
const index = UISelections.value.indexOf(selection);
if (index === -1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册