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); } } },