优化代码

This commit is contained in:
java110 2020-09-12 12:00:00 +08:00
parent 8cea708a15
commit f6163f49be
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<label class="col-sm-2 col-form-label">费用类型</label>
<div class="col-sm-10">
<select class="custom-select" v-model="carCreateFeeAddInfo.feeTypeCd"
@change="_changeFeeTypeCd(carCreateFeeAddInfo.feeTypeCd)">
@change="_changeCarFeeTypeCd(carCreateFeeAddInfo.feeTypeCd)">
<option selected disabled value="">必填,请选择费用类型</option>
<option v-for="(item,index) in carCreateFeeAddInfo.feeTypeCds" :key="index"
v-bind:value="item.statusCd"

View File

@ -145,7 +145,7 @@
vc.component.carCreateFeeAddInfo.feeTypeCds = _feeTypeCds;
vc.component.carCreateFeeAddInfo.parkingAreas = _parkingAreas;
},
_changeFeeTypeCd:function(_feeTypeCd){
_changeCarFeeTypeCd:function(_feeTypeCd){
var param = {
params: {