Explorar o código

优化 房屋编号显示少个号字,查询业主时未传入业主类型

webapp %!s(int64=6) %!d(string=hai) anos
pai
achega
6d3305b24d

+ 1 - 0
WebService/src/main/resources/components/ownerRepairPackage/add-ownerRepair/addOwnerRepair.js

@@ -166,6 +166,7 @@
                     params:{
                         ownerId:_ownerInfo.ownerId,
                         communityId:vc.getCurrentCommunity().communityId,
+                        ownerTypeCd:'1001',
                         page:1,
                         row:1
                     }

+ 1 - 1
WebService/src/main/resources/components/ownerRepairPackage/ownerRepair-manage/ownerRepairManage.js

@@ -64,7 +64,7 @@
                                 if(res.status == 200){
                                     var _roomInfos=JSON.parse(json);
                                     var _roomInfo = _roomInfos.rooms[0];
-                                    vc.component.ownerRepairManageInfo.conditions.roomName= _roomInfo.floorNum+"楼 "+_roomInfo.unitNum+"单元 "+_roomInfo.roomNum + "室";
+                                    vc.component.ownerRepairManageInfo.conditions.roomName= _roomInfo.floorNum+"楼 "+_roomInfo.unitNum+"单元 "+_roomInfo.roomNum + "室";
                                     vc.component._listOwnerRepairs(DEFAULT_PAGE, DEFAULT_ROWS);
                                 }else{
                                      vc.message("非法操作,未找到房屋信息");