调整接口
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
| @@ -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 | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user