智慧农业后台管理页面
xiebin
2022-07-20 b6b824ae584853b31d4beebcb2c9350a0d4f49fd
农资库存和农事操作记录传入机构id
1 files modified
4 ■■■■ changed files
src/views/wel/index.vue 4 ●●●● 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)
            })