From bb5cfa3d0d1094d5dc03eada32e8b53606a914ba Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 29 Apr 2024 18:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=97=A5=E5=BF=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=82=E6=95=B0=E6=9F=A5=E8=AF=A2=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/inventoryLogs/index.js | 6 ++- sgzb-ui/src/views/inventoryLogs/index.vue | 55 +++++++++++++++++------ 2 files changed, 46 insertions(+), 15 deletions(-) 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 @@