From 9f59b404ac029e4679df6eb75d3edf84f4e39129 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 30 May 2024 19:31:29 +0800
Subject: [PATCH] E呼即办优化

---
 src/api/task/eCallEventTwo.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/api/task/eCallEventTwo.js b/src/api/task/eCallEventTwo.js
index 81c259f..d9016eb 100644
--- a/src/api/task/eCallEventTwo.js
+++ b/src/api/task/eCallEventTwo.js
@@ -52,4 +52,16 @@
     method: 'post',
     data: row
   })
+}
+
+export const getCount = (current, size, params) => {
+  return request({
+    url: '/api/blade-eCallEventTwo/eCallEventTwo/getCount',
+    method: 'get',
+    params: {
+      ...params,
+      current,
+      size,
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3