From e2453cdf707a6b9bf28311d84c3438be26c01ae8 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Mon, 1 Dec 2025 15:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E9=94=80=E5=94=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/customerIssue/customerIssuePDAIssueList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/customerIssue/customerIssuePDAIssueList.vue b/src/views/modules/customerIssue/customerIssuePDAIssueList.vue index 8a30a38..49083d2 100644 --- a/src/views/modules/customerIssue/customerIssuePDAIssueList.vue +++ b/src/views/modules/customerIssue/customerIssuePDAIssueList.vue @@ -801,7 +801,7 @@ export default { params.shipmentType = this.orderType this.loading = true - customerIssueConfirm(this.pendingIssueParams) + customerIssueConfirm(params) .then(({ data }) => { if (data.code === 0 && data) { if (data.unitIds.length > 0) {