feat:【antd】【crm】团队成员的代码实现

This commit is contained in:
YunaiV
2025-09-30 22:23:54 +08:00
parent 5eec2050a9
commit cdc0cbc431
7 changed files with 20 additions and 15 deletions

View File

@@ -30,7 +30,6 @@ const [FormModal, formModalApi] = useVbenModal({
destroyOnClose: true,
});
/** 已选择的商机 */
const checkedRows = ref<CrmBusinessApi.Business[]>([]);
function setCheckedRows({ records }: { records: CrmBusinessApi.Business[] }) {
checkedRows.value = records;

View File

@@ -46,7 +46,6 @@ const [DetailListModal, detailListModalApi] = useVbenModal({
destroyOnClose: true,
});
/** 已选择的商机 */
const checkedRows = ref<CrmBusinessApi.Business[]>([]);
function setCheckedRows({ records }: { records: CrmBusinessApi.Business[] }) {
checkedRows.value = records;