dedsudiyu 2 年之前
父节点
当前提交
6d70624dd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/comprehensive/laboratoryManagement/timingExhaustAir/addPage.vue

+ 1 - 1
src/views/comprehensive/laboratoryManagement/timingExhaustAir/addPage.vue

@@ -323,7 +323,7 @@
       this.getHoliday();
       if(this.propsData.id){
         let obj = JSON.parse(JSON.stringify(this.propsData))
-        let list = [];
+        let list = [{dateRange:[]}];
         if(obj.executionDateVoList){
           for(let i=0;i<obj.executionDateVoList.length;i++){
             list.push({dateRange:[obj.executionDateVoList[i].beginDate,obj.executionDateVoList[i].endDate]})