去除debugger

This commit is contained in:
wangxk 2025-02-28 16:03:22 +08:00
parent a93e1bf0c8
commit e365ef7365

View File

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