From fbb09ee36c9306c961705b8301240d5ba494332f Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Thu, 18 Jul 2024 17:26:06 +0800 Subject: [PATCH] 1 --- pages/investigation/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 57b1fa8..789167c 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -165,7 +165,9 @@ }, handleClick(row) { console.log(row) - // this.$.open('/pages/map/index?businessId=' + row.businessId) + if(this.tab === 1) { + this.$.open('/pages/map/index?businessId=' + row.businessId) + } }, // 跳转页面 skipPage(even) {