Source/ProjectWeb/src/api/base/ui.js
@@ -10,14 +10,14 @@ } //UI上下文列表查询 export const getList = (current, size, params) => { export const getList = (page, limit, params) => { return request({ url: '/api/uiDataController/dataGridQuery', method: 'get', params: { method: 'post', data: { ...params, current, size, page, limit, } }) } @@ -26,8 +26,8 @@ export const getTree = (parentCode, params) => { return request({ url: '/api/uiDataController/getDataForTree', method: 'get', params: { method: 'post', data: { ...params, parentCode }