Compare commits

...

2 Commits

Author SHA1 Message Date
4090ee0547 Merge branch 'wyfMain-dev'
Some checks are pending
Check / lint (push) Waiting to run
Check / typecheck (push) Waiting to run
Check / build (build, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build, 18.x, windows-latest) (push) Waiting to run
Check / build (build:app, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:app, 18.x, windows-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Waiting to run
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Waiting to run
2025-04-11 15:53:15 +08:00
251cf7d66f 解决AI编辑器自动补全代码导致的数据源使用错误问题 2025-04-11 15:52:39 +08:00

View File

@ -1498,7 +1498,7 @@ const initData = async () => {
}
await onLoad({ ...objT })
if(doLocalPaging){
zpagingRef.value?.setLocalPaging(dialogueList.records)
zpagingRef.value?.setLocalPaging(records.value)
}
}