Compare commits

..

No commits in common. "4090ee0547eb00170ba7e3b9b2007e43a5bb64e3" and "b7eea81200cc8cf67548c24bd46d49cfc0e15595" have entirely different histories.

View File

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