智慧农业后台管理页面
Administrator
2022-05-20 4aa017d6d2ec1eecaeff1bfccade3e1e153975e3
src/api/land/land.js
@@ -34,7 +34,7 @@
export const add = (row) => {
    return request({
        url: '/api/land/land/submit',
        url: '/api/land/land/save',
        method: 'post',
        data: row
    })
@@ -57,3 +57,11 @@
        }
    })
}
export const selectCount = () => {
    return request({
        url: '/api/land/land/selectCount',
        method: 'get',
        params: {}
    })
}