mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
优化停车车辆查询
This commit is contained in:
parent
f51cf0d641
commit
f5c14db594
@ -86,13 +86,14 @@
|
|||||||
let _that =this;
|
let _that =this;
|
||||||
queryOwnerCars(this,{
|
queryOwnerCars(this,{
|
||||||
page:1,
|
page:1,
|
||||||
row:50,
|
row:15,
|
||||||
communityId:this.getCommunityId(),
|
communityId:this.getCommunityId(),
|
||||||
carNumLike:this.carNumLike,
|
carNumLike:this.carNumLike,
|
||||||
num:this.num,
|
num:this.num,
|
||||||
ownerName:'',
|
ownerName:this.ownerName,
|
||||||
link:this.link,
|
link:this.link,
|
||||||
memberCarNumLike:this.memberCarNumLike,
|
memberCarNumLike:this.memberCarNumLike,
|
||||||
|
carTypeCds:"1002,1001"
|
||||||
}).then(_data=>{
|
}).then(_data=>{
|
||||||
_that.cars = _data.data;
|
_that.cars = _data.data;
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user