优化家庭成员没法添加bug

This commit is contained in:
Your Name 2023-07-06 23:09:03 +08:00
parent 3617941419
commit 0f438a9949
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ const saveOwnerRepair = baseUrl + 'app/ownerRepair.saveOwnerRepair'; //报修
const listOwnerRepairs = baseUrl + 'app/ownerRepair.listOwnerRepairs'; //查询报修
const saveOwner = baseUrl + 'app/owner.saveOwner'; //家庭成员列表
const saveOwner = baseUrl + 'app/owner.saveOwnerMember'; //家庭成员列表
const queryOwnerMembers = baseUrl + 'app/owner.queryOwnerMembers'; //投诉建议列表

View File

@ -12,7 +12,7 @@ export default {
GetNoticeListUrl: baseUrl + 'app/notice.listNotices', //公告接口
saveOwnerRepair: baseUrl + 'app/ownerRepair.saveOwnerRepair', //报修
listOwnerRepairs: baseUrl + 'app/ownerRepair.listOwnerRepairs', //查询报修
saveOwner: baseUrl + 'app/owner.saveOwner', //家庭成员列表
saveOwner: baseUrl + 'app/owner.saveOwnerMember', //家庭成员列表
queryOwnerMembers: baseUrl + 'app/owner.queryOwnerMembers', //投诉建议列表
listComplaints: baseUrl + 'app/complaint.listComplaints', //添加投诉建议
saveComplaint: baseUrl + 'app/complaint.saveComplaint', //查询业主房间