Commit c55a7209 authored by wei's avatar wei

Merge branch 'develop' into dev-lv

parents 4bea91a3 ecd8470c
This diff is collapsed.
...@@ -301,7 +301,9 @@ export default { ...@@ -301,7 +301,9 @@ export default {
this.$router.push({ this.$router.push({
name: "riskInherent", name: "riskInherent",
params: { params: {
id: this.messageList.id id: this.messageList.id,
buildingId: this.messageList.riskBuildingListDtos[0].buildingId,
buildingName: this.messageList.riskBuildingListDtos[0].buildingName
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment