From ed8da6cde9898b1473ef1c5ae73f143f4d1b461f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=20=E5=85=83=E5=B1=B1?= Date: Fri, 21 Mar 2025 09:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/dialogueList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/dialogueList.js b/src/store/modules/dialogueList.js index 9ca3327..c33b1cd 100644 --- a/src/store/modules/dialogueList.js +++ b/src/store/modules/dialogueList.js @@ -19,7 +19,7 @@ export const useDialogueListStore = createGlobalState(() => { const addDialogueRecord = (newRecords, type = 'add') => { console.log('newRecords',newRecords) - const dialogue = lodash.cloneDeep(useDialogueStore()) + const dialogue = useDialogueStore() console.log('cloneDeep', new Date().getTime()) if (!dialogue || typeof dialogue !== 'object') return console.log('dialogue', new Date().getTime())