微调
This commit is contained in:
@@ -202,7 +202,7 @@ const change = () => {
|
||||
if (!targetList.value.some(item => item.key == targetKey.value) ) {
|
||||
targetKey.value = ''
|
||||
}
|
||||
console.log('🚀 ~ change ~ targetList.value:', targetList.value)
|
||||
// console.log('🚀 ~ change ~ targetList.value:', targetList.value)
|
||||
}
|
||||
// 核心去重逻辑
|
||||
function deduplicateByKey(data) {
|
||||
|
||||
Reference in New Issue
Block a user