hsy
6 天以前 b3abd460d8f68b9f501b48aeecaa344ff18c033a
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();
}
/** 转化为客户 */