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