소스 검색

王子文 生产日报 bug fix: 解决了日报修改时选中文本框弹出趋势分析图对话框的问题

wangggziwen 2 년 전
부모
커밋
6e8fc5b116
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ui/src/views/production/daily/index.vue

+ 3 - 0
ui/src/views/production/daily/index.vue

@@ -4252,6 +4252,9 @@ export default {
     },
     /** 打开趋势图对话框 */
     openDialog(fieldName, fieldNameTitle) {
+      if (this.updating == true) {
+        return false;
+      }
       // 设置开始日期和结束日期,默认范围为一个月
       let today = new Date(this.reportData.reportDate);
       let monthBefore = new Date();