瀏覽代碼

地图优化

wulanhaote
hbao 3 年之前
父節點
當前提交
40ddb9bb4c
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      src/views/homesteadSurvey/add.vue

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

@@ -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 = "畜厩"


Loading…
取消
儲存