From 742d568043f32f1abe71cb19fc3f6602f013c131 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 13 Sep 2023 10:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=A0=E8=BD=BD=E5=AE=8C=E4=B9=8B=E5=90=8E=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E6=8E=89=E5=8A=A0=E8=BD=BD=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleManage.vue | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/views/index/vehicleManage.vue b/src/views/index/vehicleManage.vue index 808e0537..c3f260e2 100644 --- a/src/views/index/vehicleManage.vue +++ b/src/views/index/vehicleManage.vue @@ -43,7 +43,7 @@ -
加载中...(最后加)
+ @@ -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() - // } - // }, - // + } }