From ec59e476a82c10b25e0ad7687ae0e4cbfa6905d0 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 17 八月 2026 15:10:16 +0800
Subject: [PATCH] 转移商机传参错误
---
src/views/crm/business/detail/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/crm/business/detail/index.vue b/src/views/crm/business/detail/index.vue
index 258d021..a303220 100644
--- a/src/views/crm/business/detail/index.vue
+++ b/src/views/crm/business/detail/index.vue
@@ -87,7 +87,9 @@
/** 杞Щ鍟嗘満 */
function handleTransfer() {
- transferModalApi.setData({ bizType: BizTypeEnum.CRM_BUSINESS }).open();
+ transferModalApi
+ .setData({ id: businessId.value, bizType: BizTypeEnum.CRM_BUSINESS })
+ .open();
}
/** 鏇存柊鍟嗘満鐘舵�佹搷浣� */
--
Gitblit v1.9.3