mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
c9eca8cc96
commit
900e402aeb
@ -119,7 +119,7 @@
|
||||
<div class="row">
|
||||
<label class="col-sm-3 col-form-label">业主账户:</label>
|
||||
<label class="col-sm-8 col-form-label">
|
||||
<input type="checkbox" @change="_useUserAccountChange">
|
||||
<input type="checkbox" checked="checked" @change="_useUserAccountChange">
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
||||
@ -86,6 +86,10 @@
|
||||
});
|
||||
|
||||
$that._listFeePrintPages();
|
||||
// 查询用户账户
|
||||
vc.emit('payFeeUserAccount', 'computeFeeUserAmount', {
|
||||
feeId: $that.payFeeOrderInfo.feeId,
|
||||
});
|
||||
},
|
||||
_initEvent: function() {
|
||||
// 子组件折扣change事件
|
||||
|
||||
Loading…
Reference in New Issue
Block a user