0302-海宁管户报表优化+客群代码初稿

This commit is contained in:
2026-03-02 17:00:27 +08:00
parent 194c3712f8
commit fedf789511
26 changed files with 2095 additions and 19 deletions

View File

@@ -14,4 +14,12 @@ export function gridCmpmCustManagerResult(data) {
method: 'get',
params: data
})
}
// 获取管户报表星级列表
export function getCustLevelList() {
return request({
url: '/grid/cmpm/custManager/custLevel/list',
method: 'get'
})
}