refactor(plans): 重构一下计划管理页面

This commit is contained in:
2025-08-30 17:03:22 +08:00
parent 7db6fcbcc8
commit c15c74895b
2 changed files with 515 additions and 358 deletions

View File

@@ -28,7 +28,7 @@ export function usePlanApi() {
try {
const params: PlanCreateIn = { type }
const response = await Service.addPlanApiPlanAddPost(params)
message.success('创建计划成功')
// message.success('创建计划成功')
return response
} catch (error) {
console.error('创建计划失败:', error)

File diff suppressed because it is too large Load Diff