diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index 988353a..6920ceb 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -215,9 +215,9 @@ this.calteFreight() }, - handleAddFee(val) { + handleAddFee(code) { this.costModal.show = {} - this.costModal.item = this.getNewCostItem() + this.costModal.item = this.getNewCostItem(code) }, async calcWaybillFee(params = {}) { // calcFeeType计算入参特殊处理