mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-04 20:49:02 +00: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