客户健康页面优化

This commit is contained in:
xiezhijun
2021-01-25 00:22:56 +08:00
parent d0d4352eaf
commit ca989a6336
6 changed files with 225 additions and 45 deletions

View File

@ -25,3 +25,12 @@ export function getDictData(dictType) {
method: 'get'
})
}
// 新增客户健康
export function addCustomerHealthy(data) {
return request({
url: '/investigate/addCustomerHealthy',
method: 'post',
data: data
})
}