func : 결재함 기능추가

- 반려버튼 기능 활성화
 - 승인버튼 기능 활성화
This commit is contained in:
Kasicry
2025-05-27 22:25:58 +09:00
parent 82260eef05
commit e76d367f96
2 changed files with 29 additions and 18 deletions

View File

@@ -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 },