去除debugger
This commit is contained in:
parent
a93e1bf0c8
commit
e365ef7365
@ -753,7 +753,6 @@ function copyMove(type: any) {
|
||||
// tableIdarr.value
|
||||
}
|
||||
function paste() {
|
||||
debugger
|
||||
let norepeat = []
|
||||
let repeatObj: any = {
|
||||
newPath: '',
|
||||
@ -839,7 +838,6 @@ function paste() {
|
||||
|
||||
}
|
||||
function containsAll(array1: any, array2: any) {
|
||||
debugger
|
||||
// 创建一个 Set 来存储 array1 中所有对象的 name 属性
|
||||
const namesInArray1 = new Set(array1.map(item => item.fileName));
|
||||
// 遍历 array2,检查每个元素的 name 是否在 Set 中存在
|
||||
|
Loading…
Reference in New Issue
Block a user