fix
This commit is contained in:
@@ -245,7 +245,7 @@ const onSubmit = async () => {
|
||||
if (response.success) {
|
||||
showToast('保存成功')
|
||||
visible.value = false
|
||||
emit('save')
|
||||
emit('save', data)
|
||||
// 重新加载分类列表
|
||||
await loadClassifyList(editForm.type)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user