合并代码
This commit is contained in:
parent
add0bbdb7b
commit
9d89b1e813
|
|
@ -746,6 +746,15 @@
|
||||||
secondListTarget.value = -1
|
secondListTarget.value = -1
|
||||||
} else if (!item.tagtype) {
|
} else if (!item.tagtype) {
|
||||||
secondListTarget.value = index;
|
secondListTarget.value = index;
|
||||||
|
moveById.value = item.id
|
||||||
|
backsearch(item.id)
|
||||||
|
timearr.value.forEach((element : any) => {
|
||||||
|
element.children.forEach((data : any) => {
|
||||||
|
if (item.id == data.id) {
|
||||||
|
rulerTouchClick(data.positioning, data.positioningLong)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 通用的生成函数
|
// 通用的生成函数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue