fix: 详情页返回历史版本页后查询参数丢失 (#5619)

This commit is contained in:
rui.zhang 2021-05-09 23:47:42 -05:00 committed by GitHub
parent 1ec7ffa4b1
commit 4146a1e8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class HistoryDetail extends React.Component {
goList() {
this.props.history.push(
`/historyRollback?serverId=${this.serverId}&group=${this.group}&dataId=${this.dataId}&namespace=${this.tenant}`
`/historyRollback?serverId=${this.serverId}&historyGroup=${this.group}&historyDataId=${this.dataId}&namespace=${this.tenant}`
);
}