fix:知识库描述增加校验

This commit is contained in:
rainv123
2025-11-10 15:11:48 +08:00
parent 79eefb651f
commit 5bead86fd5
2 changed files with 6 additions and 0 deletions
@@ -72,6 +72,11 @@ export default {
}
],
description: [
{
required: true,
message: this.$t("knowledgeBaseDialog.descriptionRequired"),
trigger: "blur"
},
{
max: 200,
message: this.$t("knowledgeBaseDialog.descriptionLength"),