From 39446411def41336c45de2ecbc34fcdf4cea1b64 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期六, 24 二月 2024 20:34:59 +0800
Subject: [PATCH] pom文件修改

---
 Source/UBCS-WEB/src/api/modeling/cycle.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/modeling/cycle.js b/Source/UBCS-WEB/src/api/modeling/cycle.js
index 765575c..90fe8ca 100644
--- a/Source/UBCS-WEB/src/api/modeling/cycle.js
+++ b/Source/UBCS-WEB/src/api/modeling/cycle.js
@@ -42,10 +42,19 @@
       data
   })
 }
+// 鑾峰彇鐢熷懡鍛ㄦ湡浜嬩欢
+export const getEventList = (params) => {
+  return request({
+      url: '/api/ubcs-omd/lifeCycle/page-event',
+      method: 'get',
+      params
+  })
+}
 export default {
   getList,
   add,
   detail,
   del,
-  edit
+  edit,
+  getEventList
 }

--
Gitblit v1.9.3