This commit is contained in:
yanran200730
2022-11-30 14:00:34 +08:00
parent 57107ae4ad
commit 394975f4d5

View File

@@ -182,7 +182,7 @@
},
remove (id) {
this.$confirm('确定删除该数据').then(() => {
this.$confirm('删除后,商品将不可恢复,是否继续').then(() => {
this.instance.post(`/app/appintegralmerchandise/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')