车辆管理数据加载完之后隐藏掉加载中

This commit is contained in:
2023-09-13 10:52:48 +08:00
parent 0ff7443d48
commit 742d568043

View File

@ -43,7 +43,7 @@
</van-list> </van-list>
</van-pull-refresh> </van-pull-refresh>
<van-dialog v-model="show" title="确定删除吗" show-cancel-button @confirm="handleConfirm"></van-dialog> <van-dialog v-model="show" title="确定删除吗" show-cancel-button @confirm="handleConfirm"></van-dialog>
<div >加载中...最后加</div> <!-- <div >加载中...最后加</div>-->
</div> </div>
</template> </template>
@ -131,17 +131,7 @@ export default {
} }
}) })
}, },
// async handleScroll(){
// let num = Math.ceil( this.total / 10)
// if(num <= this.pageNum){
// // console.log("不在加载数据")
//
// }else{
// this.pageNum++;
// await this.getVehicleList()
// }
// },
//
} }
} }
</script> </script>