@@ -84,7 +84,6 @@ export default {
}
const data = { bizId: this.bizId, teamName: this.form.title, teamMemberRelateInfoRequests: result }
- alert()
const res = await teamCreateTeam(data)
if (res.code === 200) {
this.teamClose()