From 67a8703176c9f36519d98c52130b12316029bb23 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 18 七月 2023 15:20:28 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- 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