移除打印

This commit is contained in:
wangxiaowei
2025-12-16 11:01:41 +08:00
parent c32943e82a
commit f54cc0f8eb

View File

@ -261,8 +261,6 @@
* 重置搜索 * 重置搜索
*/ */
handleResetSearch: () => { handleResetSearch: () => {
console.log("🚀 ~ location:", 456)
list.value = [] list.value = []
getMescroll().resetUpScroll() getMescroll().resetUpScroll()
}, },