feat:【antd】【erp 系统】统一审批接口的写法与调用

This commit is contained in:
YunaiV
2025-10-05 11:12:19 +08:00
parent 95ba94ee5e
commit 8789cd1ff2
12 changed files with 66 additions and 116 deletions

View File

@@ -51,6 +51,7 @@ export function updateAccount(data: ErpAccountApi.Account) {
}
/** 修改结算账户默认状态 */
// TODO @芋艿:这里有少迁移的
export function updateAccountDefaultStatus(id: number, defaultStatus: boolean) {
return requestClient.put('/erp/account/update-default-status', null, {
params: { id, defaultStatus },