mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化选择费用大类 时 调整
This commit is contained in:
parent
08b331988d
commit
e106041e8f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user