liu
3 天以前 c62517daefcc52624f6eece28a2693fa8f4b9b41
src/views/crm/contract/detail/index.vue
@@ -85,7 +85,9 @@
/** 转移合同 */
function handleTransfer() {
  transferModalApi.setData({ bizType: BizTypeEnum.CRM_CONTRACT }).open();
  transferModalApi
    .setData({ id: contractId.value, bizType: BizTypeEnum.CRM_CONTRACT })
    .open();
}
/** 加载数据 */