Browse Source

区间计算数据回显fix

jwyu 8 months ago
parent
commit
3789eea6e0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/intervalAnalysis/components/edbComputedWrap.vue

+ 6 - 0
src/views/intervalAnalysis/components/edbComputedWrap.vue

@@ -732,6 +732,12 @@ export default {
         this.searchOptions = EdbInfoList || []
       }
 
+      // 更新日期变换数据
+      this.$nextTick(()=>{
+        this.$refs.startDateMoveWaySec&&this.$refs.startDateMoveWaySec.initData(this.startDateConfig.dateTransfData)
+        this.$refs.endDateMoveWaySec&&this.$refs.endDateMoveWaySec.initData(this.endDateConfig.dateTransfData)
+      })
+
     },
     // 更新指标数据
     updateEdbListData(arr){