调整接口

This commit is contained in:
aixianling
2023-03-06 10:27:06 +08:00
parent ecd6a00c35
commit a887fb8adf
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export default {
methods: { methods: {
getDetail() { getDetail() {
this.instance.post('/app/appclapeventinfo/queryDetailById', null, { this.instance.post('/app/appconflicteventinfo/queryDetailById', null, {
params: {id: this.params.id} params: {id: this.params.id}
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {

View File

@@ -91,7 +91,7 @@ export default {
methods: { methods: {
getList() { getList() {
this.instance.post(`/app/appclapeventinfo/list`, null, { this.instance.post(`/app/appconflicteventinfo/list`, null, {
params: { params: {
...this.search ...this.search
} }