This commit is contained in:
yanran200730
2023-04-17 17:34:30 +08:00
parent 7ec58be72d
commit 18c0827f5a

View File

@@ -130,7 +130,7 @@
remove (id) {
this.$confirm('确定删除该商品吗?').then(() => {
this.instance.post(`/app/appintegralsupermarketgoods/delete?id=${id}`).then(res => {
this.instance.post(`/app/appintegralsupermarketshop/delete?id=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()