Преглед на файлове

提交 引导非强制

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