From a5ffbd8f95199d987482aec1ae86313ca6eb8fd4 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 11:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=9D=A5=E5=8F=97=E7=90=86=E6=94=B9?= =?UTF-8?q?=E5=8A=9E=E7=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHandSnapshot/Detail.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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() } })