Fixed bug.

pull/25/head
ruibaby 2019-06-01 11:56:26 +08:00
parent 064ce66c18
commit 5f3d8eb0eb
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ export default {
categoryApi.delete(id).then(response => {
this.$message.success('删除成功!')
this.loadCategories()
this.handleAddCategory()
})
},
createOrUpdateCategory() {