From 8834fb91676d4a56eded0f9c84f7716898da2a8b Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 10 Jan 2024 15:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=961.6=20=E6=8B=86=E5=88=86?= =?UTF-8?q?=E8=B4=B9=E7=94=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });