优化车位申请

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-04-01 08:57:19 +00:00 committed by Gitee
parent 10b6548135
commit dcfc12d06a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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