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) }, } }