解决AI编辑器自动补全代码导致的数据源使用错误问题
This commit is contained in:
parent
df1cc68b59
commit
251cf7d66f
@ -1498,7 +1498,7 @@ const initData = async () => {
|
||||
}
|
||||
await onLoad({ ...objT })
|
||||
if(doLocalPaging){
|
||||
zpagingRef.value?.setLocalPaging(dialogueList.records)
|
||||
zpagingRef.value?.setLocalPaging(records.value)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user