This commit is contained in:
姚宇浩 2024-02-02 16:35:45 +08:00
parent fdcced641b
commit b545e45db2
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ export default {
.post(`/api/goods/delete/${id}`)
.then((res) => {
if (res.code == 200) {
this.getData();
console.log("删除成功");
}
})