mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 21:03:35 +09:00
func : 결재함 기능추가
- 반려버튼 기능 활성화 - 승인버튼 기능 활성화
This commit is contained in:
@@ -41,7 +41,7 @@ export async function getIntegratedApproval(params = {}) {
|
||||
* @property {string} params.reason - 사유 (반려일시 상태코드 0400)
|
||||
* @returns
|
||||
*/
|
||||
export async function updateIntegratedApproval(params = {}) {
|
||||
export async function updateIntegratedStatus(params = {}) {
|
||||
try {
|
||||
const result = await axios.put(`/api/appr`, params, {
|
||||
headers: { sabun: params.sabun },
|
||||
|
||||
Reference in New Issue
Block a user