From 03ed448813f537a63f32d3194c638d799ba0618d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 28 Oct 2022 08:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=B4=BB=E5=8A=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppPartyReport/communityList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/project/pingchang/AppPartyReport/communityList.vue b/src/project/pingchang/AppPartyReport/communityList.vue index 8983ba6..989be4e 100644 --- a/src/project/pingchang/AppPartyReport/communityList.vue +++ b/src/project/pingchang/AppPartyReport/communityList.vue @@ -186,6 +186,11 @@ export default { uni.navigateTo({ url: `./signUp?reportId=${e.id}` }) + }, + goToLog(e) { + uni.navigateTo({ + url: `./fillLog?signupId=${e.signupId}&reportId=${e.id}&signupContent=${e.signupContent}` + }) } }