From 8ac5413765d871c225aad15ffc7b0fadb2146e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Mon, 8 Sep 2025 10:44:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(ckchat):=20=E6=B7=BB=E5=8A=A0=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=AE=A2=E6=9C=8D=E7=AD=9B=E9=80=89=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=90=88=E5=90=8C=E5=88=97=E8=A1=A8=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/src/store/module/ckchat/ckchat.data.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Cunkebao/src/store/module/ckchat/ckchat.data.ts b/Cunkebao/src/store/module/ckchat/ckchat.data.ts index af7f8743..9477aacb 100644 --- a/Cunkebao/src/store/module/ckchat/ckchat.data.ts +++ b/Cunkebao/src/store/module/ckchat/ckchat.data.ts @@ -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;