From 9c1c1c2908f19088d9a6c1c921808a0291b41045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=99=AF=E5=AD=A6?= <5412262+sun_jing_xue@user.noreply.gitee.com> Date: Tue, 5 Aug 2025 18:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E5=AE=A1=E6=89=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E4=BE=9B=E5=BA=94=E5=95=86ID=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BAsupplierId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../informationManagement/SupplierChangeReviewManage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx b/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx index f5390df..34d565b 100644 --- a/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx +++ b/src/pages/supplier/informationManagement/SupplierChangeReviewManage/index.tsx @@ -141,7 +141,7 @@ const SupplierChangeReviewManage: React.FC = ({ dispatch }) => { dispatch({ type: 'globalModal/show', payload: { - id: record.id, + id: record.supplierId, }, }); }}