|
|
@ -93,7 +93,7 @@ const getLabel = (tag) => { |
|
|
|
}; |
|
|
|
const toHouseDetail = (e) => { |
|
|
|
console.log(e); |
|
|
|
router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } }) |
|
|
|
// router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } }) |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style scoped> |
|
|
|