gaoluyang
5 天以前 c1e2cf24e4fb89c3ff09841b7c3762e807a4076a
src/views/crm/clue/detail/index.vue
@@ -78,7 +78,9 @@
/** 转移线索 */
function handleTransfer() {
  transferModalApi.setData({ bizType: BizTypeEnum.CRM_CLUE }).open();
  transferModalApi
    .setData({ id: clueId.value, bizType: BizTypeEnum.CRM_CLUE })
    .open();
}
/** 转化为客户 */