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