测试部署
This commit is contained in:
parent
7baca98e4d
commit
e832181432
@ -20,7 +20,9 @@ export const useDialogueListStore = createGlobalState(() => {
|
||||
console.log('newRecords',newRecords)
|
||||
|
||||
const dialogue = lodash.cloneDeep(useDialogueStore())
|
||||
console.log('cloneDeep', new Date().getTime())
|
||||
if (!dialogue || typeof dialogue !== 'object') return
|
||||
console.log('dialogue', new Date().getTime())
|
||||
// 检查是否已存在相同 index_name 的对话
|
||||
const existingIndex = dialogueList.value.findIndex(
|
||||
(item) => item.index_name === dialogue.index_name,
|
||||
|
Loading…
Reference in New Issue
Block a user