lex 2 سال پیش
والد
کامیت
4bf2c5436d
4فایلهای تغییر یافته به همراه7 افزوده شده و 11 حذف شده
  1. 0 0
      dist/app.6cbc9274046cee6dbece.js
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/massOperation.7e9f0246.js
  4. 7 11
      src/views/abnormalCourse/index.vue

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/app.6cbc9274046cee6dbece.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.html


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/js/massOperation.7e9f0246.js


+ 7 - 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 {
         //
       }

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است