lex 2 年之前
父节点
当前提交
bf4a5b8201

文件差异内容过多而无法显示
+ 0 - 0
dist/app.04cd0738dfd8f4ff34ac.js


文件差异内容过多而无法显示
+ 0 - 0
dist/css/massOperation.7ac99d74.css


文件差异内容过多而无法显示
+ 1 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/js/ArrangeWork.01404d69.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/PeriodAdjust.2c1b9f02.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/PeriodAdjust~PeriodChange.276e01c5.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/VIPApply~applyActive.5964b6fa.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/addVisit.72fb408a.js


文件差异内容过多而无法显示
+ 1 - 0
dist/js/chunk-vendors.3f77488e.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/chunk-vendors.6309abe3.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/classSchedule.36848477.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/massOperation.7e9f0246.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/program.7a29adf9.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/visitList.554e23da.js


+ 10 - 11
src/views/abnormalCourse/index.vue

@@ -249,18 +249,14 @@ export default {
           classDate: this.getFormartDate(currentStartDate),
           startClassTimeStr: this.getDateInfo(currentStartDate),
           endClassTimeStr: this.getDateInfo(currentEndDate),
-        }).then((res) => {
-          let result = res.data;
-          if (result.code == 200) {
-            this.$toast("调整成功");
-            setTimeout(() => {
-              this.params.page = 1;
-              this.getList();
-            }, 500);
-          } else {
-            this.$toast(result.msg);
-          }
         });
+        this.$toast("调整成功");
+        setTimeout(() => {
+          this.list = [];
+          this.params.page = 1;
+          this.getList();
+          this.dataForm.status = false;
+        }, 1000);
       } catch {
         //
       }
@@ -368,6 +364,9 @@ export default {
     width: 50px;
   }
 
+  .van-button__text {
+    color: #01c1b5;
+  }
   .input-cell {
     padding: 0.12rem 0.16rem 0.2rem;
     .van-radio {

+ 1 - 0
src/views/activeCourseArrange/classSchedule.vue

@@ -479,6 +479,7 @@ export default {
           singleClassMinutes: this.activeCourse.courseTime,
           totalClassTime: total,
           allCourseNum: total,
+          educationalTeacherId: this.educational.userId,
           studentNum: this.students.length,
           coursesStart: dayjs(this.formData.time).format("YYYY-MM-DD"),
           organId: this.formData.fenbu.id,

+ 2 - 2
vue.config.js

@@ -1,5 +1,5 @@
-// let targetUrl = "https://mteatest.dayaedu.com";
-let targetUrl = "http://192.168.3.26:8000";
+let targetUrl = "https://mteatest.dayaedu.com";
+// let targetUrl = "http://192.168.3.26:8000";
 // let targetUrl = 'http://192.168.3.20:8000'
 // let targetUrl = 'https://online.dayaedu.com'
 // let targetUrl = 'http://dev.dayaedu.com/'

部分文件因为文件数量过多而无法显示