This commit is contained in:
2025-09-03 18:12:19 +08:00
parent 24c6a24a4f
commit 3c59cc6111
7 changed files with 748 additions and 705 deletions

View File

@ -52,12 +52,7 @@ const getList = () =>{
})
}
const onClickPush = (val) => {
router.push({
path: '/tsypHome',
query: {
id: val.id,
}
})
router.push({ path: '/tsypHome', query: { id: val.id } })
}
</script>