车辆管理,司机管理下拉刷新bug修复
This commit is contained in:
@ -100,7 +100,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onRefresh() {
|
onRefresh() {
|
||||||
this.pageNum=1;
|
this.pageNum=1;
|
||||||
this.getDriverList()
|
// this.getDriverList()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$toast('刷新成功');
|
this.$toast('刷新成功');
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
|
@ -140,7 +140,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bgShow{
|
.bgShow{
|
||||||
@include wh(100%,80%);
|
|
||||||
@include flexTwoCenter;
|
@include flexTwoCenter;
|
||||||
|
height:calc(100% - 46px);
|
||||||
|
background-color: #FAFAFA;
|
||||||
|
img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -86,7 +86,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onRefresh() {
|
onRefresh() {
|
||||||
this.pageNum=1
|
this.pageNum=1
|
||||||
this.getVehicleList()
|
// this.getVehicleList()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$toast('刷新成功');
|
this.$toast('刷新成功');
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
|
Reference in New Issue
Block a user