客户健康页面优化
This commit is contained in:
@ -25,3 +25,12 @@ export function getDictData(dictType) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增客户健康
|
||||
export function addCustomerHealthy(data) {
|
||||
return request({
|
||||
url: '/investigate/addCustomerHealthy',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user