FIX scTable 静态data数据时total为0

This commit is contained in:
sakuya 2021-06-17 23:28:00 +08:00
parent 178ba2bf6d
commit c249e935ed
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
this.getData();
}else{
this.tableData = this.data;
this.total = this.tableData.length
}
},
activated(){