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{