pushuo 2022-08-12 15:23:41 +08:00
parent 2a3fbe2a1c
commit 26d9454aa0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
}).then(() => {
$http.delete('brands/' + id).then((res) => {
this.$message.success(res.message);
self.brands.splice(index, 1)
self.brands.data.splice(index, 1)
})
}).catch(()=>{})
},