File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ function getChatRecord() {
265265 currentChatId .value ,
266266 paginationConfig ,
267267 loading ,
268- false
268+ true
269269 )
270270 .then ((res : any ) => {
271271 paginationConfig .total = res .data .total
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ function getChatRecord() {
261261 currentChatId .value ,
262262 paginationConfig ,
263263 loading ,
264- false
264+ true
265265 )
266266 .then ((res : any ) => {
267267 paginationConfig .total = res .data .total
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ function getChatRecord() {
315315 currentChatId .value ,
316316 paginationConfig .value ,
317317 loading ,
318- false
318+ true
319319 )
320320 .then ((res : any ) => {
321321 paginationConfig .value .total = res .data .total
You can’t perform that action at this time.
0 commit comments