zhangqun 11 months ago
parent c113f39d27
commit fbb09ee36c
  1. 4
      pages/investigation/index.vue

@ -165,7 +165,9 @@
}, },
handleClick(row) { handleClick(row) {
console.log(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) { skipPage(even) {

Loading…
Cancel
Save