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

This commit is contained in:
wangyifeng 2025-04-11 15:53:15 +08:00
commit 4090ee0547

View File

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