gaoluyang
3 天以前 7a5c5250b66cc6faffbcac9e192073473c50f79f
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();
}
/** 更新商机状态操作 */