Преглед на файлове

条件重置问题处理

yfh преди 1 месец
родител
ревизия
cbfd987a7e
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/views/course/courseWatchLog/index.vue
  2. 1 0
      src/views/course/courseWatchLog/watchLog.vue

+ 1 - 0
src/views/course/courseWatchLog/index.vue

@@ -507,6 +507,7 @@ export default {
       this.queryParams.sTime = null;
       this.queryParams.eTime = null;
       this.queryParams.upSTime = null;
+      this.queryParams.userId = null;
       this.queryParams.upETime = null;
       this.queryParams.scheduleStartTime = null;
       this.queryParams.scheduleEndTime = null;

+ 1 - 0
src/views/course/courseWatchLog/watchLog.vue

@@ -526,6 +526,7 @@ export default {
       this.queryParams.eTime = null;
       this.queryParams.upSTime = null;
       this.queryParams.upETime = null;
+      this.queryParams.userId = null;
       this.queryParams.scheduleStartTime = null;
       this.queryParams.scheduleEndTime = null;
       this.scheduleTime=null;