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',
|
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',
|
||||||
// 获取空置房申请列表
|
// 获取空置房申请列表
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user