This commit is contained in:
wanglei
2022-02-09 15:11:33 +08:00
parent 1bd44308dc
commit cb178908cc
7 changed files with 17 additions and 12 deletions

View File

@@ -164,7 +164,7 @@ export default {
},
doThings() {
this.$http.post(`/app/appclapeventinfo/acceptance?id=${this.id}`).then((res) => {
this.$http.post(`/app/appclapeventinfo/finishByGirdMember?id=${this.id}`).then((res) => {
if (res.code == 0) {
this.getDetail()
}