| src/views/wel/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/wel/index.vue
@@ -210,6 +210,7 @@ farmingList: [], stockList: [], isFarmingDetail: false, isStockDetail: false, landInfo: {}, farm:{}, farmList:[], @@ -319,8 +320,9 @@ StockCount () { var that = this StockCount(this.$farmId).then((res) => { that.stockList = res.data.data console.log(that.stockList) that.stockList = res.data.data.filter((e)=>{ return e.val != 0 }) }) }, //地块使用率统计