|
|
@@ -2643,24 +2643,29 @@ |
|
|
|
}, |
|
|
|
created(){ |
|
|
|
if(this.$cookies.get("search")){ |
|
|
|
this.active = this.$cookies.get("search").active |
|
|
|
this.item = this.$cookies.get("search").mapZjdAData |
|
|
|
let zrz = this.$cookies.get("search").mapZrzAData |
|
|
|
let fsss = this.$cookies.get("search").mapFsssAData |
|
|
|
if(this.$cookies.get("search").active=="3"){ |
|
|
|
this.showzrz= true |
|
|
|
this.getZrzList() |
|
|
|
setTimeout(() => { |
|
|
|
this.showPopupzrz(zrz) |
|
|
|
}, 500); |
|
|
|
if(this.$cookies.get("search").active!=null){ |
|
|
|
this.active = this.$cookies.get("search").active |
|
|
|
this.item = this.$cookies.get("search").mapZjdAData |
|
|
|
let zrz = this.$cookies.get("search").mapZrzAData |
|
|
|
let fsss = this.$cookies.get("search").mapFsssAData |
|
|
|
if(this.$cookies.get("search").active=="3"){ |
|
|
|
this.showzrz= true |
|
|
|
this.getZrzList() |
|
|
|
setTimeout(() => { |
|
|
|
this.showPopupzrz(zrz) |
|
|
|
}, 500); |
|
|
|
|
|
|
|
}else if(this.$cookies.get("search").active=="4"){ |
|
|
|
this.showfsss= true |
|
|
|
this.getFsssList() |
|
|
|
setTimeout(() => { |
|
|
|
this.showPopupfsss(fsss) |
|
|
|
}, 500); |
|
|
|
}else if(this.$cookies.get("search").active=="4"){ |
|
|
|
this.showfsss= true |
|
|
|
this.getFsssList() |
|
|
|
setTimeout(() => { |
|
|
|
this.showPopupfsss(fsss) |
|
|
|
}, 500); |
|
|
|
} |
|
|
|
}else{ |
|
|
|
this.item = this.$cookies.get("search") |
|
|
|
} |
|
|
|
|
|
|
|
}else{ |
|
|
|
this.$set(this.item,"deptId",this.$cookies.get("item").deptId) |
|
|
|
} |
|
|
|