fix: 修复模版管理中分类名称提示信息不正确问题

This commit is contained in:
wangjiahao
2026-05-08 15:56:21 +08:00
parent b1912df862
commit ec2965a570

View File

@@ -248,7 +248,7 @@ const roleValidator = (rule, value, callback) => {
callback(
new Error(
t(
`system_parameter_setting.${
`template_manage.${
nodeType === 'folder' ? 'name_already_exists_type' : 'the_same_category'
}`
)