Procházet zdrojové kódy

01/22 11:10 拆并合并

1
mo před 4 roky
rodič
revize
85d2dbeef3
3 změnil soubory, kde provedl 455 přidání a 312 odebrání
  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) {
 export function getClassGroupSubCourseNum (data) {

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://dyme.utools.club' //test环境
 // 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.38:8000' //邹璇
 // let target = 'http://192.168.3.57: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' // 乔
 // let target = 'http://192.168.3.196' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 module.exports = {

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů