From 394975f4d519f868f294c87bda366f3c04c5eee4 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 30 Nov 2022 14:00:34 +0800 Subject: [PATCH] 31157 --- project/pidu/app/AppGoods/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue index cda37b81..02896a98 100644 --- a/project/pidu/app/AppGoods/components/List.vue +++ b/project/pidu/app/AppGoods/components/List.vue @@ -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('删除成功!')