智慧农业后台管理页面
guoshilong
2022-08-30 ff0dda2f0649ced7eeed4486642cdb513ca64285
优化地图模式返回显示,地块管理优化数据显示
2 files modified
13 ■■■■ changed files
src/views/land/cs.vue 7 ●●●● patch | view | raw | blame | history
src/views/wel/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/land/cs.vue
@@ -145,7 +145,10 @@
            handler (newName, oldName) {
                // this.farm.id = newName
                //地块页面
                this.onLoad()
                setTimeout(() => {
                    this.onLoad()
                }, 100);
            }
        }
    },
@@ -329,7 +332,7 @@
                    left: 1;
                    bottom: 0;
                    margin: auto;
                    width: 80px;
                    width: 120px;
                    height: 24px;
                    line-height: 24px;
                    border: 1px solid #64c3a4;
src/views/wel/index.vue
@@ -284,7 +284,9 @@
    '$farmId':{
      handler (newName, oldName) {
        this.farm.id = newName
          //农场概览 地块使用率
        setTimeout(() => {
        //农场概览 地块使用率
        this.getCountStatis ()
        //本年农事操作记录
        this.getFarmingCount()
@@ -293,6 +295,8 @@
        this.StockCount()
        //当前农场种养品种
        this.onLoad()
        }, 100);
      }
    }
  },