소스 검색

处理监控调阅报表查询时间显示问题

jingyuanchao 1 년 전
부모
커밋
310d066f4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/menu/monitorStatistics/index.vue

+ 1 - 1
src/views/menu/monitorStatistics/index.vue

@@ -163,7 +163,7 @@ export default {
       // 假设 value 是一个对象,其中包含了 text 属性
       const weekText = value[1].text;
       this.endTime = value[1].weekEnd;
-      this.endDate = this.getWeekStr(weekText);
+      this.endWeekStr = this.getWeekStr(weekText);
       this.showEndPicker = false; // 关闭弹窗
       if (!this.validateDates()) {
         // 显示错误消息