智慧农业后台管理页面
guoshilong
2022-08-11 3558e9f2b0cb9f9e899eec4a33c37174ac97f7e2
src/views/land/cs.vue
@@ -132,14 +132,14 @@
        ...mapGetters(["userInfo","$farmId"]),
    },
    watch: {
    '$farmId':{
      handler (newName, oldName) {
        this.farm.id = newName
        //地块页面
        this.onLoad()
      }
    }
  },
        '$farmId':{
        handler (newName, oldName) {
            this.farm.id = newName
            //地块页面
            this.onLoad()
        }
        }
    },
    created () {
        this.farm.id = this.$farmId
        this.onLoad(this.page)