优化代码

This commit is contained in:
java110 2020-09-17 09:52:04 +08:00
parent 3f6f8c871e
commit affcc94ba8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<select class="custom-select" v-model="addFeeConfigInfo.feeTypeCd">
<option selected disabled value="">必填,请选择费用类型</option>
<option v-for="(item,index) in addFeeConfigInfo.feeTypeCds" :key="index"
v-bind:value="item.statusCd" v-if="item.statusCd != '888800010007'">
v-bind:value="item.statusCd">
{{item.name}}
</option>
</select></div>

View File

@ -26,7 +26,7 @@
},
_initMethod: function () {
vc.component._initAddFeeConfigDateInfo();
vc.getDict('pay_fee_config', "fee_type_cd", function (_data) {
vc.getDict('pay_fee_config', "fee_type_cd_show", function (_data) {
vc.component.addFeeConfigInfo.feeTypeCds = _data;
});
vc.getDict('pay_fee_config', "computing_formula", function (_data) {