lex %!s(int64=2) %!d(string=hai) anos
pai
achega
4bf2c5436d

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/app.6cbc9274046cee6dbece.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/index.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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 {
         //
       }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio