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, }, }); }}