调整接口
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) {
|
||||
|
||||
Reference in New Issue
Block a user