From fd33eb238dc892fa47cf0613e0e32a969b5d9dbd Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 10 Jan 2023 14:11:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AE=8B=E7=96=BE=E4=BA=BA+=E5=90=B8=E6=AF=92?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/sass/apps/AppSpecialDisabled/components/List.vue | 2 +- project/sass/apps/AppSpecialDrug/components/List.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()