diff --git a/sgzb-ui/src/api/inventoryLogs/index.js b/sgzb-ui/src/api/inventoryLogs/index.js index 3ef43033..8592f2af 100644 --- a/sgzb-ui/src/api/inventoryLogs/index.js +++ b/sgzb-ui/src/api/inventoryLogs/index.js @@ -2,8 +2,10 @@ import request from '@/utils/request' /* 日志列表 */ -export const getLogsListApi = (data) => { - return request.get('/system/bm_num_logs/list', data) +export const getLogsListApi = (params) => { + return request.get('/system/bm_num_logs/list', { + params:params + }) } /* 日志详情 */ diff --git a/sgzb-ui/src/views/inventoryLogs/index.vue b/sgzb-ui/src/views/inventoryLogs/index.vue index 4c49fc98..bf209cbb 100644 --- a/sgzb-ui/src/views/inventoryLogs/index.vue +++ b/sgzb-ui/src/views/inventoryLogs/index.vue @@ -4,10 +4,24 @@ - + - - + + 搜索 @@ -22,7 +36,7 @@ - + @@ -70,6 +84,7 @@