浏览代码

宅基地调查

wulanhaote
yujk 3 年前
父节点
当前提交
23413286e8
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. +12
    -2
      src/views/homesteadSurvey/add.vue

+ 12
- 2
src/views/homesteadSurvey/add.vue 查看文件

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


正在加载...
取消
保存