Browse Source

03/14 14:48

这次一定行
261568008@qq.com 5 years ago
parent
commit
1af7078c03

File diff suppressed because it is too large
+ 0 - 0
dist/css/ManageEvaluation.6baca94a.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/ManageEvaluation.3a44f650.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/ManageEvaluation.f1518910.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.0eba4d93.js


+ 3 - 2
src/views/audition/ManageEvaluation.vue

@@ -171,8 +171,8 @@ export default {
     this.dateEndSection.showEndDate = this.timeFormat(
       this.dateEndSection.currentDate
     );
-    this.onRefresh();
-    this.getList();
+    // this.onRefresh();
+    // this.getList();
     // this.getStudent()
   },
   methods: {
@@ -231,6 +231,7 @@ export default {
       this.$refs.item.toggle();
     },
     getList() {
+      console.log('调用了')
       this.search.startTime =
         this.dateSection.showStartDate.replace(/\//g, "-") + " 00:00:00";
       (this.search.endTime =

Some files were not shown because too many files changed in this diff