代码格式修复

This commit is contained in:
李琦
2026-01-20 09:13:51 +08:00
parent 1e2044c0d4
commit c1324aa87c
26 changed files with 51 additions and 53 deletions

View File

@@ -248,7 +248,8 @@ const createCategory = async () => {
await createCategoryApi({
name: newCategory.value.name,
slug: newCategory.value.slug || newCategory.value.name,
description: newCategory.value.description || ''
description: newCategory.value.description || '',
sortOrder: 0
})
toast.showToast('分类创建成功', 'success')
const createdName = newCategory.value.name