Browse Source

宅基地调查

wulanhaote
yujk 3 years ago
parent
commit
23413286e8
1 changed files with 12 additions and 2 deletions
  1. +12
    -2
      src/views/homesteadSurvey/add.vue

+ 12
- 2
src/views/homesteadSurvey/add.vue View File

@@ -2643,8 +2643,18 @@
},
created(){
if(this.$cookies.get("search")){
this.item = this.$cookies.get("search");
console.log(this.$cookies.get("search"))
this.item = this.$cookies.get("search").mapZjdAData
if(this.item.active=="2"){
this.active = "3"
this.getZrzList()
this.showzrz=true
this.form3 = this.$cookies.get("search").mapZrzData
}else if(this.item.active=="3"){
this.active = "4"
this.getFsssList()
this.showfsss=true
this.form3 = this.$cookies.get("search").mapFsssData
}
}else{
this.$set(this.item,"deptId",this.$cookies.get("item").deptId)
}


Loading…
Cancel
Save