Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Shucai Chen
/
lufa-ai
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2005e2c8
authored
Mar 24, 2026
by
pengshun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复知识库上传默认目录
parent
227214db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
yudao-ui-admin-vue3/src/views/ai/knowledge/document/form/FormStep.vue
+0
-3
No files found.
yudao-ui-admin-vue3/src/views/ai/knowledge/document/form/FormStep.vue
View file @
2005e2c8
...
...
@@ -79,9 +79,6 @@ const formRules = ref({
name
:
[
{
required
:
true
,
message
:
'请输入目录名称'
,
trigger
:
'blur'
},
{
min
:
1
,
max
:
100
,
message
:
'目录名称长度在 1 到 100 个字符'
,
trigger
:
'blur'
}
],
parentId
:
[
{
required
:
true
,
message
:
'请选择上级目录'
,
trigger
:
'blur'
}
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment