mirror of https://github.com/halo-dev/halo-admin
Fixed bug.
parent
064ce66c18
commit
5f3d8eb0eb
|
@ -180,6 +180,7 @@ export default {
|
|||
categoryApi.delete(id).then(response => {
|
||||
this.$message.success('删除成功!')
|
||||
this.loadCategories()
|
||||
this.handleAddCategory()
|
||||
})
|
||||
},
|
||||
createOrUpdateCategory() {
|
||||
|
|
Loading…
Reference in New Issue