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 }