Explorar el Código

luowei修改bug

luowei hace 2 años
padre
commit
3a57ecbabc
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/views/core/accessPlan/index.vue

+ 1 - 3
src/views/core/accessPlan/index.vue

@@ -321,8 +321,7 @@ export default {
       this.handleQuery();
     },
     startDateChanged(time) {
-      debugger
-      console.log(time + "*********************")
+  
       if (this.form.startTime > this.form.endTime) {
         this.form.endTime = this.form.startTime;
       }
@@ -335,7 +334,6 @@ export default {
         startTiem = new Date(this.formatTime(this.form.startTiem, 'YYYY-MM-DD'));
         startTiem.setTime(startTiem.getTime() - 3600 * 1000 * 24);
       }
-      debugger
       return time.getTime() < new Date(startTiem).getTime()
     },
     /** 搜索按钮操作 */