This commit is contained in:
qsh
2024-05-30 17:24:37 +08:00
parent 4e104166af
commit 1e0ba3b619
10 changed files with 76 additions and 141 deletions

View File

@@ -39,3 +39,8 @@ export const batchUpdateClassTypeStatus = async (data) => {
export const batchDeleteClassType = async (ids) => {
return await request.delete({ url: '/admin-api/crm/sch-class-type/batch-delete?ids=' + ids })
}
// 获取提成结算参数
export const getCommissionParams = async () => {
return await request.get({ url: '/admin-api/crm/sch-class-type/get-percentage-param' })
}