diff --git a/src/project/wuxi/AppHandSnapshot/Detail.vue b/src/project/wuxi/AppHandSnapshot/Detail.vue
index b718fcfe..cf8a16d1 100644
--- a/src/project/wuxi/AppHandSnapshot/Detail.vue
+++ b/src/project/wuxi/AppHandSnapshot/Detail.vue
@@ -105,10 +105,10 @@
拒绝受理
-
我来受理
+ 我来受理
- 前往办理
+
@@ -184,8 +184,12 @@ export default {
},
doThings() {
- this.$http.post(`/app/appresidentreportinfo/finishByGirdMember?id=${this.id}&eventStatus=1`).then((res) => {
+ this.$http.post(`/app/appresidentreportinfo/finishByGirdMember`, {
+ id: this.id,
+ eventStatus: 1
+ }).then((res) => {
if (res.code == 0) {
+ this.$u.toast('受理成功')
this.getDetail()
}
})