优化代码

This commit is contained in:
java110 2021-12-11 15:44:27 +08:00
parent c9eca8cc96
commit 900e402aeb
2 changed files with 5 additions and 1 deletions

View File

@ -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">

View File

@ -86,6 +86,10 @@
});
$that._listFeePrintPages();
// 查询用户账户
vc.emit('payFeeUserAccount', 'computeFeeUserAmount', {
feeId: $that.payFeeOrderInfo.feeId,
});
},
_initEvent: function() {
// 子组件折扣change事件