This commit is contained in:
yanran200730
2023-02-21 10:19:00 +08:00
parent b49521cf3a
commit 0f7842c5c2

View File

@@ -92,7 +92,7 @@
remove (id) {
this.$confirm('确定删除该活动?').then(() => {
this.instance.post(`/app/appcertificateinfo/delete?id=${id}`).then(res => {
this.instance.post(`/app/appcertificateinfo/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()