fangyuan
2022-12-27 9ca0e9dc50759f4c00498e68c0155bcc3db2be2f
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)
    },
  }
}