mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-12 09:01:54 +08:00
✨ CRM:完善 CRM 跟进记录(联系人的展示、添加)
This commit is contained in:
@@ -148,7 +148,7 @@ const submitForm = async () => {
|
||||
emit('success', businessIds, businessRef.value.getSelectionRows())
|
||||
}
|
||||
|
||||
/** 打开联系人详情 */
|
||||
/** 打开商机详情 */
|
||||
const { push } = useRouter()
|
||||
const openDetail = (id: number) => {
|
||||
push({ name: 'CrmBusinessDetail', params: { id } })
|
||||
|
Reference in New Issue
Block a user