Skip to content

Commit

Permalink
fix: Fix the page of role in the DevOps
Browse files Browse the repository at this point in the history
Signed-off-by: harrisonliu5 harrisonliu_5@163.com
  • Loading branch information
harrisonliu5 committed Jul 24, 2020
1 parent 1b2dd21 commit 52936fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/devops/containers/Roles/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ export default class Secrets extends React.Component {
}
}

getData = () => {
getData = ({ ...params }) => {
this.props.store.fetchList({
devops: this.devops,
cluster: this.cluster,
...params,
})
}

Expand Down

0 comments on commit 52936fe

Please sign in to comment.