feat: crm detail
This commit is contained in:
@@ -107,9 +107,9 @@ function handleTransfer() {
|
||||
}
|
||||
|
||||
// 加载数据
|
||||
onMounted(async () => {
|
||||
onMounted(() => {
|
||||
contactId.value = Number(route.params.id);
|
||||
await loadContactDetail();
|
||||
loadContactDetail();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user