From b18a4ae0f54827c31eaa1cd58495a0a2bfe12645 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Wed, 4 May 2022 23:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E6=A0=BC=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppGridManagement/SelectGird.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saas/AppGridManagement/SelectGird.vue b/src/saas/AppGridManagement/SelectGird.vue index 30f84bbd..8459b1bc 100644 --- a/src/saas/AppGridManagement/SelectGird.vue +++ b/src/saas/AppGridManagement/SelectGird.vue @@ -143,7 +143,7 @@ export default { if (this.SelectGird.id != null) { uni.navigateBack({ success: () => { - uni.$emit("pagePicker:custom", [this.SelectGird]) + uni.$emit("pagePicker:custom", this.SelectGird) } }) } else {