This commit is contained in:
yanran200730
2021-12-22 11:46:20 +08:00
parent 178d7e77a2
commit a2ba873ee0

View File

@@ -148,7 +148,7 @@
},
remove (id) {
this.$confirm('确定删除该数据').then(() => {
this.$confirm('确定删除该相片').then(() => {
this.instance.post(`/app/appvillagepicturealbum/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')