diff --git a/project/sass/apps/AppSpecialDisabled/components/List.vue b/project/sass/apps/AppSpecialDisabled/components/List.vue index be0e9300..6adbb758 100644 --- a/project/sass/apps/AppSpecialDisabled/components/List.vue +++ b/project/sass/apps/AppSpecialDisabled/components/List.vue @@ -134,7 +134,7 @@ export default { remove(id) { this.$confirm('确定删除该数据?').then(() => { - this.instance.post(`/app/appspecialadjustment/delete?ids=${id}`).then(res => { + this.instance.post(`/app/appspecialdisabled/delete?ids=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!') this.getList() diff --git a/project/sass/apps/AppSpecialDrug/components/List.vue b/project/sass/apps/AppSpecialDrug/components/List.vue index d9fa61dc..0dee3584 100644 --- a/project/sass/apps/AppSpecialDrug/components/List.vue +++ b/project/sass/apps/AppSpecialDrug/components/List.vue @@ -133,7 +133,7 @@ export default { remove(id) { this.$confirm('确定删除该数据?').then(() => { - this.instance.post(`/app/appspecialprison/delete?ids=${id}`).then(res => { + this.instance.post(`/app/appspecialdrug/delete?ids=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!') this.getList()