mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化车位申请
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
10b6548135
commit
dcfc12d06a
@ -93,16 +93,12 @@
|
||||
_this.ownerId = _owner.memberId;
|
||||
_this.userId = _owner.ownerId;
|
||||
_this.applyPersonName = _owner.ownerName;
|
||||
_this.applyPersonLink = _owner.link;
|
||||
_this.applyPersonId = _owner.ownerId;
|
||||
_this.applyPersonLink = _owner.ownerTel;
|
||||
_this.applyPersonId = _owner.memberId;
|
||||
_this.listParkingSpace();
|
||||
});
|
||||
let param = {
|
||||
"communityId":_this.communityId
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
listParkingSpace: function() {
|
||||
context.request({
|
||||
url: constant.url.queryParkingSpaces,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user