From efdfc33415d43d2f97cdfa66a48e3713f6c2fd1a Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 24 八月 2023 20:33:39 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/api/omd/status.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/api/omd/status.js b/Source/UBCS-WEB/src/api/omd/status.js index e80f0f8..4a287a3 100644 --- a/Source/UBCS-WEB/src/api/omd/status.js +++ b/Source/UBCS-WEB/src/api/omd/status.js @@ -72,4 +72,14 @@ pageSize } }) -} \ No newline at end of file +} + +export const getApplyRange = (id) => { + return request({ + url: '/api/ubcs-omd/status/get-apply-range', + method: 'get', + params: { + id + } + }) +} -- Gitblit v1.9.3