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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.