mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化家庭成员没法添加bug
This commit is contained in:
parent
3617941419
commit
0f438a9949
@ -20,7 +20,7 @@ const saveOwnerRepair = baseUrl + 'app/ownerRepair.saveOwnerRepair'; //报修
|
|||||||
|
|
||||||
const listOwnerRepairs = baseUrl + 'app/ownerRepair.listOwnerRepairs'; //查询报修
|
const listOwnerRepairs = baseUrl + 'app/ownerRepair.listOwnerRepairs'; //查询报修
|
||||||
|
|
||||||
const saveOwner = baseUrl + 'app/owner.saveOwner'; //家庭成员列表
|
const saveOwner = baseUrl + 'app/owner.saveOwnerMember'; //家庭成员列表
|
||||||
|
|
||||||
const queryOwnerMembers = baseUrl + 'app/owner.queryOwnerMembers'; //投诉建议列表
|
const queryOwnerMembers = baseUrl + 'app/owner.queryOwnerMembers'; //投诉建议列表
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ export default {
|
|||||||
GetNoticeListUrl: baseUrl + 'app/notice.listNotices', //公告接口
|
GetNoticeListUrl: baseUrl + 'app/notice.listNotices', //公告接口
|
||||||
saveOwnerRepair: baseUrl + 'app/ownerRepair.saveOwnerRepair', //报修
|
saveOwnerRepair: baseUrl + 'app/ownerRepair.saveOwnerRepair', //报修
|
||||||
listOwnerRepairs: baseUrl + 'app/ownerRepair.listOwnerRepairs', //查询报修
|
listOwnerRepairs: baseUrl + 'app/ownerRepair.listOwnerRepairs', //查询报修
|
||||||
saveOwner: baseUrl + 'app/owner.saveOwner', //家庭成员列表
|
saveOwner: baseUrl + 'app/owner.saveOwnerMember', //家庭成员列表
|
||||||
queryOwnerMembers: baseUrl + 'app/owner.queryOwnerMembers', //投诉建议列表
|
queryOwnerMembers: baseUrl + 'app/owner.queryOwnerMembers', //投诉建议列表
|
||||||
listComplaints: baseUrl + 'app/complaint.listComplaints', //添加投诉建议
|
listComplaints: baseUrl + 'app/complaint.listComplaints', //添加投诉建议
|
||||||
saveComplaint: baseUrl + 'app/complaint.saveComplaint', //查询业主房间
|
saveComplaint: baseUrl + 'app/complaint.saveComplaint', //查询业主房间
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user