智慧农业后台管理页面
guoshilong
2022-08-29 28160ea1bbc94bd69b3b07f3abdc5e9950c49c0b
src/views/mapPattern/index.vue
@@ -199,7 +199,7 @@
    },
    computed: {
        ...mapGetters(["userInfo","$farmId"]),
        ...mapGetters(["userInfo", "$farmId"]),
    },
    created () {
        //获取种样品列表
@@ -255,8 +255,11 @@
                    }
                })
                this.plotPlantBreed = arr
                arr.forEach((e)=>{
                    e.area = e.area.toFixed(3)
                })
                this.plotPlantBreed = arr
                this.loading = false