From e106041e8faa5a6e3b5defbfe60bd3ceb6f67287 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 8 Dec 2020 17:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E5=A4=A7=E7=B1=BB=20=E6=97=B6=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/simplifyRoomFee/simplifyRoomFee.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/components/property/simplifyRoomFee/simplifyRoomFee.js b/public/components/property/simplifyRoomFee/simplifyRoomFee.js index 34adc6a4b..f90b0af06 100644 --- a/public/components/property/simplifyRoomFee/simplifyRoomFee.js +++ b/public/components/property/simplifyRoomFee/simplifyRoomFee.js @@ -58,7 +58,8 @@ communityId: vc.getCurrentCommunity().communityId, payerObjId: $that.simplifyRoomFeeInfo.roomId, configId: $that.simplifyRoomFeeInfo.configId, - state: $that.simplifyRoomFeeInfo.state + state: $that.simplifyRoomFeeInfo.state, + feeTypeCd: $that.simplifyRoomFeeInfo.feeTypeCd } }; @@ -173,6 +174,7 @@ }, _changeSimplifyRoomFeeFeeTypeCd: function (_feeTypeCd) { $that.simplifyRoomFeeInfo.configId = ''; + vc.emit('simplifyRoomFee', 'notify', {}); var param = { params: { page: 1,