智慧农业后台管理页面
xiebin
2022-08-02 2c8f7d06ec1694667e0d03a76b36eceed5f3bdbb
src/views/land/cs.vue
@@ -173,7 +173,6 @@
        onLoad (page, params = {}) {
            getList(1, 10, Object.assign(params, this.query)).then(res => {
                const data = res.data.data
                this.farmPlanList = data.records
            })
        },