From 0c41a7a8fcf67498bcab57900e1ab4dc387995d2 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Mon, 17 Feb 2025 13:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/coms/comScanIssuePack.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/issue/coms/comScanIssuePack.vue b/src/pages/issue/coms/comScanIssuePack.vue index 898ec8cc..b5e4fd68 100644 --- a/src/pages/issue/coms/comScanIssuePack.vue +++ b/src/pages/issue/coms/comScanIssuePack.vue @@ -240,7 +240,8 @@ } }, - showBalanceSelect(items) { + showBalanceSelect(items,packageInfo) { + this.packageInfo = packageInfo; this.$refs.balanceSelect.openPopup(items); }, @@ -332,7 +333,7 @@ this.afterGetBalance(result.label, result.balance, result.package); } else { //多条记录 - this.$refs.balanceSelect.openPopup(res.data); + this.showBalanceSelect(res.data, result.package); } uni.hideLoading() }).catch(error => {