智慧农业后台管理页面
guoshilong
2022-08-17 efd9549c346b35b3fa8544ae55d062af823f3548
首页不显示数量为0的农资
1 files modified
6 ■■■■■ changed files
src/views/wel/index.vue 6 ●●●●● 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
                })
            })
        },
        //地块使用率统计