Merge branch 'yongpxu-dev' into develop

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

View File

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