소스 검색

Merge branch 'http_test' of git.xiaojukeji.com:jacklijiajia/thoth-frontend into http_test

princeLee 4 년 전
부모
커밋
72a158dd8f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/ToConfigure/components/teamSetup.vue

+ 0 - 1
src/views/ToConfigure/components/teamSetup.vue

@@ -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()