hsy
5 天以前 c8a6236013ec15d00ddcab1587bbd4f090611cdf
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();
}
/** 加载数据 */