添加自动刷新
This commit is contained in:
parent
4f97c24715
commit
d3141bfb76
|
@ -176,6 +176,9 @@
|
||||||
getFileLinkInfo(this.queryParam).then((res) => {
|
getFileLinkInfo(this.queryParam).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result.records;
|
this.dataSource = res.result.records;
|
||||||
|
setTimeout(()=>{
|
||||||
|
this.loadData();
|
||||||
|
},5000)
|
||||||
if(res.result.total)
|
if(res.result.total)
|
||||||
{
|
{
|
||||||
this.ipagination.total = res.result.total;
|
this.ipagination.total = res.result.total;
|
||||||
|
|
|
@ -182,6 +182,9 @@
|
||||||
getFileLinkInfo(this.queryParam).then((res) => {
|
getFileLinkInfo(this.queryParam).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result.records;
|
this.dataSource = res.result.records;
|
||||||
|
setTimeout(()=>{
|
||||||
|
this.loadData();
|
||||||
|
},5000)
|
||||||
if(res.result.total)
|
if(res.result.total)
|
||||||
{
|
{
|
||||||
this.ipagination.total = res.result.total;
|
this.ipagination.total = res.result.total;
|
||||||
|
|
|
@ -176,6 +176,9 @@
|
||||||
getFileLinkInfo(this.queryParam).then((res) => {
|
getFileLinkInfo(this.queryParam).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.dataSource = res.result.records;
|
this.dataSource = res.result.records;
|
||||||
|
setTimeout(()=>{
|
||||||
|
this.loadData();
|
||||||
|
},5000)
|
||||||
if(res.result.total)
|
if(res.result.total)
|
||||||
{
|
{
|
||||||
this.ipagination.total = res.result.total;
|
this.ipagination.total = res.result.total;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user