From a4368aa7140a5ea0cea1dbb03e207cc177d29751 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 19 Jun 2024 22:54:17 +0800 Subject: [PATCH] uu --- components/buns-post-edit-templates/bpe-cost-tmp.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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计算入参特殊处理