|
@ -92,7 +92,7 @@ const getLabel = (tag) => { |
|
|
return dictArray.find((item) => item.dictValue === tag)?.dictLabel || tag; |
|
|
return dictArray.find((item) => item.dictValue === tag)?.dictLabel || tag; |
|
|
}; |
|
|
}; |
|
|
const toHouseDetail = (e) => { |
|
|
const toHouseDetail = (e) => { |
|
|
console.log(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> |
|
|
</script> |
|
|