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

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