fangyuan
2022-12-26 81a110ce9a42925405e3de67408ba3bb41a68cf9
src/views/workbench/Workbench.vue
@@ -143,10 +143,11 @@
      )
    },
    handleAudit(row) {
      console.log(row)
      window.open('/#/audit')
    },
    toGroup(groupId) {
      console.log(groupId)
      window.open('/#/group?id='+groupId)
    },
  }
}