src/api/land/land.js
@@ -2,7 +2,7 @@ export const getList = (current, size, params) => { return request({ url: '/api/land/land/list', url: '/api/land/land/page', method: 'get', params: { ...params, @@ -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: {} }) }