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