From 05765a0dcab921d7d1e12bd61027eee0165ea258 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 18 Sep 2023 14:50:30 +0800 Subject: [PATCH] update --- jsowell-ui/src/views/financial/merchant.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-ui/src/views/financial/merchant.vue b/jsowell-ui/src/views/financial/merchant.vue index 013427a1d..f929a581b 100644 --- a/jsowell-ui/src/views/financial/merchant.vue +++ b/jsowell-ui/src/views/financial/merchant.vue @@ -55,7 +55,7 @@ :to="{ path: '/financial/merchant/financeDetail', query: { - merchantId: scope.row.id, + merchantId: scope.row.merchantId, merchantName: scope.row.merchantName, }, }"