mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化停车车辆查询
This commit is contained in:
parent
f51cf0d641
commit
f5c14db594
@ -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;
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user