变更审批列表中供应商ID 改为supplierId
This commit is contained in:
@ -141,7 +141,7 @@ const SupplierChangeReviewManage: React.FC<Props> = ({ dispatch }) => {
|
||||
dispatch({
|
||||
type: 'globalModal/show',
|
||||
payload: {
|
||||
id: record.id,
|
||||
id: record.supplierId,
|
||||
},
|
||||
});
|
||||
}}
|
||||
|
Reference in New Issue
Block a user