This commit is contained in:
parent
fdcced641b
commit
b545e45db2
|
@ -333,6 +333,7 @@ export default {
|
|||
.post(`/api/goods/delete/${id}`)
|
||||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.getData();
|
||||
console.log("删除成功");
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue