From 7237b76c8fe87df70ae2e3b4a03cf675140960fc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 17 May 2024 16:05:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jczz_web
---
src/api/task/bailReporting.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/task/bailReporting.js b/src/api/task/bailReporting.js
index 8a2cdd4..edad13d 100644
--- a/src/api/task/bailReporting.js
+++ b/src/api/task/bailReporting.js
@@ -11,6 +11,17 @@
},
});
};
+export const getList = (current, size, params) => {
+ return request({
+ url: '/api/blade-taskBailReportingEvent/taskBailReportingEvent/page',
+ method: 'get',
+ params: {
+ ...params,
+ current,
+ size,
+ }
+ })
+}
export const update = (row) => {
return request({
--
Gitblit v1.9.3