fix: 🧩 bug修复

This commit is contained in:
2025-07-01 16:00:05 +08:00
parent fd35dc532b
commit 8524d2112e
7 changed files with 22 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ export const FORM_DATA: FormItem[] = [
{
prop: "category_id",
placeholder: "请选择",
type: "select",
type: "treeSelect",
isArray: true,
label: "文章分类: ",
options: []