Browse Source

01/22 11:10 拆并合并

1
mo 4 years ago
parent
commit
85d2dbeef3
3 changed files with 455 additions and 312 deletions
  1. 8 0
      src/api/buildTeam.js
  2. 445 310
      src/views/teamDetail/teamCourseList.vue
  3. 2 2
      vue.config.js

+ 8 - 0
src/api/buildTeam.js

@@ -1400,6 +1400,14 @@ export function courseMerge (data) {
   })
 }
 
+// 取消合并
+export function cancelCourseMerge (data) {
+  return request({
+    url: api + '/courseSchedule/mergeCourseSplit',
+    method: 'post',
+    data: qs.stringify(data)
+  })
+}
 
 // 查询班级剩余课次
 export function getClassGroupSubCourseNum (data) {

File diff suppressed because it is too large
+ 445 - 310
src/views/teamDetail/teamCourseList.vue


+ 2 - 2
vue.config.js

@@ -18,10 +18,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // //  https://online.dayaedu.com
 // 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.139:8000' // 箭河
 // let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 测试服
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {

Some files were not shown because too many files changed in this diff