This commit is contained in:
gaoyuanwei 2022-07-19 13:59:26 +08:00
parent 9a681317f0
commit b75e6a4fb0
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}