Parcourir la source

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

wangggziwen il y a 2 ans
Parent
commit
6e8fc5b116
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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();