优化代码

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', listWorkflowAuditInfo: baseUrl + 'app/workflow.listWorkflowAuditInfo',
listOweFees: baseUrl + 'app/feeApi/listOweFees', listOweFees: baseUrl + 'app/feeApi/listOweFees',
toQrOweFeePay: baseUrl + 'app/payment/toQrOweFeePay', toQrOweFeePay: baseUrl + 'app/payment.nativeQrcodePayment',
// 报修抢单 // 报修抢单
robRepairOrder: baseUrl + 'app/ownerRepair.grabbingRepair', robRepairOrder: baseUrl + 'app/ownerRepair.grabbingRepair',
// 获取空置房申请列表 // 获取空置房申请列表

View File

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