diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index 1373a63ee..abffd6c6a 100644 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -48,9 +48,9 @@ if (room.hasOwnProperty('roomName') && room.roomName) { $that.roomCreateFeeAddInfo.locationTypeCdName = room.roomName; } + $that.roomCreateFeeAddInfo.roomType = room.roomType; if (room.roomType == '2020602') { $that.roomCreateFeeAddInfo.locationTypeCdName = room.floorNum + '-' + room.roomNum + '(' + room.ownerName + ')'; - $that.roomCreateFeeAddInfo.roomType = room.roomType; } $('#roomCreateFeeAddModel').modal('show'); });