mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
发票功能开发中
This commit is contained in:
parent
8ce3d7602b
commit
3220724fec
@ -93,16 +93,12 @@
|
|||||||
_this.ownerId = _owner.memberId;
|
_this.ownerId = _owner.memberId;
|
||||||
_this.userId = _owner.ownerId;
|
_this.userId = _owner.ownerId;
|
||||||
_this.applyPersonName = _owner.ownerName;
|
_this.applyPersonName = _owner.ownerName;
|
||||||
_this.applyPersonLink = _owner.link;
|
_this.applyPersonLink = _owner.ownerTel;
|
||||||
_this.applyPersonId = _owner.ownerId;
|
_this.applyPersonId = _owner.memberId;
|
||||||
_this.listParkingSpace();
|
_this.listParkingSpace();
|
||||||
});
|
});
|
||||||
let param = {
|
|
||||||
"communityId":_this.communityId
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
listParkingSpace: function() {
|
listParkingSpace: function() {
|
||||||
context.request({
|
context.request({
|
||||||
url: constant.url.queryParkingSpaces,
|
url: constant.url.queryParkingSpaces,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user