bug修复
This commit is contained in:
parent
ce6591b351
commit
c018b71f13
|
|
@ -60,7 +60,7 @@ const CopyDialog = forwardRef(({ open, onCreate, onCancel }, ref) => {
|
|||
return (
|
||||
<Modal
|
||||
open={open}
|
||||
title="部门合并"
|
||||
title="部门复制"
|
||||
okText="确认"
|
||||
cancelText="取消"
|
||||
onCancel={onCancel}
|
||||
|
|
|
|||
Loading…
Reference in New Issue