diff --git a/pages/car/ownerCar.vue b/pages/car/ownerCar.vue index 51e9388..7d94414 100644 --- a/pages/car/ownerCar.vue +++ b/pages/car/ownerCar.vue @@ -86,13 +86,14 @@ let _that =this; queryOwnerCars(this,{ page:1, - row:50, + row:15, communityId:this.getCommunityId(), carNumLike:this.carNumLike, num:this.num, - ownerName:'', + ownerName:this.ownerName, link:this.link, memberCarNumLike:this.memberCarNumLike, + carTypeCds:"1002,1001" }).then(_data=>{ _that.cars = _data.data; })