소스 검색

提交 引导非强制

1
mo 3 년 전
부모
커밋
b759a748a8
3개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      src/views/resetTeaming/components/payInfoDetail.vue
  2. 0 1
      src/views/teamBuild/signupList.vue
  3. 0 1
      src/views/teamDetail/components/studentList.vue

+ 0 - 1
src/views/resetTeaming/components/payInfoDetail.vue

@@ -512,7 +512,6 @@ export default {
       }
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     getActive() {

+ 0 - 1
src/views/teamBuild/signupList.vue

@@ -1402,7 +1402,6 @@ export default {
       } catch (e) {}
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     search() {

+ 0 - 1
src/views/teamDetail/components/studentList.vue

@@ -1977,7 +1977,6 @@ export default {
       } catch (e) {}
       if (this.submitList.length > 0) {
         this.$bus.$emit("showguide", this.submitList);
-        return;
       }
     },
     // addTryTime() {