|
@@ -1102,6 +1102,7 @@
|
|
this.$set(this.addForm,'rectifyNotice','');
|
|
this.$set(this.addForm,'rectifyNotice','');
|
|
this.$set(this.addForm,'rectifyDeadline','');
|
|
this.$set(this.addForm,'rectifyDeadline','');
|
|
this.$set(this.addForm,'checkHazardDtoList',[]);
|
|
this.$set(this.addForm,'checkHazardDtoList',[]);
|
|
|
|
+ this.$set(this.addForm,'checkHazardInfoVoList',[]);
|
|
},
|
|
},
|
|
initializationAddData(){
|
|
initializationAddData(){
|
|
this.$set(this,'addForm',{
|
|
this.$set(this,'addForm',{
|
|
@@ -1118,6 +1119,7 @@
|
|
dateRange:[],
|
|
dateRange:[],
|
|
rectifyDeadline:"",
|
|
rectifyDeadline:"",
|
|
checkHazardDtoList:[],
|
|
checkHazardDtoList:[],
|
|
|
|
+ checkHazardInfoVoList:[],
|
|
});
|
|
});
|
|
this.$set(this,'planType',1);
|
|
this.$set(this,'planType',1);
|
|
this.$set(this,'planList',[]);
|
|
this.$set(this,'planList',[]);
|
|
@@ -1224,6 +1226,7 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.start_btn{
|
|
.start_btn{
|
|
|
|
+ cursor: pointer;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
|
|
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
|
|
font-weight: 400;
|
|
font-weight: 400;
|