优化代码

This commit is contained in:
java110 2023-06-25 11:25:44 +08:00
parent b68435dcf0
commit a41d15b7c4
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export default {
// 投诉 处理意见
listWorkflowAuditInfo: baseUrl + 'app/workflow.listWorkflowAuditInfo',
listOweFees: baseUrl + 'app/feeApi/listOweFees',
toQrOweFeePay: baseUrl + 'app/payment/toQrOweFeePay',
toQrOweFeePay: baseUrl + 'app/payment.nativeQrcodePayment',
// 报修抢单
robRepairOrder: baseUrl + 'app/ownerRepair.grabbingRepair',
// 获取空置房申请列表

View File

@ -41,7 +41,8 @@
let _that = this;
let _data = {
roomId: this.roomId,
communityId: this.communityId
communityId: this.communityId,
business:'oweFee'
}
toPayOweFee(this, _data)