Browse Source

Merge branch 'music-list' into online

mo 4 years ago
parent
commit
1bc6c92663
3 changed files with 10 additions and 6 deletions
  1. 3 3
      src/api/buildTeam.js
  2. 5 1
      src/views/resetTeaming/components/strudentPayInfo.vue
  3. 2 2
      vue.config.js

+ 3 - 3
src/api/buildTeam.js

@@ -1495,9 +1495,9 @@ export function spanGroupMergeClassSplitClassAffirm(data) {
 export function sendWaitRenewMessage(data) {
   return request2({
     url: api + `/musicGroupPaymentCalenderDetail/sendWaitRenewMessage`,
-    method: 'get',
-    params:data,
-    data:{}
+    method: 'post',
+    params:{},
+    data:data
   })
 }
 

+ 5 - 1
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -790,7 +790,11 @@ export default {
       this.studentVisible = false;
     },
     payRemind(){
-       console.log(this.activeChiose)
+       console.log()
+       if(this.activeChiose.length<=0){
+         this.$message.error('请至少选择一名学员')
+         return
+       }
        let submitArr = [];
        let msgArr = '';
        let str = ''

+ 2 - 2
vue.config.js

@@ -17,11 +17,11 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // http://47.99.212.176:8000
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
-let target = 'http://47.114.176.40:8000' //test环境
+// let target = 'http://47.114.176.40:8000' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
-// let target = 'http://47.114.176.40:8000' // 测试服
+let target = 'http://47.114.176.40:8000' // 测试服
 // let target = 'http://dev.dayaedu.com/' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {