fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 36s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-29 20:51:20 +08:00
parent 0d94276a0d
commit b6352d4f6f
12 changed files with 176256 additions and 10 deletions

View File

@@ -245,7 +245,7 @@ const onSubmit = async () => {
if (response.success) {
showToast('保存成功')
visible.value = false
emit('save')
emit('save', data)
// 重新加载分类列表
await loadClassifyList(editForm.type)
} else {