From f4bdceb42aef38f1cd9431ae5addd37bec4cf60b Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 28 十一月 2024 06:07:21 +0800
Subject: [PATCH] 新的流程页面对接自带的流程页面,查询表单使用同一个接口,其接口内部做判定、流程推进详情页面

---
 src/api/login.js |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/api/login.js b/src/api/login.js
index 7b7388f..ead6dd7 100644
--- a/src/api/login.js
+++ b/src/api/login.js
@@ -57,4 +57,21 @@
     method: 'get',
     timeout: 20000
   })
-}
\ No newline at end of file
+}
+
+export function getCalculatioln(data) {
+  return request({
+    url: '/count',
+    method: 'post',
+    data: data
+  });
+}
+
+// 鑾峰彇寮傚父鏁版嵁缁熻
+export function getAbnormalData(query) {
+  return request({
+    url: '/countExceptionProject',
+    method: 'get',
+    params: query
+  });
+}

--
Gitblit v1.8.0