flat:商圈优化,导出文件优化2
This commit is contained in:
@@ -54,7 +54,11 @@ function ManagementList() {
|
||||
render: (dom, record) => (
|
||||
<Button
|
||||
type="link"
|
||||
onClick={() => history.push(`/area/updata-router/business/${record.regionalId}`)}
|
||||
onClick={() =>
|
||||
history.push(
|
||||
`/area/updata-router/business/${record.regionalId}?name=${record.regionalName}`,
|
||||
)
|
||||
}
|
||||
block
|
||||
>
|
||||
{dom}
|
||||
|
||||
Reference in New Issue
Block a user