Commit a67581e8 authored by yf's avatar yf

修改新增

parent 538db5a1
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