添加总数

This commit is contained in:
庞东林
2021-12-20 22:29:27 +08:00
parent 38cbc32fe3
commit 3e6a8a7116
3 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ export default {
this.count = 0
}else{
this.datasource = res.data.data
this.count = res.data.count
this.count = res.data.data.length
}
}).catch(()=>{
this.loading = false;

View File

@@ -134,7 +134,7 @@ export default {
this.count = 0
}else{
this.datasource = res.data.data
this.count = res.data.data
this.count = res.data.data.length
}
}).catch(()=>{
this.loading = false;

View File

@@ -134,7 +134,7 @@ export default {
this.count = 0
}else{
this.datasource = res.data.data
this.count = res.data.count
this.count = res.data.data.length
}
}).catch(()=>{
this.loading = false;