mirror of
https://github.com/PlayEdu/backend
synced 2025-11-19 03:07:42 +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>
|
||||
此部门已关联
|
||||
|
||||
@@ -160,7 +160,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
modal.warning({
|
||||
title: "操作确认",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okText: "好的",
|
||||
content: (
|
||||
<p>
|
||||
此分类下包含
|
||||
@@ -175,7 +175,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
modal.warning({
|
||||
title: "操作确认",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okText: "好的",
|
||||
content: (
|
||||
<p>
|
||||
此分类已关联
|
||||
|
||||
Reference in New Issue
Block a user