Update index.vue

This commit is contained in:
sakuya 2021-06-18 20:37:34 +08:00
parent 31fbdbaccf
commit 75d2b3944e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
mounted() {
if(this.apiObj){
this.getData();
}else{
}else if(this.data){
this.tableData = this.data;
this.total = this.tableData.length
}