|
@@ -333,6 +333,11 @@
|
|
|
securityCheckOptionList(){
|
|
|
securityCheckOptionList({}).then( response => {
|
|
|
this.$set(this,'options',this.listChildrenDel(response.data));
|
|
|
+ for(let i=0;i<response.data.length;i++){
|
|
|
+ if(response.data[i].code == '6'){
|
|
|
+ this.$set(this.addForm,'hazardCheckId',response.data[i].id);
|
|
|
+ }
|
|
|
+ }
|
|
|
this.getCascaderData(this.options)
|
|
|
});
|
|
|
},
|