| src/views/wel/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/index.vue
@@ -278,14 +278,14 @@ //本年农事操作记录,分组统计 getFarmingStatis () { var that = this getFarmingStatis(this.farm.id).then((res) => { getFarmingStatis(this.userInfo.dept_id).then((res) => { that.farmingList = res.data.data }) }, //农资库存 StockCount () { var that = this StockCount(this.farm.id).then((res) => { StockCount(this.userInfo.dept_id).then((res) => { that.stockList = res.data.data console.log(that.stockList) })