Skip to content

Commit a2443e4

Browse files
committed
✨ CRM:完善商机的列表
1 parent 08bb022 commit a2443e4

File tree

7 files changed

+433
-201
lines changed

7 files changed

+433
-201
lines changed

src/api/crm/product/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export const getProductPage = async (params) => {
2323
return await request.get({ url: `/crm/product/page`, params })
2424
}
2525

26+
// 获得产品精简列表
27+
export const getProductSimpleList = async () => {
28+
return await request.get({ url: `/crm/product/simple-list` })
29+
}
30+
2631
// 查询产品详情
2732
export const getProduct = async (id: number) => {
2833
return await request.get({ url: `/crm/product/get?id=` + id })

0 commit comments

Comments
 (0)