Commit d9b469c9 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 用户管理传入ref

parent 6927854a
......@@ -35,7 +35,7 @@ const UserSystem: React.FC<{}> = () => {
<Card className="common-wrapper">
<StandardTable
columns={dataRef.current.columns}
currentRef={tableRef.current}
currentRef={tableRef}
fetchTableData={(params:any) => fetchData(params)}
formilyLayouts={{
justify: 'space-between'
......
......@@ -77,7 +77,7 @@ const useSysetemTable = () => {
}
]
})
console.log(tableRef.current)
const addItem = () => {
history.push('/memberCenter/systemSetting/authConfig/userSystem/add')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment