From 05faf2db0db6f593b727024e3b0d346a9162d5b8 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 19 May 2022 17:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=BA=BA=E5=91=98=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHelpDeclaration/result.vue | 40 ++++++++++++++++---------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/src/apps/AppHelpDeclaration/result.vue b/src/apps/AppHelpDeclaration/result.vue index 118dee92..a1f29614 100644 --- a/src/apps/AppHelpDeclaration/result.vue +++ b/src/apps/AppHelpDeclaration/result.vue @@ -9,8 +9,11 @@
- - + + + +
通过审核
@@ -64,23 +67,30 @@ export default { this.id = o.id this.showPage = true - uni.$on('goback', (res) => { - this.selectUser = res - if(res.name) { - this.doUsername = res.name - this.wxUserId = res.id - }else{ - this.doUsername = res.girdName - this.wxUserId = res.id - } - }) + // uni.$on('goback', (res) => { + // this.selectUser = res + // if(res.name) { + // this.doUsername = res.name + // this.wxUserId = res.id + // }else{ + // this.doUsername = res.girdName + // this.wxUserId = res.id + // } + // }) }) }, methods: { - // 选择转交对象 - toSelectUser() { - uni.navigateTo({ url: './SelectUser' }) + // 网格选择转交对象 + // toSelectUser() { + // uni.navigateTo({ url: './SelectUser' }) + // }, + + // 人员组件选择转交对象 + handlePartySelect(e) { + this.wxUserId = e[0].id + this.doUsername = e[0].name + // this.getUserList() }, submit() {