diff --git a/project/qujing/app/AppCertificateManage/components/List.vue b/project/qujing/app/AppCertificateManage/components/List.vue index 16bbb749..158e6aed 100644 --- a/project/qujing/app/AppCertificateManage/components/List.vue +++ b/project/qujing/app/AppCertificateManage/components/List.vue @@ -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()