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