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) {