From 5c762a6d939f4f0272572686368dce73a7c46ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 6 Jan 2022 19:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHandSnapshot/Content.vue | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/apps/AppHandSnapshot/Content.vue b/src/apps/AppHandSnapshot/Content.vue index 3c3d5b77..5b228d05 100644 --- a/src/apps/AppHandSnapshot/Content.vue +++ b/src/apps/AppHandSnapshot/Content.vue @@ -26,10 +26,16 @@ -
- 转交事件 - 拒绝受理 - 我来受理 +
+ 转交事件 +
+ +
+ 拒绝受理 +
+ +
+ 我来受理
@@ -70,8 +76,8 @@ export default { this.typeList() }, methods: { - // 拒绝 /app/appclapeventinfo/finishByGirdMember - // 同意 /app/appclapeventinfo/finishByManager + // 拒绝 /app/appclapeventinfo/finishByManager + // 同意 /app/appclapeventinfo/finishByGirdMember // 拒绝 submit2() { @@ -98,7 +104,7 @@ export default { this.flag = true this.$http - .post('/app/appclapeventinfo/finishByManager', { + .post('/app/appclapeventinfo/refuse', { groupName: this.forms.groupName, groupId: this.forms.groupId, content: this.forms.content,