|
@@ -564,12 +564,12 @@
|
|
|
this.$set(this,'routeType',false);
|
|
|
}
|
|
|
if(this.$route.query.subId){
|
|
|
- this.$set(this,'buildingId',this.$route.query.buildingId);
|
|
|
+ this.$set(this,'buildingId',this.$route.query.buildId);
|
|
|
this.$set(this,'floorId',this.$route.query.floorId);
|
|
|
this.$set(this,'subId',this.$route.query.subId);
|
|
|
this.$set(this,'checkSubId',this.$route.query.subId);
|
|
|
if(this.$route.query.riskPlanId){
|
|
|
- this.riskPlanId(this.$route.query.riskPlanId);
|
|
|
+ this.setRiskPlanId(this.$route.query.riskPlanId);
|
|
|
}
|
|
|
this.$set(this,'planDataType',true);
|
|
|
this.initialization();
|
|
@@ -588,7 +588,7 @@
|
|
|
},
|
|
|
methods:{
|
|
|
//标记当前查看的预案
|
|
|
- riskPlanId(riskPlanId){
|
|
|
+ setRiskPlanId(riskPlanId){
|
|
|
let obj = {
|
|
|
riskPlanId:riskPlanId,
|
|
|
ifcheck:1,
|