mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
3f6f8c871e
commit
affcc94ba8
@ -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>
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user