feat(ckchat): 添加根据客服筛选获取合同列表的方法

This commit is contained in:
超级老白兔
2025-09-08 10:44:00 +08:00
parent a4d19c8fc9
commit 8ac5413765

View File

@@ -42,6 +42,7 @@ export interface CkChatState {
countLables: ContactGroupByLabel[];
newContractList: ContactGroupByLabel[];
getContractList: () => ContractData[];
getSomeContractList: (kfSelected: number) => ContractData[];
getNewContractList: () => ContactGroupByLabel[];
setSearchKeyword: (keyword: string) => void;
clearSearchKeyword: () => void;