Explorar el Código

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

wangggziwen hace 2 años
padre
commit
6e8fc5b116
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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();