更新
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user