From f5c14db59445c7ccdec3ca993a8ca4b118d4a77d Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 25 Sep 2023 23:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=81=9C=E8=BD=A6=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/car/ownerCar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; })