添加自动刷新

This commit is contained in:
RenCheng 2025-02-25 09:50:30 +08:00
parent 4f97c24715
commit d3141bfb76
3 changed files with 9 additions and 0 deletions

View File

@ -176,6 +176,9 @@
getFileLinkInfo(this.queryParam).then((res) => {
if (res.success) {
this.dataSource = res.result.records;
setTimeout(()=>{
this.loadData();
},5000)
if(res.result.total)
{
this.ipagination.total = res.result.total;

View File

@ -182,6 +182,9 @@
getFileLinkInfo(this.queryParam).then((res) => {
if (res.success) {
this.dataSource = res.result.records;
setTimeout(()=>{
this.loadData();
},5000)
if(res.result.total)
{
this.ipagination.total = res.result.total;

View File

@ -176,6 +176,9 @@
getFileLinkInfo(this.queryParam).then((res) => {
if (res.success) {
this.dataSource = res.result.records;
setTimeout(()=>{
this.loadData();
},5000)
if(res.result.total)
{
this.ipagination.total = res.result.total;