| @@ -4243,14 +4243,15 @@ | |||||
| // this.$cookies.set("item",this.backMap); | // this.$cookies.set("item",this.backMap); | ||||
| // this.$router.push({name:'homesteadList'}); | // this.$router.push({name:'homesteadList'}); | ||||
| // } else { | // } else { | ||||
| this.enterMap=""; | |||||
| //this.enterMap=""; | |||||
| this.$cookies.set("item",""); | this.$cookies.set("item",""); | ||||
| if(this.ztMap){ | |||||
| if(this.ztMap && this.enterMap ==1){ | |||||
| this.itemBc.activeBtn = 4; | this.itemBc.activeBtn = 4; | ||||
| this.itemBc.backMapZjdAData = this.backMap.backMapZjdAData; | this.itemBc.backMapZjdAData = this.backMap.backMapZjdAData; | ||||
| console.log(this.itemBc); | console.log(this.itemBc); | ||||
| this.$cookies.set("item",this.itemBc); | this.$cookies.set("item",this.itemBc); | ||||
| } else { | } else { | ||||
| console.log(this.itemBc); | |||||
| this.$cookies.set("item",this.itemBc); | this.$cookies.set("item",this.itemBc); | ||||
| } | } | ||||
| this.$router.push({name:'homesteadList'}); | this.$router.push({name:'homesteadList'}); | ||||
| @@ -5732,6 +5733,7 @@ | |||||
| } | } | ||||
| }else{ | }else{ | ||||
| this.form4=item | this.form4=item | ||||
| console.log(this.form4); | |||||
| if(this.form4.fssslx==null||this.form4.fssslx==""){ | if(this.form4.fssslx==null||this.form4.fssslx==""){ | ||||
| this.form4.fssslx = "11" | this.form4.fssslx = "11" | ||||
| this.form4.fssslxName = "畜厩" | this.form4.fssslxName = "畜厩" | ||||