refactor(shanghaiStreetMapDasai): 移除无用函数并简化点击处理逻辑
This commit is contained in:
parent
9026c734e6
commit
95c0eaa5f0
@ -4198,14 +4198,10 @@ const handleRowClick = (item: any, index: number) => {
|
||||
}
|
||||
};
|
||||
|
||||
const relationShipNetwork = () => {
|
||||
console.log("123")
|
||||
}
|
||||
|
||||
const fancyBtn = ref(null)
|
||||
const ripple = ref(null)
|
||||
function handleFancyClick(e: MouseEvent) {
|
||||
relationShipNetwork()
|
||||
const handleFancyClick = (e: MouseEvent) => {
|
||||
const btn = fancyBtn.value as HTMLElement
|
||||
const span = ripple.value as HTMLElement
|
||||
if (!btn || !span) return
|
||||
|
Loading…
x
Reference in New Issue
Block a user