chore: 请假申请根据不同状态显示按钮
This commit is contained in:
@@ -47,10 +47,7 @@ export function deleteByInstanceIds(instanceIds: IDS) {
|
||||
* 撤销流程
|
||||
* @param data
|
||||
*/
|
||||
export function cancelProcessApply(data: {
|
||||
businessId: string;
|
||||
message?: string;
|
||||
}) {
|
||||
export function cancelProcessApply(data: { businessId: ID; message?: string }) {
|
||||
return requestClient.putWithMsg<void>(
|
||||
'/workflow/instance/cancelProcessApply',
|
||||
data,
|
||||
|
Reference in New Issue
Block a user