review:【antd】【mall】客服模块

This commit is contained in:
YunaiV
2025-11-02 09:20:25 +08:00
parent ac98a876b5
commit 904cf46ec0
17 changed files with 42 additions and 43 deletions

View File

@@ -41,6 +41,8 @@ export const useMallKefuStore = defineStore('mall-kefu', {
// ======================= 会话相关 =======================
/** 加载会话缓存列表 */
async setConversationList() {
// TODO @javeidea linter 告警,修复下;
// TODO @jave不使用 KeFuConversationApi.,直接用 getConversationList
this.conversationList = await KeFuConversationApi.getConversationList();
this.conversationSort();
},