mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
b68435dcf0
commit
a41d15b7c4
@ -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',
|
||||
// 获取空置房申请列表
|
||||
|
||||
@ -41,7 +41,8 @@
|
||||
let _that = this;
|
||||
let _data = {
|
||||
roomId: this.roomId,
|
||||
communityId: this.communityId
|
||||
communityId: this.communityId,
|
||||
business:'oweFee'
|
||||
}
|
||||
|
||||
toPayOweFee(this, _data)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user