mo 4 éve
szülő
commit
ae108e2e63

+ 1 - 2
src/views/teamBuild/components/teamBaseInfo.vue

@@ -691,7 +691,7 @@ export default {
       return !(this.teamStatus === 'resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam')
     },
     changeFeeType (val) {
-      console.log(val == "ONLINE");
+      // console.log(val == "ONLINE");
     },
     changePaymentValidStartDate (val) {
       if (val) {
@@ -836,7 +836,6 @@ export default {
                 this.checkList[i] = list[i];
               } else if (list[i] && list[i].isNew) {
                 this.newStudentList[i] = list[i];
-                console.log(this.newStudentList[i]);
                 this.newStudentList[i].checkBuy = true;
               }
             }

+ 3 - 1
src/views/teamDetail/teamList.vue

@@ -297,7 +297,9 @@ export default {
       }
 
       sessionStorage.setItem('resetCode', '1')
-      this.getList();
+      this.$nextTick(res => {
+        this.getList();
+      })
       getEmployeeOrgan().then(res => {
         if (res.code == 200) {
           this.organList = res.data;

+ 1 - 1
vue.config.js

@@ -19,7 +19,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://dyme.utools.club' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
-// let target = 'http://192.168.3.28:8000' //邹璇
+// let target = 'http://192.168.3.248:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
 let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196:8080' // 乔