Fixed bug.

pull/3445/head
ruibaby 2019-06-01 11:56:26 +08:00
parent 57f37abfe3
commit ba5ed25558
1 changed files with 1 additions and 0 deletions

View File

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