feat(ckchat): 添加根据客服筛选获取合同列表的方法
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user