| src/views/land/cs.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/wel/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/land/cs.vue
@@ -145,7 +145,10 @@ handler (newName, oldName) { // this.farm.id = newName //地块页面 this.onLoad() setTimeout(() => { this.onLoad() }, 100); } } }, @@ -329,7 +332,7 @@ left: 1; bottom: 0; margin: auto; width: 80px; width: 120px; height: 24px; line-height: 24px; border: 1px solid #64c3a4; 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); } } },