mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-17 18:41:55 +08:00
✨ CRM:完善回款 plan 新增/修改
This commit is contained in:
@@ -66,9 +66,9 @@ export const getContract = async (id: number) => {
|
||||
}
|
||||
|
||||
// 查询 CRM 合同下拉列表
|
||||
export const getCrmContractSimpleListByCustomerId = async (customerId: number) => {
|
||||
export const getContractSimpleList = async (customerId: number) => {
|
||||
return await request.get({
|
||||
url: `/crm/contract/list-all-simple-by-customer?customerId=${customerId}`
|
||||
url: `/crm/contract/simple-list?customerId=${customerId}`
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user