diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index 5952cd0a..2fbd1132 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -100,7 +100,7 @@ export default { }, onRefresh() { this.pageNum=1; - this.getDriverList() + // this.getDriverList() setTimeout(() => { this.$toast('刷新成功'); this.isLoading = false; diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index 095c69a4..cf0c4537 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -80,7 +80,7 @@ export default { }, 1000); }, async getNotifyList(){ - let res = await notifyInvoiceList({ + let res = await notifyInvoiceList({ pageNum:this.pageNum, pageSize:this.pageSize }) @@ -140,7 +140,11 @@ export default { } } .bgShow{ - @include wh(100%,80%); @include flexTwoCenter; + height:calc(100% - 46px); + background-color: #FAFAFA; + img{ + width: 100%; + } } \ No newline at end of file diff --git a/src/views/index/vehicleManage.vue b/src/views/index/vehicleManage.vue index c56d2dce..2029c79e 100644 --- a/src/views/index/vehicleManage.vue +++ b/src/views/index/vehicleManage.vue @@ -86,7 +86,7 @@ export default { }, onRefresh() { this.pageNum=1 - this.getVehicleList() + // this.getVehicleList() setTimeout(() => { this.$toast('刷新成功'); this.isLoading = false;