fix(crm): 修复待办线索漏传归属场景
parent
ed31f0d3c1
commit
e6c0976c52
|
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue