发票功能开发中

This commit is contained in:
wuxw 2024-04-01 16:57:31 +08:00
parent 8ce3d7602b
commit 3220724fec

View File

@ -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,