hsy
5 天以前 3df96cc4dade2aa2cf58a611647339f1b636a9a4
src/views/crm/customer/detail/index.vue
@@ -94,9 +94,11 @@
  formModalApi.setData({ id: customerId.value }).open();
}
/** 转移线索 */
/** 转移客户 */
function handleTransfer() {
  transferModalApi.setData({ id: customerId.value }).open();
  transferModalApi
    .setData({ id: customerId.value, bizType: BizTypeEnum.CRM_CUSTOMER })
    .open();
}
/** 锁定客户 */