Commit ba312684 authored by 罗超's avatar 罗超

1

parent eda17e82
...@@ -40,13 +40,21 @@ ...@@ -40,13 +40,21 @@
}) })
} }
// 获取客户线索规则列表 // 获取客户线索规则列表
static async getCustomerClueRuleList(data:any): Promise<HttpResponse> { static async getCustomerClueRuleList(data: any): Promise<HttpResponse> {
return Axios('/QYCustomer/GetCustomerClueRuleList', { return Axios('/QYCustomer/GetCustomerClueRuleList', {
method: 'post', method: 'post',
responseType: 'json', responseType: 'json',
data data
}) })
} }
// 获取客户阶段列表
static async getCustomerStageList(data: any): Promise<HttpResponse> {
return Axios('/QYCustomer/GetCustomerStageList', {
method: 'post',
responseType: 'json',
data
})
}
} }
export default customerService export default customerService
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment