数据处理

This commit is contained in:
2026-01-12 18:12:57 +08:00
parent 89cd821276
commit 8dee7c54df
3 changed files with 8 additions and 5 deletions

View File

@@ -250,7 +250,9 @@ export default {
},
async onLoad(){
await this.getVehicleList()
this.pageNum++;
if(this.total>10){
this.pageNum++;
}
// 加载状态结束
this.loading = false;
// 数据全部加载完成