Browse Source

映射关系-添加项目后再次添加时页面展示被添加过的PEP项目,刷新后恢复

dev
巴林闲侠 2 years ago
parent
commit
624dbcd1de
  1. 1
      web/client/src/sections/install/containers/system.jsx

1
web/client/src/sections/install/containers/system.jsx

@ -283,6 +283,7 @@ const Example = (props) => {
position="topRight"
onConfirm={() => {
dispatch(install.deleteProjectBind({ bindId: row?.id, msg: '删除安心云、项目管理项目绑定关系' })).then(() => {
getPepProject()
if (page.current > 0 && mylimits.current < 2) {
setQuery({ limit: 10, page: page.current - 1 })
} else {

Loading…
Cancel
Save