feat:单位车辆,归属单位前缀不正确
parent
04e9df629b
commit
d1b67ec9e7
|
|
@ -39,7 +39,7 @@ function List(props) {
|
|||
|
||||
const { tableProps, getData } = useTable(props["vehicleApplyList"], {
|
||||
form,
|
||||
params: () => ({ departmentId: urlState.departmentId, vehicleBelongType: props.vehicleBelongType || 2, corpId: query.id }),
|
||||
params: () => ({ vehicleDepartmentId: urlState.departmentId, vehicleBelongType: props.vehicleBelongType || 2, corpId: query.id }),
|
||||
manual: true,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue