diff --git a/src/api/inventoryLogs/index.js b/src/api/inventoryLogs/index.js index 8592f2a..355fc8b 100644 --- a/src/api/inventoryLogs/index.js +++ b/src/api/inventoryLogs/index.js @@ -3,16 +3,16 @@ import request from '@/utils/request' /* 日志列表 */ export const getLogsListApi = (params) => { - return request.get('/system/bm_num_logs/list', { + return request.get('/system/bm_storage_logs/list', { params:params }) } /* 日志详情 */ export const getLogsDetailsApi = (id) => { - return request.get(`/system/bm_num_logs/selectByPrimaryKey`, { + return request.get(`/system/bm_storage_logs/selectByPrimaryKey`, { params: { id } }) -} \ No newline at end of file +} diff --git a/src/views/inventoryLogs/index.vue b/src/views/inventoryLogs/index.vue index 2e4a7f3..4030a35 100644 --- a/src/views/inventoryLogs/index.vue +++ b/src/views/inventoryLogs/index.vue @@ -33,21 +33,28 @@ - - - + + + - - + + + + + + + + + - - + +