BUG 30384

This commit is contained in:
aixianling
2022-06-29 14:03:58 +08:00
parent d4bb5d2de0
commit fdf441c8e8

View File

@@ -131,7 +131,7 @@ export default {
},
handleDelete(ids) {
this.$confirm("是否要进行删除?").then(() => {
this.$instance.post("/app/appclapeventinfo/delete", null, {
this.instance.post("/app/appclapeventinfo/delete", null, {
params: {ids}
}).then(res => {
if (res?.code == 0) {