智慧农业后台管理页面
guoshilong
2022-08-30 ff0dda2f0649ced7eeed4486642cdb513ca64285
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);
      }
    }
  },