diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 2af6eee3..cf225ee2 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -735,7 +735,7 @@ const handleSelectChange = (sourceSelectedKeys, targetSelectedKeys) => { console.log('targetSelectedKeys: ', targetSelectedKeys, sourceSelectedKeys) // 左侧单选 - selectedKeys.value = [sourceSelectedKeys[sourceSelectedKeys.length - 1]] + // selectedKeys.value = [sourceSelectedKeys[sourceSelectedKeys.length - 1]] console.log('after', sourceSelectedKeys) }