From a887fb8adfbd8b7575561b886ebcd0336b5e7d7d Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 6 Mar 2023 10:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qujing/app/AppConflictMediation/components/Detail.vue | 2 +- project/qujing/app/AppConflictMediation/components/List.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/qujing/app/AppConflictMediation/components/Detail.vue b/project/qujing/app/AppConflictMediation/components/Detail.vue index 4e559a01..f4eeddae 100644 --- a/project/qujing/app/AppConflictMediation/components/Detail.vue +++ b/project/qujing/app/AppConflictMediation/components/Detail.vue @@ -78,7 +78,7 @@ export default { methods: { getDetail() { - this.instance.post('/app/appclapeventinfo/queryDetailById', null, { + this.instance.post('/app/appconflicteventinfo/queryDetailById', null, { params: {id: this.params.id} }).then(res => { if (res?.data) { diff --git a/project/qujing/app/AppConflictMediation/components/List.vue b/project/qujing/app/AppConflictMediation/components/List.vue index fe5c5cef..a6d1ac36 100644 --- a/project/qujing/app/AppConflictMediation/components/List.vue +++ b/project/qujing/app/AppConflictMediation/components/List.vue @@ -91,7 +91,7 @@ export default { methods: { getList() { - this.instance.post(`/app/appclapeventinfo/list`, null, { + this.instance.post(`/app/appconflicteventinfo/list`, null, { params: { ...this.search }