Parcourir la source

宅基地调查

wulanhaote
yujk il y a 3 ans
Parent
révision
23413286e8
1 fichiers modifiés avec 12 ajouts et 2 suppressions
  1. +12
    -2
      src/views/homesteadSurvey/add.vue

+ 12
- 2
src/views/homesteadSurvey/add.vue Voir le fichier

@@ -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)
}


Chargement…
Annuler
Enregistrer