xiaoyi
6 天以前 5c243d9d05da668a32b1bc9a4f543ea081488d11
src/views/crm/receivable/plan/components/detail-list.vue
@@ -3,7 +3,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { CrmReceivablePlanApi } from '#/api/crm/receivable/plan';
import { useVbenModal } from '../../../../../packages/effects/common-ui/src';
import { useVbenModal } from '@vben/common-ui';
import { message } from 'ant-design-vue';
@@ -44,7 +44,7 @@
/** 编辑回款计划 */
function handleEdit(row: CrmReceivablePlanApi.Plan) {
  formModalApi.setData({ receivablePlan: row }).open();
  formModalApi.setData(row).open();
}
/** 删除回款计划 */