Browse Source

04/13 20:02

缓存 设置
Xiao_Mo 5 years ago
parent
commit
6d80b99216

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


+ 1 - 1
dist/static/css/chunk-416a42a4.c344f87e.css → dist/static/css/chunk-4ec380f2.a652e8df.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.schoolCell[data-v-3be728ac]{width:400px;color:#333;background-color:#f5f7fa;border-color:#e4e7ed;height:40px;line-height:40px;outline:0;padding:0 15px;border-radius:4px;border:1px solid #dcdfe6;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-v-3be728ac] .el-textarea.is-disabled .el-textarea__inner{color:#333}.schoolCell[data-v-758d8d28]{width:400px;color:#333;background-color:#f5f7fa;border-color:#e4e7ed;height:40px;line-height:40px;outline:0;padding:0 15px;border-radius:4px;border:1px solid #dcdfe6;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-v-758d8d28] .el-textarea.is-disabled .el-textarea__inner{color:#333}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.schoolCell[data-v-2c7925ec]{width:400px;color:#333;background-color:#f5f7fa;border-color:#e4e7ed;height:40px;line-height:40px;outline:0;padding:0 15px;border-radius:4px;border:1px solid #dcdfe6;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-v-2c7925ec] .el-textarea.is-disabled .el-textarea__inner{color:#333}.schoolCell[data-v-758d8d28]{width:400px;color:#333;background-color:#f5f7fa;border-color:#e4e7ed;height:40px;line-height:40px;outline:0;padding:0 15px;border-radius:4px;border:1px solid #dcdfe6;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-v-758d8d28] .el-textarea.is-disabled .el-textarea__inner{color:#333}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-416a42a4.949fc52b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4ec380f2.2a2d1ac6.js


+ 9 - 9
src/views/afterSchoolManager/afterSchoolList.vue

@@ -41,7 +41,7 @@
         </el-form-item>
         <el-form-item>
           <el-date-picker
-            v-model.trim="searchForm.timer"
+            v-model.trim="searchForm.listTimer"
             style="width:410px;"
             type="daterange"
             value-format="yyyy-MM-dd"
@@ -149,7 +149,7 @@ export default {
     return {
       searchForm: {
         search: null,
-        timer: [],
+        listTimer: [],
         teacherId:null,
         organIdList:null
       },
@@ -204,9 +204,9 @@ export default {
       )
         .toISOString()
         .slice(0, 10);
-      this.searchForm.timer = [];
-      this.searchForm.timer.push(startDate);
-      this.searchForm.timer.push(endDate);
+      this.searchForm.listTimer = [];
+      this.searchForm.listTimer.push(startDate);
+      this.searchForm.listTimer.push(endDate);
       if (this.$route.query.searchForm) {
       this.$route.query.searchForm instanceof Object
         ? (this.searchForm = this.$route.query.searchForm)
@@ -222,9 +222,9 @@ export default {
     getList() {
       // assignStartTime  assignEndTime page search teacherId title
       let obj = {};
-      if (this.searchForm.timer&&this.searchForm.timer.length > 0) {
-        obj.assignStartTime = this.searchForm.timer[0];
-        obj.assignEndTime = this.searchForm.timer[1];
+      if (this.searchForm.listTimer&&this.searchForm.listTimer.length > 0) {
+        obj.assignStartTime = this.searchForm.listTimer[0];
+        obj.assignEndTime = this.searchForm.listTimer[1];
       }
       obj.page = this.rules.page;
          obj.rows= this.rules.limit,
@@ -245,7 +245,7 @@ export default {
     onReSet() {
        this.searchForm= {
         search: null,
-        timer: [],
+        listTimer: [],
         teacherId:null,
         organIdList:null
       }

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