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(); } /** 更新商机状态操作 */