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