CRM:code review【客户画像】的实现

This commit is contained in:
YunaiV
2024-03-30 14:17:14 +08:00
parent 34b788cb88
commit 87d1047fa9
2 changed files with 6 additions and 4 deletions

View File

@ -178,6 +178,7 @@ const handleQuery = () => {
case 'dealCycle': // 成交周期分析
dealCycleRef.value?.loadData?.()
break
// TODO @puhui999这 4 个拆出去哈;独立一个【客户画像】菜单
case 'addressRef':
addressRef.value?.loadData?.()
break