fix(crm): 修复待办线索漏传归属场景

pull/351/MERGE
YunaiV 2026-05-31 09:37:36 +08:00
parent b00a67deb9
commit 4dff39ddc5
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ const [Grid] = useVbenVxeGrid({
return await getCluePage({
pageNo: page.currentPage,
pageSize: page.pageSize,
sceneType: 1,
transformStatus: false,
...formValues,
});

View File

@ -45,6 +45,7 @@ const [Grid] = useVbenVxeGrid({
return await getCluePage({
pageNo: page.currentPage,
pageSize: page.pageSize,
sceneType: 1,
transformStatus: false,
...formValues,
});