mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
发票功能开发中
This commit is contained in:
parent
8ce3d7602b
commit
3220724fec
@ -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