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

pull/881/head
YunaiV 2026-05-31 09:37:36 +08:00
parent ed31f0d3c1
commit e6c0976c52
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ const list = ref([]) // 列表的数据
const queryParams = reactive({ const queryParams = reactive({
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
sceneType: 1,
followUpStatus: false, followUpStatus: false,
transformStatus: false transformStatus: false
}) })