zhangqun 1 year ago
parent 05765313cb
commit ceb6a58bb5
  1. 2
      pages/index/index.vue
  2. 2
      pages/investigation/index.vue

@ -172,7 +172,7 @@
if(row.pcType == 2) {
this.$.open("/pages/investigation/task" + "?id=" + this.businessId);
} else {
this.$.open('/pages/map/index?businessId=' + row.businessId + '&sectionId=' + row.sectionCode + '&deptId=' + row.deptId + '&taskName=' + row.name)
this.$.open('/pages/map/index?businessId=' + row.businessId + '&sectionId=' + row.sectionCode + '&deptId=' + row.handleDept + '&taskName=' + row.name)
}
},
konw() {

@ -197,7 +197,7 @@
} else {
this.$.open('/pages/map/index?businessId=' + row.businessId +
'&operator' + row.operator +
'&deptId' + row.deptId +
'&deptId' + row.handleDept +
'&type=' + (this.tab == 1 ? 'edit' : 'view'))
// this.$.open('/pages/map/index?businessId=' + row.businessId)
}

Loading…
Cancel
Save