mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
tree组件删除优化
This commit is contained in:
@@ -161,7 +161,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
modal.warning({
|
||||
title: "操作确认",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okText: "好的",
|
||||
content: (
|
||||
<p>
|
||||
此部门下包含
|
||||
@@ -176,7 +176,7 @@ export const DepartmentPage: React.FC = () => {
|
||||
modal.warning({
|
||||
title: "操作确认",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okText: "好的",
|
||||
content: (
|
||||
<p>
|
||||
此部门已关联
|
||||
|
||||
Reference in New Issue
Block a user