From b8ed0d150bf4a7bd98698ace1eb1f043cd739c14 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Fri, 26 Jul 2024 09:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=8F=82=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index a1c21a4..24e97fb 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -193,8 +193,8 @@ console.log(row) if (this.tab === 1) { this.$.open('/pages/map/index?businessId=' + row.businessId + - 'operator' + row.operator + - 'deptId' + row.deptId + + '&operator=' + row.operator + + '&deptId=' + row.deptId + '&type=' + (this.tab == 1 ? 'edit' : 'view')) // this.$.open('/pages/map/index?businessId=' + row.businessId) }else{