fix
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
this.$axios
|
||||
.delete(`/api/admin/brand/${id}`)
|
||||
.then(response => {
|
||||
this.brands = this.brans.filter(item => item._id !== id)
|
||||
this.brands = this.brands.filter(item => item._id !== id)
|
||||
this.$message({
|
||||
type: 'success',
|
||||
message: 'برند حذف شد'
|
||||
|
||||
Reference in New Issue
Block a user